/* generated by csscreator.com */ 
html, body{
	margin:0;
	padding:0;
	text-align:center;
	background: #F4F4AA url(img/bg_sweep.jpg) fixed;
	font: small/160% Verdana, Arial, Helvetica, sans-serif;
} 
 
#pagewidth{ 
 width:700px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:150px; 
  background-color:#FFFFFF; 
 width:100%;
} 
 
#maincol{
	float: right;
	display:inline;
	position: relative;
	width:100%;
	background: #DBCB99;
 }
 
#footer{
	height:50px;
	clear:both;
	background: #006600;
 } 
 
.footer {color:#FFFFFF; font-size:11px; padding:10px;}
.link {color:#FFCC00;}
.top {font-size: 10px;}
P { padding-left: 60px; padding-right: 60px; padding-bottom: 0px; }
h3 {font-weight: bold; font-size: 1.0em; padding-left: 40px;}
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

div#navcontainer
{
background-color: #060;
}

div#navcontainer ul
{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: white;
text-align: center;
margin: 0;
padding-bottom: 5px;
padding-top: 5px;
}

div#navcontainer ul li
{
display: inline;
margin-left: 15px;
}

div#navcontainer ul li a
{
padding: 10px 10px 5px 10px;
color: white;
text-decoration: none;
}

div#navcontainer ul li a:hover
{
	color: white;
	background: #030;
}

#active a { border-left: 1px solid #fff; }

