body{margin:0px; padding:0px;
font-family: Arial, Helvetica, sans-serif; font-size: 12px;
margin-top:10px;
background-color: white;
}
p, table, tr, td {margin:0px; padding:0px; color:#333333;}
img {margin:0px; padding:0px;}



#maintable {
	position:relative;
	margin:0px auto 0px; padding:0px; 
	width:837px;  
	border: 1px solid red;}

#first {
	background-image: url('images/top.gif');background-repeat:no-repeat;background-position:0px 0px; background-color: white;}

#second {
	background-image: url('images/mid.gif');background-repeat:no-repeat;background-position:0px 0px; background-color: white;}

#third {
	background-color: #006633;
	border-top: 1px solid red;}

#third p{
text-align:center;
color:white;
}

.logo{position:relative; top:50px; left:10px;}
.slogan{position:relative; top:115px; left:75px;}

.house{position:relative; right:0px; top:40px;}

.marginleft20{
margin-left:40px;
}

.tabletext{
margin-left:10px;
border: 2px solid #006633;
margin-bottom:20px;
}

.tabletext p{
margin-left:20px;
margin-right:20px;
margin-bottom:20px;
margin-top:10px;
text-align:justify;
}

.tabletext img{
border: 1px solid #669966;
}
.noborder img{border: 1px solid white;}

.tabletext span{
font-weight:700;
}

.heading{
font-size: 14px;
}

.tabletext a:link {color: #336633; text-decoration:none;}
.tabletext a:visited {color: #336633; text-decoration:none;}
.tabletext a:hover {color: #666666; text-decoration: underline;}
.tabletext a:active {color: #336633;}


/*MENU============================================================================*/
ul#mainnav{
list-style:none;
margin:0px;
padding:0px;
border-top:1px solid red;
border-left:1px solid red;
border-right:1px solid red;
}

ul#mainnav li a:link, ul#mainnav li a:visited {
text-decoration:none;
padding-top:4px;
padding-left:5px;
display:block;
background-color:#ffcc00;
font-family:Arial;
font-weight:700;
font-size:14px;
color:white;
height:17px;
}

ul#mainnav li{
border-bottom:1px solid red;
}

ul#mainnav li a:hover{
background-color:red;
color:white;
}
/*MENU============================================================================*/

a:link {color: white; text-decoration:none;}
a:visited {color: white; text-decoration:none;}
a:hover {color: #666666; text-decoration: underline;}
a:active {color: white;}


/*MENU DROP DOWN============================================================================*/
#dropmenudiv{
position:absolute;
margin-top:3px;
margin-left:-20px;
background-color: #ffcc00;
border:1px solid red;
border-bottom-width: 0;
line-height:15px;

z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid red;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: red;
color:white;
}



/*MENU DROP DOWN============================================================================*/