.mainheader {
	background-image: url(images/header-bkg.png);
	background-repeat: no-repeat;
	background-position: center;
	padding:0;
	clear:both;
	float: left;
	height:346px;
	width: 100%;
	z-index: -1;	

	
}


body {
	background-color: #000000;
	background-position:center;
	left: 0px;
	top:0px;
	right: auto;
	bottom: auto;
	width:100%;
	min-width: 800px;
}

#navcontainer
{
	
}

#navlist
{
	text-align: left;
	text-shadow: 1px 2px 2px #000;
	position: absolute;
	left: 0px;
	width: 100%;
	font-size: 14px;
	border-bottom: 2px solid orange;
	border-top: 1px solid orange;
	background-color: #CC3300;
	font-family:Arial Black, Arial Black, Gadget, sans-serif;

	
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
left:0 px;
}

#navlist a:link, #navlist a:visited
{
float: left;
line-height: 20px;
margin: 0 0px 10px 10px;
text-decoration: none;
color: white;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
border-bottom: 4px solid orange;
padding: 0px;
background: transparent;
color: white;
}

#navlist a:hover { color: white; }



#leftcontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: white;
	border-left:1px solid orange;
	
	}
	
	
	#centercontent {
	border-left:1px solid orange;
	border-right:1px solid orange;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FF9900;
	}
	
	
	#rightcontent {
border-right:1px solid orange;
padding-left:5px;
padding-right:5px;
padding-top: 10 px;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size:12px;
color: white;
	}
	
	#rightcontent ul, #rightcontent li
{
margin-left: 10px;
list-style-type: circle;
line-height: 24px;
font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: white;
}
#rightcontent a:link, #rightcontent a:visited
{
float: center;
line-height: 24px;
margin: 0 0px 10px 10px;
text-decoration: none;
color: white;
}

#rightcontent a:link#current, #rightcontent a:visited#current, #rightcontent a:hover
{
border-bottom: 1px solid orange;
padding: 5 px;
background: transparent;
color: white;
}


	
h2 {
	font-family: Arial Black, Arial Black, Gadget, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align:center;
	color: #FF9900;
}

h3 {
	font-family: Arial Black, Arial Black, Gadget, sans-serif;
	font-size: 14px;
		font-weight: normal;
text-align:center;
	color: #FFFFFF;
}
a:link {
	color: #93973d;
	text-decoration: none;
}
a:visited {
	color: #657D40;
	text-decoration: none;
}
a:hover {
	color: #B8BC48;
}
a:active {
	color: #CCCC00;
	text-decoration: none;
}
hr {
	height: 2px;
	width: 50%;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #942700;
	border-right-color: #942700;
	border-bottom-color: #942700;
	border-left-color: #942700;
}
