/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 font-size:11px;
 font-family:Verdana, Arial, Helvetica, sans-serif
} 
 
#pagewidth{ 
 width:724px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto; 
 background-image:url(../images/midbg.jpg) 
} 
 
#header{
 position:relative; 
 height:100px; 
 background-color: #0099FF; 
background-image: url(../images/headerbg.jpg);
 width:677px;
 margin-left:24px;
 clear:both;
} 

#logo {
	width: 300px;
	height:100px;
	float:left;
	}

#topnav{
	height:25px;
	width:250px;
	float:right;
	}
#navbar {
	height:25px;
	background-color: #666666;
	width:677px;
	margin-left:24px;
	border-top:1px solid #fff;
	clear:both;
	}
#maincol{background-color: #FFFFFF;  
 width:677px;
 margin-left:24px;
 
 }
 
 #box1 {
 	width:190px;
	margin: 5px;
	float:left;
	clear:left;
	}
	
	#box2 {
 	width:440px;
	margin: 5px 5px 5px 215px;
	padding: 2px 5px 2px 5px;
	}
	
	#box3 {
 	width:190px;
	margin: 5px;
	float:left;
	clear:left;
	}
#footer{
 height:100px; 
 width:677px;
 margin-left:24px;
 background-color:#666; 
 clear:both;
 color:#FFF;
 } 
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }

#minitabs {
	margin: 0;
	padding: 5px 0 5px 5px;
	}

#minitabs li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
	
#minitabs a:link, #minitabs a:visited {
	float: left;
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	padding-bottom: 2px;
	text-decoration: none;
	color: #FFF;
	}

#minitabs a.active:link, #minitabs a.active:visited, #minitabs a:hover {
	border-bottom: 4px solid #696;
	padding-bottom: 2px;
	background: #fff;
	color: #363;
	}

 
.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;} 
#twocols, #maincol{width:100%; float:none;}
}


img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}