* {
	margin: 0;
	padding: 0;
}

html, body {
	height:100%;
	background-image:url(../Images/BG.jpg);
	background-position:top;
	background-repeat:repeat;
	font-family: Arial, Verdana, Helvetica, sans;
}

#Wrapper
{
  padding:0px;
  top:0px;
  min-height:100%;
  text-align:left;
  width:100%;
  margin-left:auto;
  margin-right:auto;
  z-index:2;
  
}

#Header
{
  	margin:0 auto;
  	text-align:left;
  	width:788px;
	height:90px;
}

.FooterTable{
background: #333333 url(../Images/footerbg.jpg) repeat-x top;
width: 806px;
border-left: 1px dashed #666666;
border-right:1px dashed #666666;
margin-bottom:8px;
}

#Content
{
  	margin:0 auto;
  	text-align:left;
  	width:788px;
	min-height:500px;
	font-family:Arial;
	font-size:12px;
	padding:5px;
	color:#666666;
	border:solid 5px #3e531d;
	background: #ffffff url(../Images/InnerBG.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}

#BodyContent
{
  	width:788px;
	padding:10px;
}

#SubNav {
	font-family:Arial;
	font-size:12px;
	color:#666666;
	width:150px;
	padding-right:25px;
}

#SubNav UL{
list-style-type:none;
border-bottom:solid 1px #999999;
}

#SubNav LI {
border-top:solid 1px #999999;
height:15px;
padding-top:5px;
text-indent:5px;
}

.NavLink{
 	color:#415304;
	font-family:Arial;
	font-size:11px;
	text-decoration:none;
}

.NavLink:hover{
 	color:#444444;
	font-family:Arial;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
}
.NavLinkOn{
 	color:#444444;
	font-family:Arial;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
}

.FooterLink{
 	color:#eed911;
	font-family:Arial;
	font-size:11px;
	text-decoration:none;
}

.FooterLink:hover{
 	color:#eed911;
	font-family:Arial;
	font-size:11px;
	text-decoration:underline;
}

#FooterRight{
font-size:11px;
color: white;
}

h1{
 	color:#333333;
	font-family:Arial;
	font-size:18px;
	text-decoration:none;
}

