@charset "utf-8";
/* CSS Document */
BODY
{
	font-family: Verdana;
	font-size: 13px;
	background-color: #021d11;
	color: #062C1C;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
UL, OL
{
	margin: 0px;
	margin-left: 50px;
}
.Container
{
	text-align: center;
	margin: 0 auto;
	width: 960px;
}
.Banner
{
	width: 960px;
	height: 211px;
	background: #000000 url(/images/hdr.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
.Content
{
	text-align: left;
	width: 930px;
	margin-bottom: 25px;
	padding: 15px;
	background:url(/images/bkgd.jpg) repeat-y;
	background-color: #9E7B51;
}
A,A:link,A:visited,A:active,A:hover
{
	color: #401909; /* #604000; */
	font-weight: bold;
	text-decoration: none;
}
A:active,A:hover
{
	color: #401909; /* #806000; */
	text-decoration: underline;
}
.Menu
{
	text-align: center;
	width: 960px;
	background:url(/images/menu-bkgd.gif) repeat-x;
	height: 26px;
	padding-top: 10px;
}
.Menu A,.Menu A:link,.Menu A:visited,.Menu A:active,.Menu A:hover
{
	word-spacing: 0px;
	letter-spacing: 2px;
	font-size: 16px;
	padding: 2px 5px 0px 5px;
	text-decoration: none;
	color: #a07f54;
	font-weight: bold;
}
.Menu A:active,.Menu A:hover
{
	color: #c1ca9b;
}
.Header
{
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	color:#2a0e03;
}
.SubHeader
{
	clear: both;
	margin: 15px 0px 5px 0px;
	font-size: 13px;
	font-weight: bold;
}
.fBox
{   
    background-color: #806000;
    font-weight: bold; 
    font-size: 13px;
    color: #FFFFFF;
 }
.Footer
{
	clear: both;
	text-align: center;
	margin-top: 50px;
	padding: 5px 0px 2px 0px;
}
.drkBrownTxt {
	color:#2a0e03;
}
.video {
	float:right;
}
