body { background-color: #FFFFFF; font-family: verdana, arial, sans-serif; font-size: 11px; } 

/* Header Styles */ 
.bordertable { width: 100%; } 
.headercell { background-color: #FAFACC; border-bottom: 1px solid black; border-top: 1px solid black; } 
.logocell { background-color: #FFFFFF; border: 1px solid black; } 
.mainnav { background-color: #ffffff; color: #FFFFFF; border-bottom: 1px solid black;} 
.mainnavon { background-color: #FAFACC; color: #FFFFFF; border-bottom: 1px solid black;} 

/* Homepage-Only Styles */ 
.blurbs { border-top: 1px solid #CC6633; } 
.blurb { line-height: 140%; font-size: 11px; } 
.latestnews { line-height: 130%; } 
.newsdate { font-size: 10px; color: #3F697F; } 
.divider { border-bottom: #8c1800 1px solid; padding-bottom: 2px; } 
.frontmain { padding-left: 20px; padding-right: 20px; line-height: 160%; border-right: 1px solid #000000; } 
.frontsidebar { background-color: #EEF5FA; } 

/* Header Styles */ 
h1 { color: #8c1800; font-size: 16px; font-weight: bold; } 
h2 { color: #0000A0; font-size: 14px; font-weight: bold; } 
h3 { color: #6A8EAB; font-size: 12px; font-weight: bold; } 
h4 { color: #80A6B9; font-size: 12px; font-weight: bold; } 
.smallhead { color: #8F8F5A; font-weight: bold; padding-left: 5px; font-size: 11px; } 

/* Body Styles */ 
p { font-size: 12px; font-family: verdana, arial, sans-serif; line-height: 160%; } 
td { font-size: 11px; font-family: verdana, arial, sans-serif; } 
ol { font-size: 12px; font-family: verdana, arial, sans-serif; line-height: 160%; } 
ul { font-size: 12px; font-family: verdana, arial, sans-serif; line-height: 160%; } 
a:link { color: #194647; } 
a:visited { color: #264759; } 
a:hover, 
a:active { color: #D15A1E; text-decoration: none; } 
.footer { font-size: 10px; line-height: 150%; text-align: center; border: 1px solid black; } 


.horiznavtext
{
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 10px;
	color: 8c1800;
	text-decoration: none;
	padding-left: 1px;
	padding-right: 1px;
}

A.horiznavtext:hover  {
	TEXT-DECORATION : underline;
	color: 8c1800;
}