@charset "UTF-8";
/* CSS Document */

html,body {
	height: 100%;
	padding: 0;
	margin: 0;
	background-color: #787652;
	color: #432407;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

a:link, a:visited, a:active  {
	background:transparent;
	color:#000000;
	text-decoration:underline
}

a:hover {
	background:transparent;
	color:#EB7B29;
	text-decoration:underline
}

a img {
	border-width: 0;
}

#mainwrap {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	background-repeat: repeat;
	background-image: url(/assets/webbody.jpg);
	text-align: center;
}

#header {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: 203px;
	background-repeat: no-repeat;
	background-image: url(/assets/header.jpg);
	text-align: center;
	overflow: hidden;
}

.navbar {
	margin-top: 180px;
	height: 23px;
	color: #FFFFFF;
}

a.nav {
	height: 23px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 3px;
	color: #FFFFFF;
	text-decoration: none;
}

a.nav:hover {
	height: 23px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 3px;
	background-color: #FFFFFF;
	color: #000000;
	text-decoration: none;
}

.body {
	margin-left: 50px;
	margin-right: 50px;
	width: 800px;
	margin-top: 14px;
	overflow: auto;
	text-align: left;
}

.bodyleft {
	padding-left: 8px;
	text-align: left;
	width: 550px;
	overflow: auto;
}

.pagetitle {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 20px;
}

.sidebarfloat {
	width: 200px;
	padding-right: 8px;
	padding-left: 28px;
	float: right;
	text-align: left;
}

.sidebartitle {
	font-size: 16px;
	font-weight: bold;
}

.sidebartext {
	padding-bottom: 10px;
}

.footer {
	margin-left: 50px;
	margin-right: 50px;
	background-color: #663300;
	color: #FFFFFF;
	font-size: 11px;
	padding-bottom: 2px;
	padding-top: 1px;
	margin-top: 26px;
}

.footer a:link, .footer a:active, .footer a:visited {
	background:transparent;
	color:#FFFFFF;
	text-decoration:underline
}

.footer a:hover {
	background:transparent;
	color:#EB7B29;
	text-decoration:underline
}

.footerleft {
	float: left;
	width: 320px;
	text-align: left;
	padding-left: 16px;
}

.footerright {
	float: right;
	width: 320px;
	text-align: right;
	padding-right: 16px;
}