#hd {background-image: url(banner.png); background-repeat: no-repeat; height:100px; border-bottom: 2px solid #447821;}
#hd h1 { font-size: 120%; }

#nav {background-color: #447821; height: 20px; text-align: right; margin: 2px; }

#bd { min-height: 450px; border-top: 2px solid #447821 ; border-bottom: 2px solid #447821 ;font-weight: bold;}

div.standard {  padding-left: 50px;
				  padding-right: 50px;
				  padding-top: 15px;
				  padding-bottom: 50px;
				  font-weight: normal;
				 }
div.standard h1{ font-size: 123%;color: #447821; font-weight: bold;}
div.standard h2{ font-size: 108%;color: #447821; font-weight: bold;}
#navlist li { list-style-type: square; list-style-position: inside;}

div.pf1 {min-height: 150px; border-top: 1px solid #447821;  width: 90%;padding: 5px;font-size: 116%; }

img { 
border: 2px solid #666666; 
} 




h3 { font-size: 116%; font-weight: bold; color:#447821;}


.services {   text-align: left;
				  padding-left: 30px;
				  padding-top: 15px;
				  font-size: 120%;}
				  
.services ul
{
list-style-type: none;
text-align: left;
}

.services ul li a
{
background: transparent url(list-off.gif) left center no-repeat;
padding-left: 15px;
text-align: left;
font: bold 14px verdana, lucida, sans-serif;
text-decoration: none;
color: #447821;
}

.services ul li a:hover
{
background: transparent url(list-on.gif) left center no-repeat;
color: black;
}
.services ul li a#current
{
background: transparent url(list-off.gif) left center no-repeat;
color: #447821;
}

#ft p{color: #000; text-align: center;  margin: 5px; font-size: 85%;}
#ft A:link{font-weight: bold; text-decoration: none; color: #447821;}
#ft A:visited{font-weight: bold; text-decoration: none; color: #447821;}
#ft A:active{font-weight: bold; text-decoration: none; color: #447821;}
#ft A:hover{font-weight: bold; text-decoration: none; color: #447821;}



a.button {
font-weight: bold;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
padding-right: 8px;
padding-left: 8px;
padding-top: 2px;
padding-bottom: 5px;
text-align: center;
min-width: 75px;
text-transform: uppercase;
}
a.button:link {
background-color: #447821;
color: #FFF;
text-decoration: none;
}
a.button:visited {
background-color: #447821;
color: #fff;
text-decoration: none;
}
a.button:hover {
background-color: #ffffff;
color: #447821;
text-decoration: none;
}
a.button:active {
background-color: #447821;
color: #fff;
text-decoration: none;
}