@charset "utf-8";
html {
	height: 100%;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #000;
	height: 100%;
	background-color: #3e577c;
	background-image: url(../images/background_gradient.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

a, a:visited, a:active {
	color: #3e577c;
}

a:hover {
	color: #ba6b40;
}


#wrapper {
	min-height: 100%;
	width: 992px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	position: relative;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#wrapper #dropleft {
	min-height: 100%;
	width: 25px;
	background-image: url(../images/shadow_left.jpg);
	background-repeat: repeat-y;
	position: absolute;
	left: 0px;
	top: 0px;
}
#wrapper #dropright {
	min-height: 100%;
	width: 25px;
	background-image: url(../images/shadow_right.jpg);
	background-repeat: repeat-y;
	position: absolute;
	left: 967px;
	top: 0px;
}

#wrapper #mainarea {
	min-height: 100%;
	width: 942px;
	background-color: #FFF;
	position: relative;
	top: 0px;
	left: 25px;
}
#wrapper #textarea h1 {
	color: #7c4720;
	margin-top: 10px;
	padding-top: 0px;
	margin-left: 15px;
	margin-bottom: 10px;
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	display: block;
	width: 100%;
}


#wrapper #mainarea .separator {
	display:block;
	float:left;
	height:21px;
	white-space:nowrap;
	padding:0 5px 0 5px;
	text-decoration:none;
	text-align:center;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 21px;
}
#wrapper #mainarea #leftside {
	width: 293px;
}
#wrapper #mainarea #textarea {
	background-color: #f2e8e2;
	background-image: url(../images/textdropr.jpg);
	background-repeat: repeat-y;
	background-position: right;
	float: right;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	width: 590px;
	padding-top: 7px;
	padding-right: 12px;
	padding-bottom: 7px;
	padding-left: 7px;
	position: relative;
}


#wrapper #footer  {
	height: 66px;
	width: 942px;
	left: 25px;
	bottom: 0px;
	clear: both;
	position: absolute;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}
#footer a, #footer a:active, #footer a:visited{
	color: #FFF;
}

.mainform fieldset{
	width: 440px;
	margin-right: auto;
	margin-left: auto;
	border: solid 1px #000000;
}

.mainform legend{
	font-weight: bold;
}

.mainform label  {
	display: block;
	width: 120px;
	text-align: right;
	margin-right: 3px;
	clear: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: #000;
	height: 22px;
	float: left;
	margin-top: 1px;
}

.mainform .field {
	width: 290px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 16px;
	margin-bottom: 7px;
}
.mainform select {
	width: 296px;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 25px;
	font-size: 16px;
	margin-bottom: 7px;
}


.mainform textarea{
	height: 150px;
	width: 290px;
	overflow: auto;
}

.mainform .button{
}
#specialbox {
	width: 283px;
	border: 1px solid #3e577c;
	margin-left: 10px;
	padding: 5px;
}
#specialbox h3 {
	color: #DD0005;
	text-decoration: underline;
	text-align: center;
	display: block;
	width: 100%;
	font-size: 16px;
}
#specialbox h4 {
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
}
#specialbox p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1em;
	padding-left: 0px;
}
