BODY {
	font-family : verdana, sans-serif;
	font-size : 12px;
	line-height: 18px;}

A {
	color: #009fda;}

A:HOVER {
	color: #a6ce38;}

LI {
	list-style-type: square;
	position: relative;
	left: -25px;}
  
#dropmenudiv{
position:absolute;
border:1px solid #a6ce38;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
color: #009fda;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #a6ce38;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color: #009fda;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #a6ce38;
color: white;}

.header {
	font-size : 16px;
	font-weight : bold;
	color : #009fda;
}

.home_search {
	font-size : 18px;
	font-weight : bold;
	color : #009fda;
}

.nav {
	color : #a6ce38;
	font-weight : bold;
}

.navitem {
	color : #009fda;
	text-decoration : none;
	font-weight : bold;
	border-right: 2px solid #a6ce38;
	padding: 0px 10px 0px 10px;
	text-align: center;}

.navitem:HOVER {
	color : #a6ce38;
	text-decoration : underline;
}

.result{
	background-color: #ffffff;}
	
.result_on{
	background-color: #edf5d7 ;}
	
.result:hover, .result_on:hover{
	background-color: #ddf991;}
	
.table_head{
	background-color: #a6ce38;}

.results{
	color: white;}
	
.results:HOVER{
	color: #a6ce38;}
	
.results_header{
	color: white;}
	
.results_header:hover{
	color: white;}
	
.alert{
	font-weight: bold;
	color : #009fda;}
	
.note_large{
	font-weight: bold;
	font-size: 14px;}
