{
font-family: Arial, Helvetica, sans-serif; 
font-size: 14px;
line-height: 1.6em;
color: #666;
background-color: #FFF;
margin:10px 10px 0px 10px;
padding:0px;
}
/* GENERAL */
h1 {
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 18px;
color: rgb(44, 140, 45);
background-color: #FFF;
}
p {font-family: Arial, Helvetica, sans-serif; 
font-size: 14px;
line-height: 1.6em;
color: #666;
background-color: #FFF;
}
h2 {
color: #666666;
font-size: 16px;
font-family: Arial, Helvetica, sans-serif;
background-color: #FFF;
}
h3 {
color: rgb(44, 140, 45);
font-size: 16px;
font-family: Arial, Helvetica, sans-serif;
background-color: #FFF;
}
a {
color:#CC6714;
text-decoration: none;
}
a:hover {
color:#CC6714;
background-color: #F5F5F5;
}
.button {
padding: 2px;
}
#leftcontent {
position: absolute;
left:10px;
top:94px;
width:140px;
background:#fff;
}
#centercontent {
position: relative;
margin-top 94px;
background:#fff;
margin-left: 175px;
padding: 0px 5ps
}


#banner {
background:#fff ;
height:70px;
border-bottom:4px solid #948979;
padding-top: 10px;
clear: both;
margin-bottom: 15px;

}
/* underheader statement */
#banner p { font-size: 11px;
color: #666;
background-color: #FFF;
margin-top: -0px;
margin-left: 30px;
color: #999999;
z-index: 1;
}



#banner h1 {
font-size:32px;
color: rgb(44, 140, 45);
padding:10px 10px 0px 10px;
margin:0px;

}
#leftcontent ul {
margin-left: 0;
padding-left: 0;
list-style-type: none; float: left;
width: 140px;
}
#leftcontent a {
display: block;
padding: 5px;
width: 140px;
border-bottom: 1px solid #CCC;
}
#leftcontent a:link, #leftcontent a:visited {
color:#CC6714;
text-decoration: none;
}
#leftcontent a:hover {
background: #000000 url(arrow.gif) 96% 50% no-repeat;
background-color: #F5F5F5;
color:#CC6714;
}
#centercontent p {
padding-bottom: 10px;

}
#rightcontent p {
font-size:14px
}
/* FOOTER ELEMENTS */

		#footer {
			margin-top: 20px;
			clear: both;
			background-color:#fff;
			padding: 0px 5px 0px 5px;
		}
		
		#footer p {
			color:#89817f;
			padding: 5px;
		}
		
		#footer p a {
			color: #89817f;
			border-bottom: 1px dotted #89817f;
		}
		
		#footer p a:hover {
			color: #FFFFFF;
			background-color:#575352;
		}
		
