body {
	background-color: #FFFFFF;
}

#container {
	width: 100%;
}
#header {
	display: none;
}
#Peaceful {
	display: none;

}
#title {
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#title h1 {
	font-size: 16px;
	font-weight: bold;
	color: #31401F;
	text-align: top;
}
#title h2 {
	font-size: 12px;
	font-weight: bold;
	color: #8E8E8E;
	text-align: top;
}
#navleft {
	display: none;
}

#content {
	width:100%;
}
#contentRight {
	width: 100%;
	background-color: #EFE6D5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:justify;
}
#contentRight img{
	padding: 0px 0px 0px 15px;
}
#contentRight h1 {
	font-size: 16px;
	font-weight: bold;
	color: #9D8A54;
}
#contentRight h2 {
	font-size: 12px;
	font-weight: bold;
	color: #12306D;
}
#contentRight h3 {
	font-size: 14px;
	font-weight: bold;
	color: #12306D;
}
#contentRight h4 {
	font-size: 12px;
	font-weight: bold;
	color: #9D8A54;
	text-align: left;
}
#contentRight p {
	font-size: 12px;
	color: #303030;
	line-height: 20px;
}
#contentRight strong {
	color: #12306D;
}
#contentRight ul {
	color: #7A7A7A;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
#contentRight li {
	margin-bottom: 10px;
	display: block;
	text-align: left;
}
#contentRight a:link {
	color: #31401F;
	text-decoration: underline;
}
#contentRight a:visited {
	color: #31401F;
	text-decoration: underline;
}
#contentRight a:hover {
	color: #63764b;
	text-decoration: underline;
}
#contentRight a:active {
	color: #63764b;
	text-decoration: underline;
}
#contactForm {
	margin: 0px 0px 40px 50px;
	font-size: 12px;
	color: #31401F;
}
#contactForm form {
	margin: 0;
	padding: 0;
	color: #31401F;
}
#contactForm div {
	clear: both;
	padding: 8px 0px 8px 0px;
}
label,input,select {
	float: left;
	width: 150px;
	color: #31401F;
}
#contactForm label {
	margin-right: 10px;
	text-align: right;
}
#contactForm input {
	color: #31401F;
	border: 1px solid #9D8A54;
	background-color: #F9F5EE;
}
#contactForm select {
	width: 150px;
	color: #31401F;
	border: 1px solid #9D8A54;
	background-color: #F9F5EE;
}
#contactForm textarea {
	margin: 5px 0px 10px 20px;
	width: 290px;
	height: 100px;
	color: #12306D;
	border: 1px solid #9D8A54;
	background-color: #F9F5EE;
}
#buttons {
	margin: 0px 0px 0px 80px;
}
#buttons input {
	margin-left: 10px;
	width: 75px;
	font-weight: bold;
	border: 1px solid #9D8A54;
	background-color: #31401F;
	color: #EFE6D5;
}
.contentDiv {
	border-top:none;
	width: 485px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
	text-align: center;
	background-position: center center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #31401f;
}
.greenDiv {
	border-top:2px solid #31401F;
	width: 485px;
}
.greenDiv p {
	margin: 40px 0px 40px 130px;
}
#footerContainer {
	padding: 0px;
	background-image:url(../images/Peaceful_footer.jpg);
	margin: 0px;
	display: block;
	width: 100%;
}
#footerContainer a:link {
	display: none;
}
#footerContainer a:visited {
	display: none;
}
#footerContainer a:hover {
	display: none;
}
#footerContainer a:active {
	display: none;
}
#footer {
	font-size: 12px;
	color: #31401F;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
}
#footer p{
	text-align: center;
	padding: 10px 0px 10px 0px;
	font-size: 10px;
}
#disclaimer {
	font-size: 10px;
	color: #000000;
}
