html 
{
	overflow: -moz-scrollbars-vertical;
	background-color: #b7410e;
}

body
{
	/*background: #b3ab87;*/
	/*background: #92ab8e;*/
	/* good color background: #355E3B;*/
}
.huntergreen
{
	color: #355E3B;
}
.rust
{
	color: #b7410e;
}
/*
body,input,select,textarea,th,td
{
	font-family: Arial, sans-serif;
}*/
.sub, .sub td
{
	padding-left:10px;
	padding-right:10px;
	font-size: 12px;
}
h3
{
	margin-bottom: 10px;
}
dt, dt.a
{
	font-size: 14px;
	font-weight: bold;
}
dd
{
	margin-top: 10px;
	margin-bottom: 10px;
}
form
{
	margin: 0px;
}
th
{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
a { text-decoration:none; color:#990000; font-weight:bold;}
a:link { text-decoration:none; color:#990000; font-weight:bold;}
a:visited { text-decoration:none; color:#990000; font-weight:bold;}
a:hover { text-decoration: color:#990000; font-weight:normal;}


a, a:link, a:visited, a:active
{
	text-decoration: none;
	color: #990000;
	font-weight: bold;
}

a:hover
{
	text-decoration: none;
	color: #000;
	font-weight: bold;
}


.Title
{
	font-size: 16px;
	font-weight: bold;
	color:#6A2A20;
}
.section
{
	font-weight: bold;
	width: 100%;
	border-bottom: 1px solid #000099;
	padding: 2px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.section table td
{
	font-weight: bold;
}
.sectionsm
{
	font-weight: bold;
	width: 100%;
	border-bottom: 1px solid #000099;
	padding: 2px;
	margin-top: 5px;
	margin-bottom: 10px;
}
.sectionsm table td
{
	font-weight: bold;
}
.sectionb
{
	font-size: 14px;
	font-weight: bold;
	width: 100%;
	border-bottom: 1px solid #000099;
	padding: 2px;
	margin-top: 5px;
	margin-bottom: 10px;
}
.sectionb table td
{
	font-weight: bold;
}
.heading
{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.indent
{
	margin-left: 15px;
	font-size: 12px;
}
.box
{
	/*padding: 3px;*/
	border: 1px solid #cccccc;
	border-collapse: collapse;
	/*background-color:#71846e;*/ /* 4/7/2008 RPR this was the olive color */
	background-color:#013300; /* This is the color of the green in the logo */
}

#header
{
	background-color: #ffffff;
}

#navbar
{
	padding: 0px;
	vertical-align: top;
	/*background-color:#434F67;*/
	/*background-image:url(/_images/navbottom.gif);
	background-repeat: repeat;*/
}

#navbar td
{
	width:175px;
	background-image:url(/_images/navbacksmall.jpg);
}

#navbarsub td
{
	font-size:14px;
	border: 1px solid #ffffff;
	padding-top: 3px;
	padding-right: 5px;
	font-weight: bold;
	width:175px;
	height:50px;
	text-align: right;
}
#navbarsub td a
{
	display: block;
	padding: 3px;
	text-decoration: none;
}
#navbarsub td a:link, #navbarsub td a:visited
{
	color: white;
	/*background-color: #A02A31;*/
}
#navbarsub td a:hover, #navbarsub td a:active
{
	color: black;
	/*background-color: #9f5459;*/
}
#navbarsub td.current a, #navbarsub td.current a:link, #navbarsub td.current a:visited
{
	color: black;
	/*background-color: #9f5459;*/
}

#navbarsub td.currentsub a, #navbarsub td.currentsub a:link, #navbarsub td.currentsub a:visited
{
	color: black;
	/*background-color: #BD6A6F;*/
}

#content
{
	background-color: #ffffff;
	/*padding: 12px;
	padding-left: 10px;
	padding-right: 10px;
	height: 100%;*/
	width: 578;
}
#content .sub
{
	margin: 20px;
}

#footer
{
	font-family: Arial, sans-serif;
	background: #66634c url(/_images/footerback.gif) repeat-x; /*#43674F;*/
	border: 1px solid #cccccc;
	padding: 3px;
	font-size: 9px;
	color: white;
}

#footersub td
{
	color: white;
	font-size: 9px;
}
#footersub a
{
	font-weight: bold;
}

table.contactinfo, table.contactinfo td
{
	font-size: 14px;
}
table.contactinfo td.n
{
	font-weight: bold;
}
table.contactinfo td.v
{
	color: blue;
}
address
{
	font-size: 14px;
	font-style: normal;
	margin-left: 5px;
}

table.legend, table.legend td, table.legend th
{
	font-size: 9px;
	font-weight: bold;
	border-collapse: collapse;
	border: 1px solid #7F9DB9;
	padding: 3px;
}

table.inner, table.inner td, table.inner th
{
	font-size: 12px;
	border-collapse: collapse;
	border: 1px solid #1E2617;
}
table.inner th
{
	font-weight: bold;
	background-color: #9f5459;
	color: white;
	text-align: left;
}
table.inner td.category
{
	font-weight: bold;
	background-color: #80a0ba;
	color: white;
	text-align: left;
}
table.inner td.formitem
{
	font-weight: bold;
	background-color: #9f5459;
	color: white;
	text-align: left;
}
table.inner td.small
{
	font-size: 10px;
}
a.medium
{
	font-size: 12px;
	font-weight: bold;
}
table.inner tr
{
	background-color: #ffffff;
}
table.inner tr.alt
{
	background-color: #eeeeee;
}
table.inner td.name
{
	text-align: right;
	vertical-align: top;
}
.calendarHide
{
	display: none;
	position: relative;
}
.calendarShow
{
	position: absolute;
	z-index: 0;
	background-color: Silver;
}

table.inner th.forum_view_poster
{
	border-right: 0px;
	font-size: 11px;
}

table.inner th.forum_view_date
{
	border-left: 0px;
	text-align: right;
	font-size: 11px;
}

table.inner td.forum_view_subject
{
	font-size: 13px;
	font-weight: bold;
}

table.inner td.forum_view_body
{
	font-size: 13px;
}

table.inner tr.forum_row
{
	background-color: #ffffff;
}

table.inner tr.forum_altrow
{
	background-color: #efefef;
}

table.inner td.forum_list_topic
{
	font-weight: bold;
}

table.inner td.forum_list_stat
{
	text-align: center;
}

table.inner td.forum_list_date
{
	text-align: center;
}

.forum_list_poster
{
	font-size: 9px;
}

.preview
{
	width:510px;
	height:510px;
	border:0;
	margin:0;
	padding:0;
	background:transparent;
	overflow:hidden;
	display:none;
	visibility:hidden;
	position:absolute;
	z-index: 100;
}

#admin th 
{
	font-size:14px;
	font-weight: bold;
	border: 1px solid #8791A1;
}

#admin th>a, th>a.hover 
{
	font-weight: bold;
	color: black;
	text-decoration: none;
}

#admin td 
{
	font-weight: normal;
	font-size: 12px;
	border: 1px solid #8791A1;
	vertical-align: top;
}
