﻿

#leftbar {
	vertical-align:top;
	width:257px;
	background-color: #75c944;
}



a:link, a:visited, a:active {
	text-decoration:underline;
	color:#ffcf03;
}

a:hover {
	color:#ff0000;
}

	
a.nav:link, a.nav:visited,a .nav:active{
	text-decoration:none;
    font-size:11pt;
    font-weight:bold;
    color: #ffffff;
    text-transform: uppercase;
	background-color: #000000;
	border:1px #000000 solid;
    display:block;
	width: auto;
	padding: 6px 0px 5px 8px;
    margin-bottom: 4px;
}




a.nav:hover {
	text-decoration:none;
	color: #000000;
	background-color: #ffffff;

}




a.nav_stay:link, a.nav_stay:visited, a.nav_stay:active{
	text-decoration:none;
    font-size:11pt;
    font-weight:bold;
    color: #000000;
    text-transform: uppercase;
	background-color: #ffffff;
	border:1px #000000 solid;
	display:block;
	width: auto;
	padding: 6px 0px 5px 8px;
    margin-bottom: 4px;
}




a.nav_stay:hover {
	text-decoration:none;
	color: #000000;
	background-color: #ffffff;
	border:1px #000000 solid;

}







* html .nav a {
    width:auto;    
}



.home
{   padding: 0px 30px 0px 32px;
 	font-family: arial, helvetica;
    color: #000000;
    font-size:8pt;
    line-height: 15pt;
     
}

#pages
{   padding: 0px 35px 30px 32px;
 	font-family: arial, helvetica;
    color: #ffffff;
    font-size:9pt;
    line-height: 13pt;
     
}

.pages_header
{	font-family: arial, helvetica;
    color: #5a7735;
    font-size:12pt;
    font-weight: bold;
}


td
{  font-family: arial, helvetica;
   color: #000000;
   font-size:9pt;
   line-height: 11pt}
body
{  font-family: arial, helvetica;
   color: #888888;
   font-size:9pt;
   line-height: 12pt}







A.nav2:link {text-decoration:underline; color:#000000}
A.nav2:visited {text-decoration:underline; color:#000000}
A.nav2:active {text-decoration:underline; color:#000000}
A.nav2:hover {text-decoration:underline; color:#666666}


A.nav3:link {text-decoration:underline; color:#ffffff;}
A.nav3:visited {text-decoration:underline; color:#ffffff}
A.nav3:active {text-decoration:underline; color:#ffffff}
A.nav3:hover {text-decoration:underline; color:#000000}









a.footerlink:link, a.footerlink:visited, a.footerlink:active{text-decoration:underline; font-family:Arial, Helvetica, sans-serif; font-size:10pt; line-height: 10pt; color: #000000;}
a.footerlink:hover {text-decoration:none; font-family:Arial, Helvetica, sans-serif;font-size:10pt;line-height: 10pt;}

.footertext{font-family:Arial, Helvetica, sans-serif;font-size:8pt; color:#000000;line-height: 10pt;}

.smallfootertext{font-family:Arial, Helvetica, sans-serif;font-size:8pt; color:#000000;line-height: 10pt;}

.divfooter
{width:650px; text-align:center;
}



.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: white;
}

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid #fff;
border-bottom-width: 0;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: black;
width: 200px; /* default width for menu */
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a:link, .anylinkmenu ul li a:active, .anylinkmenu ul li a:visited {
display: block;
border-bottom: 1px solid #fff;
padding: 4px 4px;
color: #fff;
background: #000;
text-decoration: none;
font-weight: bold;
}

.anylinkmenu a:hover{ /*hover background color*/
background: white;
text-decoration: none;
color: black;
}
