html, body{
	margin:0;
	padding:0;
	text-align:center;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
} 
 
a:link, a:active, a:visited {
	text-decoration:none;
	color:#666666;
}
a:hover {
	color:#000000;
}

#pagewidth{ 
 width:1010px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
	position:relative;
	height:100px;
	background-color:#FFFFFF;
	width:100%;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
} 
 
#maincol{
	background-color: #FFFFFF;
	float: left;
	display:inline;
	position: relative;

 	width:; 
	margin-top: 10px;
 }
 
#footer{
	height:40px;
	background-color:#FFFFFF;
	clear:both;
	margin-top: 10px;
	margin-bottom: 10px;
 } 
 
h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #F7941D;
}
.color-text {
	color: #F7941D;
	font-weight: bold;
}
.floatright {
	float: right;
}
.floatleft {
	float: left;
}



 
 /* *** 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 */  
