h1 {font-size: 18px; color: #33CC00; margin-left: 8px; }
h2 {font-size: 15px; color: #33CC00; margin-left: 10px;}
h3 {font-size: 14px; color: #33CC00; }


body { font-family: arial, helvetica, verdana, sans-serif; font-size: 13px; color: #333333;
line-height: 110%;
scrollbar-face-color: #FFFFFF; 
scrollbar-shadow-color: #333333; 
scrollbar-highlight-color: #ffffff; 
scrollbar-3dlight-color: #333333; 
scrollbar-darkshadow-color: #333333; 
scrollbar-track-color: #003399; 
scrollbar-arrow-color: #33cc00; 
 margin-left : 0px;
 margin-top : 0px;
 margin-right : 0px;
 margin-bottom : 0px;
 background-color : #FFFFFF;
 }
 .content {padding-left: 4px; padding-right: 4px; font-size: 13px; margin-left: 5px; margin-right: 5px; line-height: 120%; 
color: #333333;  font-family: arial, helvetica, verdana, sans-serif;} 
 
A:link    {text-decoration:underline;color:#003399;}
A:visited   {text-decoration:underline;color:#333333;}
A:hover   {text-decoration:none;color:#33CC00;}

div.menu {

text-align: center;
color: #ffffff; 
text-decoration:none; 
font-size:12px; 
font-weight: bold; 
font-family: helvetica,arial,verdana,tahoma,sans-serif; 
/* text-align: center; */

 }
div.menu a {
color: #33CC00; 
text-decoration:none; 
font-size:12px; 
font-weight: bold; 
font-family: helvetica,arial,verdana,tahoma,sans-serif; 
 background: #ffffff;
 border: 1px solid #000000;
 padding: 4px;
}
div.menu a:visited {

color: #33CC00; 
text-decoration:none; 
font-size:12px; 
font-weight: bold; 
font-family: helvetica,arial,verdana,tahoma,sans-serif; 
background: #ffffff;
 border: 1px solid #000000;
 padding: 4px;
}
div.menu a:hover {

color: #ffffff; 
text-decoration:none; 
font-size:12px; 
font-weight: bold; 
font-family: helvetica,arial,verdana,tahoma,sans-serif; 
background: #33CC00;
 border: 1px solid #000000;
 padding: 4px;
}



INPUT, select, textarea, text {
border: 1px #33CC00 groove;
background-color: #ffffff; 
font-family: arial, helvetica, verdana, sans-serif;
font-size: 11px;
color: #333333;
border-color: #33CC00;
border-style: solid;
}

td.foot {
color: #FFFFFF; 
font-size:11px; 
line-height:12px;
font-family: tahoma, verdana, arial, sans-serif;
}
td.foot a {
color: #FFFFFF; 
font-size:11px; 
line-height:12px;
font-family: tahoma, verdana, arial, sans-serif;
}

hr { color: #33CC00;  width: 50%;  height: 2px;   }

/* dynamic menu CSS */
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	width: 9em;
}

#nav li { /* all list items */
	float: left;
	width: 9em; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: white;
	width: 9em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 3em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
