body { 
	margin:0; 
	padding:0;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	background: white url('../images/headerbg_bl.jpg') repeat-x top;
} 

h1 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 190%;
	margin: 0 0 15px 0;
}

h2 {
	font-size: 120%;
	margin: 25px 0 -5px 0;
}

h3 {
	font-size: 120%;
	margin: -5px 0 15px 0;
}

img {
	display: block;
}

#header {
	top: 0px;
	width: 100%;
	height: 100px;
	border-bottom: 1px solid #f9f9f9;
} 

.logo {
	float: left; 
	width: 300px; 
	height: 100px;
	border: 0px solid black;
}

.access {
	float: left; 
	width: 600px; 
	padding-top: 85px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 11px;
	text-align: right;
	border: 0px solid black;
}

.access a:link {
	color: #999999;
	text-decoration: none;
}

.access a:visited {
	color: #999999;
	text-decoration: none;
}

.access a:hover {
	color: #999999;
	text-decoration: none;
}

#nav {
	top: 100px;
	width: 100%;
	height: 19px; 
} 

#wrapper1 {
	top: 120px;
	width: 100%;
	height: 150px;
	border: 0px solid black;
} 

#headimg {
	float: left; 
	width: 500px; 
	height: 150px;
	padding-left: 150px;
}

#headtag {
	float: left; 
	width: 250px;
	padding: 10px;
	font: 11px Verdana, Tahoma, Arial, sans-serif;
	color: white;
	line-height: 16px;
	border: 0px solid black;
}

#nav2 {
	float: left; 
	padding: 4px 0 0 160px;
	border: 0px solid black;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
} 

#nav2 a:link {
	color: #999999;
	text-decoration: none;
}

#nav2 a:active {
	color: #999999;
	text-decoration: none;
}

#nav2 a:visited {
	color: #999999;
	text-decoration: none;
}

#nav2 a:hover {
	color: black;
}

#wrapper2 {
	clear: both;
	top: 270px;
	border: 0px solid black;
} 

#leftcol {
	float: left; 
	width: 150px;
}

#leftcontent {
	float: left; 
	padding: 10px 0 10px 15px;
	border: 0px solid black;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	line-height: 12px;
} 

.leftitem {
	float: left; 
	width: 115px;
	padding: 0px;
	border: 0px solid #f0f0f0;
	margin-bottom: 10px;
}

.leftitem a:link {
	color: #333333;
	text-decoration: none;
}

.leftitem a:active {
	color: #333333;
	text-decoration: none;
}

.leftitem a:visited {
	color: #333333;
	text-decoration: none;
}

.leftitem a:hover {
	color: black;
	text-decoration: underline;
}

#maincol {
	float: left; 
	width: 500px; 
min-height:600px;
height:auto; !important
height:600px;
	border-left: 1px solid #f0f0f0;
} 

#maincontent {
	float: left; 
	padding: 15px;
	border: 0px solid black;
	color: #333333;
	line-height: 18px;
} 

#rightcol {
	float: left; 
	width: 250px;
}

#rightcontent {
	float: left; 
	padding: 10px;
	border: 0px solid black;
} 

.rightitem {
	float: left; 
	width: 250px;
	padding: 4px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	line-height: 14px;
	border: 1px solid #f0f0f0;
	margin-bottom: 10px;
}

.rightitem img {
	float: left; 
	margin: 0 4px 0 4px;
	border: 0px;
}

.rightitem a:link {
	color: #666666;
	text-decoration: none;
}

.rightitem a:active {
	color: #666666;
	text-decoration: none;
}

.rightitem a:visited {
	color: #666666;
	text-decoration: none;
}

.rightitem a:hover {
	color: black;
}

#wrapper3 {
	width: 100%;
	clear: both;
	border-top: 1px solid #f0f0f0;
} 

#footerleft {
	float: left; 
	width: 250px; 
	padding: 10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	line-height: 12px;
	color: #666666;
} 

#footerright {
	float: left; 
	width: 625px; 
	padding: 10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	line-height: 12px;
	text-align: right;
	color: #666666;
} 

.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 right column when printing*/ 
#maincol{background-color:#cccccc; 
} 
#twocols, #maincol{width:100%; float:none;}
}
