/* CSS Document */

a:link {
	color: #003366;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #77424E;
}
a:hover {
	text-decoration: none;
	color: #009999;
}
a:active {
	text-decoration: none;
	color: #FF6600;
}
.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-align:justify;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	background-image:url(../images/backgrnd.jpg)	
}
h1 {
	font-size: 14px;
	}
h2 {
	font-size: 12px;
	}
.nav a:link {
    font: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: underline; 
}
.nav a:hover {
   font: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-Size: 9px; 
	color: #FFFF33;
	text-decoration: none; 
}
.nav a:visited {
	font: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px; 
	color: #FFFFFF;
	text-decoration: none;
}
.nav_headers { 
    font:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}
.bottom_links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
	text-align: center;
	vertical-align: text-bottom;
}
.bottom_links a:link {
	font-weight: normal; 
	font-size: 9px; 
	color: #666666; 
	font-family: Arial; 
	text-decoration: none
}
.bottom_links a:visited {
	font-weight: bold; 
	font-size: 9px; 
	color: #77424E; 
	font-family: Arial; 
	text-decoration: none
}
.bottom_links a:hover {
	font-weight: bold; 
	font-size: 9px; 
	color: #330099; 
	font-family: Arial; 
	text-decoration: none
}
.site_map a:link {
	font-weight: normal; 
	font-size: 10px; 
	color: #666666; 
	font-family: Arial; 
	text-decoration: none
}
.site_map a:hover {
	font-weight: bold; 
	font-size: 10px; 
	color: #009999; 
	font-family: Arial; 
	text-decoration: none
}
.site_map a:visited {
	font-weight: bold; 
	font-size: 10px; 
	color: #77424E; 
	font-family: Arial; 
	text-decoration: none
}
.site_map {
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#666666
}
.bottom a:link {
	font-weight: normal; 
	font-size: 8px; 
	color: #666666; 
	font-family: Arial; 
	text-decoration: none
}
.bottom a:visited {
	font-weight: bold; 
	font-size: 8px; 
	color: #77424E; 
	font-family: Arial; 
	text-decoration: none
}
.bottom a:hover {
	font-weight: bold; 
	font-size: 9px; 
	color: #330099; 
	font-family: Arial; 
	text-decoration: none
}

div.clSlideMenu{ /* All slideMenu2 DIV elements */
	position:absolute;
	font-family:verdana,arial,helvetica;
	font-size:10px;
	overflow:hidden;
	width:150;
	height:22;
}
a.clA0{ /* All top level links */
	color: #666666;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	width:150px;
}
a.clA1{ /* All sub level links */
	color:#666666;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
a.clA2{ /* All sub2 level links */
	color:#666666;
	font-size:9px;
	text-decoration:none;
}
a.clA3{ /* All sub3 level links */
	color:#666666;
	font-size:9px;
	text-decoration:none;
}
a.clA4{ /* All sub4 level links */
	color:#666666;
	font-size:9px;
	text-decoration:none;
	
}
/* NEEDED STYLES */
div.slideMenuBG
{
position:absolute; 
left:0; 
top:0;
float:left;
z-index:1
 }
div.slideMenuText
{
position:absolute;
left:2;
top:2;
z-index:200;
}
/* NEEDED ----- This class should be named like this:
	#NAME_OF_YOUR_MENUcont
*/
#slideMenucont{position:absolute; float:left; height:800; width:200; visibility:hidden;}

