body {
	background-color: #faf8ef;
	margin-top: 36px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #003b15;
	font-weight: normal;
}

form {
	padding: 0;
	margin: 0;
}

.text_input {
	border: 1px #a7a69e solid;
	width: 294px;
	height: 18px;
	font-size: 10px;
	padding: 0;
	color: #333333;
	padding-left: 6px;
}

.textarea_input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	border: 1px #a7a69e solid;
	width: 294px;
	height: 86px;
	font-size: 11px;
	padding: 0;
	padding-left: 6px;
}

#page_wrapper {
	width: 882px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
}

#top {
	width: 882px;
	height: 16px;
	background-image: url(../images/common/top.gif);
	background-repeat: no-repeat;
}

#bottom {
	width: 882px;
	height: 16px;
	background-image: url(../images/common/bottom.gif);
	background-repeat: no-repeat;
}

#top_navigation {
	height: 172px;
	width: 878px;
	background-image: url(../images/common/nav_background.gif);
	background-repeat: repeat-x;
	border-left: 2px #a7a69e solid;
	border-right: 2px #a7a69e solid;
}

#top_logo {
	float: left;
	padding-top: 26px;
	padding-left: 34px;
	padding-right: 34px;
}

#top_nav_wrapper {
	float: right;
	width: 680px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #184f2a;
}

#top_contact a, #top_contact a:visited {
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #134c26;
	text-decoration: none;
}

#top_contact a:hover {
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #134c26;
	text-decoration: underline;
}

#content_wrapper {
	width: 878px;
	border-left: 2px #a7a69e solid;
	border-right: 2px #a7a69e solid;
}

#content {
	padding-left: 36px;
	padding-right: 36px;
}

#right_content {
	float: left;
	padding-left: 40px;
}

#bottom_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #999999;
	padding-top: 27px;
	padding-bottom: 30px;
	width: 852px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#bottom_text a, #bottom_text a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #999999;
	padding-top: 27px;
	padding-bottom: 30px;
	width: 852px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	text-decoration: underline;
}

#bottom_text a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #666666;
	padding-top: 27px;
	padding-bottom: 30px;
	width: 852px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	text-decoration: underline;
}


#footer {
	padding-top: 14px;
	padding-left: 36px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-align: center;
}

#footer a, a:link {
	color: #999999;
	text-decoration: none;
}

#footer a:hover {
	color: #1c512d;
	text-decoration: underline;
}