body {
	background-image: url();
	margin-left: 0px;
	margin-top: 25px;
	margin-right: 0px;
	background-color: #3B3120;
}
.navborder {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #462B4F;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #462B4F;
}
.mainborder {
	border: thin solid #84874A;
}
#navcontainer ul
{
padding: .4em 0;
margin: 0;
list-style-type: none;
background-color: #68874A;
border-top-color: #462B4F;
color: #FFF;
width: 100%;
font: normal x-small Verdana, Arial, Helvetica, sans-serif;
text-align: center;
}

li { display: inline; }

li a
{
text-decoration: none;
background-color: #68874A;
color: #FFF;
padding: .4em 1em;
border-right: 1px solid #fff;
}

li a:hover
{
background-color: #302434;
color: #fff;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}
.bulletlist {
	list-style-position: outside;
	list-style-type: square;
	text-indent: 15px;
	text-align: left;
}
.regtable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
}
.contactlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #669933;
	text-decoration: underline;
}a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #351e3d;
}
a:hover {
	text-decoration: underline;
	color: #84874A;
}
.texttable1 {
	background-color:#524b64;
	filter:alpha(opacity=70);
-moz-opacity:0.7; 
	opacity: 0.7;
}