@charset "UTF-8";
/* CSS Document */

/* main nav elements */
a.mnlinks:visited {  
	color: #efea41;
	text-transform: uppercase;
	text-decoration: none;
	font-size:10px;
	font-weight:bold;

}

a.mnlinks:hover {  
	color: #233E8D;
	text-transform: uppercase;
	text-decoration: none;
	font-size:10px;
	font-weight:bold;

}

a.mnlinks:link {  
	color: #ffffff;
	font-size: 10px;
	text-decoration:none;
}

.mnlinksdiv {color: #ffffff ;text-transform: uppercase;font-size:10px;font-weight:bold;}
    
#main-nav  {text-transform: uppercase;
	text-decoration: none;
	font-size:10px;
	font-weight:bold;
	
	}



/* sidebar-a elements */
#sidebar-a  {
	color: #233E8D;
	font-variant: ;
	text-decoration: none;
	font-size: 10px;
		}
	
#sidebar-a li{
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #009933;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #f2fcf7;
	}	

#sidebar-indent{
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
}

#sidebar-a a:link {
	color: #233E8D;
	text-decoration: none;
	font-weight: bold;
	font-size:11px;
}

#sidebar-a a:hover {
	color: #0Db14B;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#sidebar-a a:visited {
color: #233E8D;
	text-decoration: none;
	font-weight: bold;
	font-size:11px;
	}



/* footer elements */
#footer {
	color: #233E8D;
	text-decoration: none;
	font-size:10px;
	}

#footer a {
	color: #0DB14B;
	text-decoration: none;
	font-size:11px;
}

#footer a:hover {
	color: #db6d16;
	font-size: 11px;
}


/*special links */

a.speclinksh1:link {  
	color: #0DB14B;
	font-size:16px;
	font-style:italic;
	line-height: 18px;
	text-decoration: none

}

a.speclinksh1:hover {  
	color: #0DB14B;
	font-size:16px;
	font-style:italic;
	line-height: 18px;
	text-decoration: underline

}

a.speclinksh1:visited {  
color: #0DB14B;
	font-size:16px;
	font-style:italic;
	line-height: 18px;
	text-decoration: none

}



a.speclinksh2:link {  
	color: #233E8D;
	font-size:12px;
	line-height: 16px;
	text-decoration: none;
	font-weight:bold;

}

a.speclinksh2:visited {  
color: #233E8D;
	font-size:12px;
	line-height: 16px;
	text-decoration: none;
	font-weight:bold;

}


a.speclinksh2:hover {  
	color: #233E8D;
	font-size:12px;
	line-height: 16px;
	text-decoration: underline;
	font-weight:bold;

}
#sidenav_links {
	padding: 5px;
	border: solid #233E8D;
	}
