/* generated by csscreator.com */ 
html, body{
	margin:0;
	padding:0;
	font-size: 11px;
	background-color:#333333;
 } 
 
 p
{
font-size: 12px;
font-weight:bold;
}


a:link { 
	color: #cc6600;
	text-decoration: none;
	}
a:visited { 
	color: #cc6600;
	text-decoration: none;
	}
a:hover { 
	color: #ff9900;
	
	}
a:active { 
	color: #cc6600;
	
}

hr
{
color:#E4E4E4;
}

h1
{
font-size: 14px;
font-weight: bold;
color:#CC6600;
}
 
#pagewidth{ 
 width:965px;  
 margin: 0 auto;
 background-color:#FFFFFF;
} 
 
#header{
 position:relative; 
 background-image:url(img/logo.jpg);
 height:86px; 
  background-color:#FFFFFF; 
 width:100%;
 color:#ffffff;
} 
 
#leftcol{
 width:160px; 
 float:left; 
 position:relative; 
  }
 
#twocols{
 width:805px; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
 width:220px; 
 float:right; 
 position:relative; 
 }
 
#maincol{background-color: #FFFFFF;  
 float: left; 
 display:inline; 
 position: relative; 
 width:585px; 
 }
 
 table.top
 {
 background-repeat: no-repeat;
 }
 
 table.new {
 width: 555px;
  padding: none;
  border: none;
 }
 
#footer{
 height:80px; 
  background-color:#FFFFFF; 
 clear:both;
 text-align:center;
 } 
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

#horizlinks{
	float:left;
	left:20px;
	list-style-type:none;
	margin:0;
	padding:0;
	position:absolute;
	top:70px;
	width:600px;
	}
#horizlinks li{
	display:inline;
	}
#horizlinks li a { 
	color:#fff;
	float:left;
	padding:0 13px 0 0;
	text-align:center; 
	text-decoration:none;
	letter-spacing:105%;
	}
#horizlinks li a:hover{
	text-decoration:underline;
	}