body {
	margin: 0px;
	padding: 0px;
	background-color: #8DC63F;
}
img {
	border: 0px;
	margin: 0px;
	text-decoration: none;
	
}
.top {
	width: 100%;
	height: 288px;
	clear: both;
	margin: 0px;
	background-image: url(images/topBG.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
}
.top img {
	margin: 27px 0px 0px 0px;
}
.rowA {
	width: 100%;
	min-height: 438px;
	height: auto !important;
	height: 438px;
	clear: both;
	margin: 0px;
	background-color: #FFF;
}
.pageTitle {
	height: 79px;
	display: inline;
}
.pageTitle img {
	display: block;
}
.content {
	width: 926px;
	margin: 0 auto;
}
.leftPane {
	width: 533px;
	float: left;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	color: #58595B;
	margin: 25px 0px 20px 0px;
}
.leftPane p {
	margin: 0px 0px 10px 0px;
}
.bottomSpace {
	min-height: 50px;
	height: auto !important;
	height: 50px;
	clear: both;
}
.rightPane {
	display: inline;
	float: left;
}
.rightPane img {
	display: block;
}
.divide {
	float: left;
	width: 61px;
	height: 321px;
}
.clear {
	clear: both;
}
.contactForm label {
	width: 100px;
	margin: 5px;
	float: left;
}
.contactForm textarea {
	width: 300px;
	height: 200px;
}
