@import url("file:///D|/456/index_files/main.css");
BODY {
	background-color: White;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #333333;
	line-height: 1.2pc;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
}

A {
	color: #336699;
	text-decoration: none;
}

A:HOVER {
	color: #996633;
	text-decoration:underline;
}

A:ACTIVE {
	color: #99CCCC;
}

A:VISITED {
	color: #CC9966;
}

.date {
	color: #336699;
	font-size: 10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height : normal;
	font-weight: bold;
}
.side {
	font-size: 11px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height : normal;
}

.hi {
	font-size: 36px;
	font-family : Arial, Helvetica, sans-serif;
	line-height : normal;
	font-weight: bold;
}


.posts {
	font-size: 12px;
	font-family : Georgia, "Times New Roman", serif;
	line-height : 20px;
	color : #687C7D;
	font-weight: normal;

}

.head {
	font-size: 12px;
	font-family : Arial, Helvetica, sans-serif;
	line-height : 20px;
	color : #808080;
	text-transform:uppercase;
	font-weight : bold;
}


.headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
}
.subhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #687C7D;
}
.month {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

 #navlist
{
padding-left: 10;
margin-left: 0;
border-bottom: 1px solid gray;
width: 116px;
}
#navlist li
{
list-style: none;
margin: 0;
padding: 0.25em 0.25em 0.25em 5px;
border-top: 1px solid gray;
}

#navlist li a { text-decoration: none; }
.event {
	background-color: #CCCC99;
	padding: 5px;
	width: 350px;
}
.emphasis {
	background-color: #FFCC99;
}


	
.dropcap {
float:left;
	margin-top:0px;
	color:#CCCC99;
	width:38px;
	font-size: 56px; 
	line-height:48px;
}
.pullquote 
{
	width: 165px;
	background:#FFFF99;
	color:black;
	float: right;
	border:1px solid maroon;
	font-weight:bold;
	line-height:140%;
	padding:5px;
	margin-top:10px;
	margin-left:10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
