body { 

	background-color: #a2cb01;
	background-image: url(../images/hth_bg.gif); 
	background-repeat:no-repeat;
	background-position:top;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style:normal;
	font-weight:normal;
}

A:link, A:visited  {
	color: #82302f;
	text-decoration: bold, underline;
}
A:hover, A:active  {
	color: #409e17;
	text-decoration: bold, underline;
}
.handymantext {
	color: #409e17;
	font-weight:bold;
	font-size:16px;
}
.maintenancetext {
	color: #012d6b;
}

.brown { color: #523b37; }
.light_orange { color: #fa8f4e; }
.dark_orange { color: #cf4a1c; }
.imgborder { border-color: #008080;  }
.imgborderwhite { border-color: white;  }
.bkg_light { background-color:#d2f4f2; }
.bkg_dark { background-color:#b1ebe8; }
p, ul, td {
	margin-bottom:6px;
	color: #523b37;
}
 li {
	margin-bottom:2px;
	color: #523b37;
}
hr { color: #218c01; }
h1 {
	color: #409e17;
}
h2 {
	color: #cf4a1c;
}
h3 {
	color: #523b37;
}
h4 {
	color: #218c01;
}

.footer_txt, .footer_txt a:link, .footer_txt a:active, .footer_txt a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight:normal;
	color: #ffffff;
}
.footer_txt a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight:bold;
	color: #ffffff;
}


#container {
	width: 884px;
	margin-left: auto;
	margin-right:auto;
}


/*<!------------------------------------------------------- header ---------------------------------->*/

.header {
float:left;
width:884px;
}


/*<!------------------------------------------------------- navigation ---------------------------------->*/

.nav {
float:left;
width:643px;
height:54px;
}

/*<!------------------------------------------------------- content ---------------------------------->*/
.content{
float:left;
width:663px;
margin-left:10px;
}

.content_right{
float:left;
width:210px;
}

/*<!------------------------------------------------------- footer ---------------------------------->*/

.footer {

border-top: 3px solid #fff;
}

.footer p {

text-align: center;
color: #fff;
}