#navcontainer
{
margin: 0;
padding: 0 0 0 12px;
}

#navcontainer UL
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#navcontainer LI
{
display: block;
margin: 0;
padding: 0;
float: left;
width: auto;
}

#navcontainer A
{
color: #85381D;
display: block;
width: auto;
text-decoration: none;
background: #B3A387;
margin: 0;
padding: 2px 10px;
border-left: 1px solid #B3A387;
border-top: 1px solid #B3A387;
border-right: 1px solid #B3A387;
}
.body_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}

.body_bdr {
	border: 1px solid #660000;
}
.bot_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;
}

#navcontainer A:hover, #navcontainer A:active { background: #BBBBBB; }

#navcontainer A.active:link, #navcontainer A.active:visited
{
	position: relative;
	z-index: 102;
	font-weight: bold;
	background-color: #b3a387;
}

#subnav
{
position: relative;
top: -1px;
z-index: 101;
margin: 0;
padding: 0px 0 3px 0;
background: #B3A387;
border-top: 1px solid #fff;
border-bottom: 1px solid #aaa;
}

#subnav UL
{
list-style: none;
margin: 1px 0 0px 13px;
padding: 0px;
border-right: 1px solid #fff;
border-left: 1px solid #aaa;
}

#subnav LI
{
position: relative;
z-index: 102;
display: block;
margin: 0;
padding: 0;
float: left;
width: auto;
}

#subnav A
{
color: #B3A387;
display: block;
width: auto;
text-decoration: none;
margin: 0;
padding: 2px 12px 2px 10px;
}

#subnav A:hover, #subnav A:active { color: #85381D; }
#subnav A.active:link, #subnav A.active:visited { color: #85381D; }
#subnav BR, #navcontainer BR { clear: both; }

#header {
	float: left;
	width: 100%;
	height: 75px;
	margin: 0;
}
#header h1 {
	margin-top: 15px;
	font-size: 39px;
	color: #666;
	font-weight: normal;
	letter-spacing: -2px;
	font-family: "arial", helvetica, sans-serif;
	padding-left: 10px;
}
#header h1 span {
	background: inherit;
	color: #CCCCCC;

