.bodyText {
	text-decoration: none;
	color: #333333;
	font:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	line-height:1.5
} 

a.bodyText:visited {
	color: #00F;
	font-weight: bold;
} 

a.bodyText:link {
	text-decoration: underline;
	color: #00F;
} 

a.bodyText:hover {
	text-decoration: underline;
	color: #900;
	text-transform: none;
	font-style: normal;
	font-weight: bold;
} 

.header {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #960;
	font-size: 12px;
	text-transform: none;
	line-height: 1.5;
}

.header-blue {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #036;
	font-size: 12px;
	text-transform: none;
	line-height: 1.5;
}

a.leftnav:visited {
  text-decoration: none;
  color: #333333;
  font-weight: bold;
}

a.leftnav:link {
  text-decoration: none;
  color: #231E4E;
  font-weight: bold;
}

a.leftnav:hover {
  	text-decoration: underline;
  	text-transform: none;
  	font-style: italic;
  	font-weight: bold;
}
.bottomText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	font-variant: normal;
	line-height: 1.75;
}
a.bottomText:link {
text-decoration:underline; color:#000000; font-weight:normal;
}
a.bottomText:active {
text-decoration:none; color: #000000;
}
a.bottomText:hover {
	text-decoration:underline;
	color: #000000;
	text-transform: none;
	font-style:none;
}
a.bottomText:visited {
	text-decoration:underline;
	color: #000000;

}
#dropmenudiv{
position:absolute;
border:0px solid black;
border-bottom-width: 0;
font:normal 10px/18px Verdana, Arial, Helvetica, sans-serif;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 0px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: 999383;
}
