Body{
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: auto;
}

.container {
	width: 805px;
	margin: auto;
}

.header {
	height: 100px;
	width: 805px;
}

#nav {
	background-image:url(../images/nav_bg.jpg);
	height:42px;
	margin-bottom:12px;
	text-align:center;
	width:805px;
}

.hovermenu ul{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	padding-left:0;
	padding-top:10px;
	margin-left:0;
}

.hovermenu ul li{
	list-style: none;
	display: inline;
	color: #FFFFFF;
	margin:0;
	padding:0;
}

.hovermenu ul li a{
	color:#FFFFFF;
	font-size:16px;
	padding:12px 15px 11px;
	text-decoration:none;
}

.hovermenu ul li a:hover{
	background-color: #366736;
	color: #CEB9B6;
	text-decoration: none;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #000000;
	width: 805px;
}
.content a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #205720;
	text-decoration: none;	
}
.content a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #CC0033;
	text-decoration: underline;	
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 19px;
	margin-bottom: 3px;
	height: 19px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: normal;
	color: #1E5720;
	line-height: 19px;
	margin-top: 0px;
	margin-bottom: 3px;	
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 19px;
	margin-bottom: 6px;
	height: 19px;
}
.footer {
	
	background-attachment: scroll;
	background-image: url(../images/footer_line_bg.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	width: 100%;
	height: 227px;
	margin: auto;
}
.inner_footer {
	
	background-attachment: scroll;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 100%;
	height: 227px;
	margin: auto;
}
.inner_footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	line-height: 22px;
	margin-top: 107px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 80px;
	float: left;
	width: 160px;
}
.inner_footer_text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	line-height: 22px;
	margin-top: 107px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 80px;
	float: left;
	width: 160px;
}
.inner_footer a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	line-height: 22px;
	text-decoration: none;
	
}
.inner_footer a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	line-height: 22px;
	text-decoration: none;
	
}
.inner_footer a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #DEE8F1;
	line-height: 22px;
	text-decoration: underline;
	
}
.img{
	
	padding-left: 11px;
}
.required{
	color: #FF0000;	
}
.right{
	float: right;
	width: 210px;
	clear: right;
}
.form{
	float: left;
	width: 530px;
	
}
.clear{

	clear: both;	
}
.table_padding {
	padding: 2px;
}
.img_padding {
	padding-right: 7px;
	padding-bottom: 7px;
}

