@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Georgia, Tahoma, "Times New Roman", Times, serif;
	font-size: 11px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-color: #FDFCD9;
	background-position: center center;
}
h3 {
	color: #86602D;
	font-size: 11px;
}
h2 {
	color: #916831;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
}
p {
	margin-top: 15px;
	margin-bottom: 15px;
}
a {
	color: #D1AA77;
	text-decoration: none;
	font-weight: bold;
}
.clear {
	clear: both;
}
.wrapper {
	width: 820px;
	margin: 0 auto;
}
a:hover {
	color: #86602D;
	text-decoration: underline;
}
.header {
	background-image: url(images/head_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	height: 236px;
	width: 100%;
	padding-top: 10px;
	text-align: center;
}
.sidenavcontainer {
	width: 200px;
	float: left;
}
.maincontent {
	float: right;
	width: 600px;
	margin-right: 10px;
	margin-top: 10px;
}
.sidenavtop {
	background-image: url(images/sidenav_bg_top.gif);
	height: 30px;
	width: 200px;
}
.sidenavmain {
	background-image: url(images/sidenav_bg_main.gif);
	width: 200px;
}
.sidenavmain ul {
}
.sidenavmain li {
	list-style-type: none;
	margin-top: 8px;
	margin-bottom: 8px;
}
.sidenavbottom {
	background-image: url(images/sidenav_bg_bottom.gif);
	height: 30px;
	width: 200px;
}
.sidenavindent {
	width: 180px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 10px;
}
.footermain {
	background-image: url(images/footer_bg.gif);
	background-repeat: repeat-x;
	height: 50px;
	width: 100%;
	padding-top: 20px;
	color: #FFFFFF;
	font-size: 10px;
}
.footermain a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
.footermain a:hover {
	text-decoration: underline;
}
.footerleft {
	margin-left: 25px;
	text-align: left;
	float: left;
}
.footerright {
	margin-right: 25px;
	text-align: right;
	float: right;
}
.lightbrown {
	color: #F0C776;
}
.style11 {
	font-size: 16px;
	font-weight: bold;
}
.formfield {
	width: 300px;
	background-color: #F9F2EE;
}
.formbutton {
	color: #FFFFFF;
	background-color: #D0A976;
	font-size: 11px;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E7D2B8;
	border-right-color: #BC8841;
	border-bottom-color: #BC8841;
	border-left-color: #E7D2B8;
}
