body {
	margin: 0;
	font: 10pt Arial, Helvetica, "Helvetica Neue", Geneva, sans-serif;
	color: #3B3B63;
	background-color: #B3B280;
}
.page {
	width: 860px;
	margin: 20px auto 0;
	background-color: #FFFFFF;
	
	border: 2px solid #454573;
	border-bottom: 30px solid #454573;
	padding-bottom: 30px;
}
.pagehead {	
	position: relative;
}
.logo {
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
.mainnav {
	background: url(/forum/images/head_background.gif) repeat-x;
	height: 23px;
	padding-left: 10px;
	padding-top: 7px;
}
.mainnav a {
	color: #734545;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}
.mainnav a:hover {
	font-weight: normal;
	font-style: normal;
}
.page_content {
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
}
.content {
	padding-top: 10px;
	width: 400px;
}
.sidebar {
	padding-top: 24px;
	padding-left: 20px;
	width: 390px;
}
.sidebar_block {
	margin-bottom: 20px;
}
.sidebar_heading {
	color: #734545;
	font-weight: bold;
	font-size: 10pt;
	background-color: #EFF3F5;
	padding: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
}
.msglist_heading {
	color: #734545;
	font-weight: bold;
	font-size: 10pt;
	background-color: #EFF3F5;
	padding: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
}
.msglist_breadcrumbs {
	color: #B3B280;
	font-size: 8pt;
}
.msglist_breadcrumbs a {
	color: #B3B280;
	font-size: 8pt;
	text-decoration: none;
}
.msglist_breadcrumbs a:hover {
	color: #B3B280;
	font-size: 8pt;
}
.msglist_subject a {
	text-decoration: none;
}
.msglist_author {
	color: #B3B280;
	font-size: 8pt;
}
.subforum_list a {
	text-decoration: none;
}
.forum_breadcrums {
	margin-bottom: 20px;
}
.forum_breadcrums a {
	text-decoration: none;
}
.forum_hierarchy a {
	text-decoration: none;
}
.forum_hierarchy td {
	padding: 2px;
}
.forum_hierarchy th {
	text-align: left;
	vertical-align: bottom;
}
.forum_row {
	background-color: #E0E6EB;
	padding: 4px;
	vertical-align: top;
}
.forum_row_even {
	background-color: #EFF3F5;
	padding: 4px;
	vertical-align: top;
}
.topic_list td {
	padding: 2px;
}
.topic_list th {
	text-align: left;
}
.topic_row {
	background-color: #E0E6EB;
	padding: 4px;
	vertical-align: top;
}
.topic_row_even {
	background-color: #EFF3F5;
	padding: 4px;
	vertical-align: top;
}
.topic {
	padding-bottom: 25px;
	position: relative;
	margin-top: 10px;
}
.topic_title {
	color: #454573;
	font-size: 14pt;
	border-bottom: 1px solid #737A36;
}
.topic_date {
	color: #C0C29A;
	font-size: 9pt;
	margin-top: 3px;
}
.topic_reply_count {
	color: #C0C29A;
	font-size: 9pt;
	margin-top: 3px;
	float: right;
	position: absolute;
	right: 0px;
}
.topic_author {
	color: #C0C29A;
	font-size: 9pt;
}
.topic_content {
	background-color: #EFEFF5;
	padding: 10px 5px;
}
.reply {
	border: 1px solid #eeedad;
	margin-top: 10px;
	margin-bottom: 10px;
}
.reply_head {
	position: relative;
	color: #FFFFFF;
	font-size: 10pt;
	background-color: #8080B3;
	padding: 3px;
	margin-bottom: 3px;
}
.reply_name {
	color: #FFFFFF;
	font-size: 8pt;
	position: absolute;
	float: left;
}
.reply_name a {
	color: #FFFFFF;
	font-size: 8pt;
}
.reply_name a:hover {
	color: #FFFFFF;
	font-size: 8pt;
	text-decoration: underline;
}
.reply_subject {
	color: #FFFFFF;
	font-size: 10pt;
	text-align: left;
}
.reply_reply {
	color: #FFFFFF;
	font-size: 8pt;
	text-align: right;
}
.reply_reply a {
	color: #FFFFFF;
	font-size: 8pt;
}
.reply_reply a:hover {
	color: #FFFFFF;
	font-size: 8pt;
	text-decoration: underline;
}
.reply_content {
	padding: 5px;
}
.quote {
	border: 1px dotted #B3B280;
}
.quote_head {
	color: #DFECEB;
	font-size: 10pt;
	background-color: #99B380;
	padding: 3px;
}
.quote_content {
	padding: 5px;
}
.footer {
	margin: 0 auto;
	width: 820px;
	height: 15px;
	color: #FFFFFF;
	font-size: 8pt;
	padding-top: 5px;
	padding-left: 20px;
	
	position: relative;
	padding-right: 20px;
}
.copyright {
	position: absolute;
	float: left;
}
.yuma_credit {
	text-align: right;
}
.tm {
	font-size: 9pt;
}
a
{
	color: #734545;
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
}
a:active {
	color: #666;
	text-decoration: none;
}
img {
	border-width: 0;
}
h1 {
	color: #855814;
	padding-top: 0;
	margin: 0;
	font-size: 12pt;
}
h2 {
	color: #734545;
	font-weight: bold;
	padding-top: 0;
	margin: 0;
	font-size: 10pt;
}
h3 {
	margin-bottom: 3px;
}
p {
	padding-top: 0px;
	padding-bottom: 10px;
	margin: 0;
}
ul {
	padding-top: 0px;
	padding-bottom: 10px;
	margin: 0;
}
li {
	list-style-type: none;
	/* padding-bottom: 8px; */
}
.fld_label {
	font-size: 10pt;
	color: #486370;
	font-weight: bold;
}
.fld_req {
	font-size: 9pt;
	color: #990000;
}
input {
	font-size: 10pt;
}
textarea {
	font-size: 10pt;
}