body {
	background: #D8D8D8;
}
a {
	text-decoration: none;
	color: #738D3A;
}
a:hover {
	text-decoration: underline;
	color: #A2B533;
}


#pageBG {
	width: 731px;
	margin-left: -365px;
	background: url(images/page-bg.jpg) repeat-y;
	position: relative;
	margin-bottom: 30px;
	left: 50%;
}
#headerBottom {
	background: url(images/page-header-bottom.jpg);
	float: left;
	height: 123px;
	width: 731px;
	margin-bottom: -100px;
	clear: both;
}
#pageBottom {
	background: url(images/page-bottom.jpg);
	height: 283px;
	width: 730px;
	top: -120px;
	position: relative;
	clear: both;
	float: left;
}
#pageBody {
	width: 601px !important;
	width: 731px;
	color: #333333;
	background: url(images/page-bottom.jpg) no-repeat center bottom;
	font: 14px/1.5em Arial, Helvetica, sans-serif;
	padding: 10px 50px 60px 80px;
	top: 10px;
}
.float_Right {
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: -5px;
}

.float_Left {
	float: left;
	padding-right: 15px;
	padding-bottom: 10px;
	margin-top: -5px;
}
.page_Title {
	float: left;
	width: 700px;
	position: relative;
	left: 20px;
}
.section_title {
	font: bold 19px Arial, Helvetica, sans-serif;
	color: #697233;
	display: block;
	padding-top: 20px;
	left: -10px;
}
.paragraphTitle {
	color: #414624;
	font-weight: bold;
}
.divider {
	float: left;
	height: 46px;
	width: 634px;
	margin-left: -20px;
	clear: both;
}
.map {
	width: 634px;
	margin-left: -20px;
	text-align: center;
	left: -20px;
	float: left;
	clear: both;
	margin-bottom: 20px;
}
textarea {
	width: 350px;
	height: 100px;
}
.valid {
	font-weight: normal;
}
.not_valid {
	font-weight: bold;
	color: #990000;
}

