body {
	margin: 0;
	padding: 0;
	color: #FFF;
	background: #C2BBAF;
	font: 12px Arial, Helvetica, sans-serif;
}
a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
	background: #FFF;
}
a:hover {
	color: #ffbd4d;
	text-decoration: none;
	font-weight: bold;
	background: #FFF;
}
html>body ul {
	list-style: none;
	text-indent: -12px;
}
ul {
	margin-top: 0;
	margin-left: 0;
	padding-left: 12px;
}
li {
	margin: 7px 0 8px 10px;
}
ul.sublist {
	margin-top: 0;
	margin-left: 0;
	padding-left: 5px;
}
li.sublist {
	margin: 7px 0 8px 3px;
}
#mainbody {
	width: 768px;
	margin: 0;
	padding: 0;
	border: 1px solid #000;
	color: #FFF;
	background: #8c867e;
}
#topnav {
	clear: both;
	position: absolute;
	width: 768px;
	height: 50px;
	border-bottom: 1px solid #000;
	text-align: right;
	padding: 0;
	background: #65615b;
	color: #FFFFFF;
	z-index: 5;
}
#navbar {
	position: absolute;
	width: 768px;
	height: 40px;
	text-align: left;
	padding: 0;
	color: #FFFFFF;
	top: 50px;
	z-index: 5;
	background-color: #65615B;
	display: inline;
	left: 0px;
}
#navlist {
	width: 768px;
	text-align: left;
	letter-spacing: 3px;
	color: #fff;
	background-color: #65615B;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-left: 0;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ffbd4d;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 5px;
	text-indent: 10px;
}
#navlist li {
	list-style: none;
	margin: 0;
	display: inline;
	background-color: #65615B;
}
#navlist li a {
	padding: 5px .75em;
	margin: 0;
	color: #fff;
	text-decoration: none;
	background-color: #65615B;
}
#navlist li a:link {
	color: #fff;
	background-color: #65615B;
}
#navlist li a:visited {
	color: #fff;
	background-color: #65615B;
}
#navlist li a:hover {
	color: #000;
	background-color: #8C867E;
}
#navlist li a#current {
	color: #fff;
	background-color: #8C867E;
}
#topnav a {
	border: 0px;
	text-decoration: none;
	padding: 0px 5px 0px 5px;
	background: #65615b;
	color: #FFFFFF;
}
#topnav a:hover {
	text-decoration: none;
	background: #65615b;
	color: #FFFFFF;
}
#header {
	clear: both;
	position: relative;
	width: 768px;
	height: 70px;
	max-height: 263px;
	overflow: visible;
	color: #FFF;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #000;
	background-color: #FFF8EB;
	background-repeat: no-repeat;
	background-position: right center;
	float: none;
}
#header h1 {
	position: absolute;
	z-index: 6;
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
	color: #000000;
	visibility: visible;
	width: 750px;
	top: 10px;
	left: 10px;
}
#header h2 {
	position: relative;
	top: 18px;
	left: 10px;
	text-align: left;
	clear: both;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #003399;
}
#leftcol {
	position: relative;
	width: 165px;
	color: #FFF;
	padding: 5px;
	float: left;
	text-align: left;
	background: #8c867e;
	top: 20px;
}
#leftcol .title h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-align: center;
}
#leftcol .content {
	margin: 5px 0 10px;
	border-top: 1px dotted #ffbd4d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#leftcol a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	background: #8c867e;
}
#leftcol a:hover {
	color: #ffbd4d;
	background: #8c867e;
}
#rightcol {
	position: relative;
	width: 581px;
	border-left: 2px solid #ffbd4d;
	color: #333;
	padding: 5px;
	float: right;
	text-align: left;
	background: #fffbf6;
	top: 20px;
}
#rightcol .title h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#rightcol .content {
	margin-right: 10px;
	margin-left: 10px;
}
#rightcol a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
	background: #fffbf6;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
}
#rightcol a:hover {
	color: #ffbd4d;
	background: #fffbf6;
}
#footer {
	clear: both;
	position: relative;
	width: 768px;
	height: 16px;
	font-size: 10px;
	color: #C2BBAF;
	text-align: center;
	background: #65615b;
	border-top: 1px solid #000;
	top: 10px;
}
#footer h3 {
	font-size: 10px;
	margin: 0;
	padding: 0 5px;
	float: left;
}
#footer a {
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	font-size: 10px;
	background: #65615b;
}
#footer a:hover {
	color: #ffbd4d;
	text-decoration: none;
	background: #65615b;
}
.screenshot {
	padding: 4px;
	float: right;
}
#toplink {
	float: right;
	clear: both;
	position: relative;
	bottom: 10px;
}
.body-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

