/* Start of CMSMS style sheet 'hchaunt' */
@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	background: #000000;
}
#page-container{
	margin:0px auto;
	padding:0px;
	width:976px;
}
#header{
	width:100%;
	background:url(/images/structure/header.jpg);
	height:423px;
}
#header-sub{
	width:100%;
	background:url(/images/structure/header-sub.jpg);
	height:423px;
}
#banners{
	width:475px;
	margin:auto;
}
#nav{
	height:25px;
	background: url(/images/structure/menu-bkgd.gif);
	width:976px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	font-weight:bold;
	padding-top:5px;	
}
#nav ul{
	margin:0px;
	padding:0px;
}
#nav li{
	display:inline;
	margin: 0px 20px 0px 10px;
}
#nav a, #nav li a {
	color:#000000;
	text-decoration:none;
}
#nav a:hover; #nav a:active,#nav li a:hover; #nav li a:active {
	color:#FF0000;
	text-decoration:none;
}
#main-content{
	padding-left:35px;
	padding-right:35px;
	font-family:"Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#d1edc8;
}
a,a:link,a:active,a:visited{
	color:#ff0;
	text-decoration:underline;
}
a:hover{
	color:#f00;
}
h1{
	font-size: 16px;
	font-weight:bold;
}
h2{
	font-size: 15px;
	font-weight:bold;
	color:#FF8040;
}
#footer{
	font-size:.7em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	margin:auto;
	text-align:center;
}
#footer a, #footer a:active, #footer a:visited{
	color:#666666 !important;
	text-decoration:none;
}

#footer ul{
	padding: 0;
	margin:0;
	
}
#footer li{
	display:inline;
	padding-right:10px;
	
}

/* End of 'hchaunt' */

