@charset "UTF-8";
html,
body {
	height:100%;
	margin:0;
	padding:0;
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:150%;
	font-size:13px;
	background-image: url(layout/bg_gradient.gif);
	background-repeat: repeat-x;
	background-color: #679146;
}
#wrapper {
	min-height:100%;
	position:relative;
	width: 936px;
	border-right: 2px solid #455a21;
	border-left: 2px solid #455a21;
	background-color: #fcbc7e;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
#banner {
	width: 936px;
	background-color: #fcbc7e;
	background-image: url(layout/banner.jpg);
	background-repeat: no-repeat;
	height: 216px;
}
.banner_info {
	position: relative;
	text-align:right;
	padding: 0px 54px 0px 54px;
	top: 154px;
}
#body1{
	width: 555px;
	padding-left: 54px;
	text-align:left;
	position:relative;
}
#sidebar2 {
	float: right;
	padding-left:54px;
	padding-right:54px;
	width: 216px;
	text-align:left;
}
a:link {
	color:#679146;
	text-decoration:none;
}
a:visited {
	color: #679146;
	text-decoration:none;
}
a:hover {
	color: #455a21;
	text-decoration:underline;
}
a:active {
	color: #679146;
	text-decoration:none;
}
.header {
	font-size: 24px;
	color: #8a1e04;
	font-stretch:ultra-condensed;
}
.subhead {
	font-size: 16px;
	color: #8a1e04;
	font-stretch:ultra-condensed;
}
.emphasis {
	font-size: 13px;
	color: #8a1e04;
	font-weight:bold;
}
.caption {
	font-size: 11px
}
.image_left {
	width: 218px;
	padding-right:36px;
	float:left;
	height:100%;
	margin-bottom: 10px;
}
#footer{
	width: 828px;
	padding: 20px 54px 10px 54px;
	text-align:left;
	position:relative;
}
label {
	float: left;
	width: 120px;
}
input, textarea {
	width: 72px;
	margin-bottom: 3px;
	background:#fdcd9e;
	border: 1px solid #FFFFFF;
}
textarea {
	width: 72px;
}
#submitbutton {
	width: 108px;
}
.border {
	border: 2px solid #FFFFFF;
}