/* CSS Document */



#navcontainer {
	width: 140px;
}

#navcontainer ul
{
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0em;
	font-weight: bold;
	margin: 0em;
}

#navcontainer a
{
	display: block;
	padding: 2px 0px 2px 15px;
	width: 120px;
	background-color: #E4E7E3;
	text-decoration: none;
	border-top: none;
	border-right: none;
	border-left: 5px solid #FFFFFF;
	margin-bottom: 3px;
}
#navcontainer a:link, #navcontainer a:visited
{
	color: #006600;
	text-decoration: none;
}
#navcontainer a:hover
{
	color: #1F2EB7;
	border-left: 5px solid #1F2EB7;
}
#currentpage a:link, #currentpage a:visited,
#currentpage a:hover, #currentpage a:active 
{
	color: #FFFF00;
	background-color: #006600;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

a.bodylink 		
		    {
			color:  #1F2EB7;
			text-decoration: underline;
			}
a.bodylink:visited 	
			{	
			color: #999999;
			text-decoration: none;			
			}		
a.bodylink:hover 	
			{
			color: #999999;
			text-decoration: underline;
			}			
a.bodylink:active 			
			{
			color: #999999;
			}

a.footerlink 		
		    {
			color:  #FFFF00;
			text-decoration: none;
			}
a.footerlink:visited 	
			{	
			color: #FFFF00;
			}		
a.footerlink:hover 	
			{
			color: #C9D0C8;
			}			
a.footerlink:active 			
			{
			color: #C9D0C8;
			}
