@charset "utf-8";
body {
	margin: 0px;
	background-color: #60462B;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
a {
	color: #60462B;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #95806B;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#footer a {
	color: #95806B;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}

#content {
	width: 776px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-image: url(assets/bgWhole.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 604px;
}
#content .leftbar {
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #60462B;
	font-size: 9px;
	color: #60462B;
}
.orangetext {color: #F16422}

.subtable {
	font-size: 11px;
}
