html, body{
	margin:8px 7px;
	padding:0;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #EFEFEF;

} 
 
#pagewidth{
	width: 970px;
	background-color:#FFFFFF;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	border: 1px solid #333333;
} 
 
#headerbox {
	font-size: 10px;
	position:relative;
	height:120px;
	background-color:#FFFFFF;
	width:100%;
	/*background-attachment: scroll;
	background-image: url(images/hdr_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;*/
} 
.slog {
	overflow: visible;
	position: absolute;
	visibility: visible;
	z-index: 2;
	height: auto;
	width: 55%;
	left: 240px;
	top: 40px;
	display: inline;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #666666;
}
.hdrinfo {
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
	overflow: visible;
	position: absolute;
	visibility: visible;
	z-index: 2;
	height: 130px;
	width: 370px;
	top: 0px;
	right: 0px;
	/*padding: 10px;*/
	padding: 0px;
	text-align: right;
	line-height: 24px;
}
.hdrmenu {
	overflow: visible;
	position: absolute;
	visibility: visible;
	z-index: 3;
	height: 14px;
	width: auto;
	top: 102px;
	right: 0px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#whitebar {
	font-size: 10px;
	position:relative;
	height:10px;
	width:100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
	z-index: 2;
}
#colorbar1 {
	background-color: #CC0000;
	font-size: 4px;
} 
#colorbar2 {
	background-color: #666666;
	width: 518px;
}  
#leftcol{
	width:17%;
	float:left;
	position:relative;
	background-color:#FFFFFF;
 }
.menuholder {
	background-color: #FFFFFF;
	height: auto;
	margin:0px;	
	width: 150px;
	float: left;
}
.menuitem {
	background-attachment: scroll;
	background-image: url(images/mnu_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 10px;
	font-weight: bolder;
	color: #FFFFFF;
	text-align: right;
	width: 150px;
	padding-top: 9px;
	padding-bottom: 9px;
	text-indent: 5px;
} 
#maincol{
	background-color: #FEFEFE;
	float: right;
	display:inline;
	position: relative;
	width:75%;
	padding:15px;
}
#content {
	font-size: 1em;	
}
#infobar{
	background-color:#FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
	background-attachment: scroll;
	background-image: url(images/shadetile.jpg);
	background-repeat: repeat-x;
	background-position: left top;
 }   
#footer{
	height:30px;
	background-color:#CCCCCC;
	clear: both;
	color: #333333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
 } 
.tabftr {
	font-size: 10px;
} 
 /* *** 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 */  

/*printer styles*/ 
@media print{ 
/*hide the left column when printing*/ 
.leftcol {display:none;} 
.twocols, .maincol{width:100%; float:none;}
}
