﻿body
{
	padding: 0px;
	margin: 0px;
	font-family: Arial;
	font-size: 12px;
	text-align: center;
	background-image: url( '../images/bg.jpg' );
	background-repeat: repeat-x;
	background-color: #e6f3bb;
}
#container
{
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	height:100%;

}
#header
{
	width: 1000px;
	height: 180px;
	text-align: left;
	background-image: url( '../images/HouseIm.gif' );
	background-repeat: no-repeat;
	border-bottom: solid 3px #3e5b30;
}
#logosection
{
	height: 180px;
	width: 420px;
	text-align: right;
	float: right;
}
#menu
{
	height: 22px;
	background-image: url( '../images/menubg2.gif' );
	background-repeat: repeat-x;
	margin-top: 3px;
	padding-top:10px;
	color:#16387c;
}
#menu a
{ padding:10px;
  color:#16387c;
        }
#contentholder
{
	width: 1000px;
	margin-top: 2px;
	background-color: White;
	padding-bottom:20px;
	height:100%;
	overflow:hidden;
}
#col1
{
	width: 195px;
	float: left;
}
#col2
{
	margin-left: 205px;
	
	margin-top: 20px;
}
#col3
{
	width: 340px;
	float: right;
	margin-top: 10px;
}
#footer
{ text-align:left;
  margin-top:20px;
  background-color:White;
  padding-top:20px;
  padding-bottom:20px;
  margin-bottom:30px;
	}
#powered
{
	color: #4d5f3d;
	float:right;
	margin-right:10px;
	width:350px;
	text-align:right;
}
#powered a
{
	color: #4d5f3d;
}
#foot-nav
{ float:left;
  width:630px;
  margin-left:10px;
  color: #4d5f3d;
  
	}
#foot-nav a
{ padding:10px;
  color: #4d5f3d;
	}	



/*this is the style of the main buttons*/
.buttonstyle
{
	height: 84px;
	background-image: url( '../images/buttonbg.gif' );
	background-repeat: repeat-x;
	margin-top: 20px;
	border: solid 1px #c2d392;
}
a
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
	color: #3E6E92;
}
/*this is the style of the button text*/
.buttontext
{
	color: #333333;
	font-size: 14px;
	font-weight: bold;
}
.smallbuttontext
{
	font-size: 10px;
	color: #3E6E92;
	margin-right: 10px;
}
.footer
{
	background-image: url;
}

