@charset "utf-8";
/* CSS Document */

html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background-color: #0d2a62;
} 
 
#pagewidth{ 
 width:1091px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
#header{
	position:relative;
	height:71px;
	background-color:#0D2A62;
	width:100%;
} 
#logo {
	position:relative;
	height:85px;
	background-color:#0D2A62;
	width:100%;
}
 
#maincol{
	float: right;
	display:inline;
	position: relative;














 width:; 
	width: 1023px;
	background-image: url(../imgs/bkg_body.jpg);
	background-repeat: repeat-y;
	padding-right: 35px;
	padding-left: 33px;
	padding-bottom: 5px;
 }
#maincol p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#maincol a:link {
	color: #ff6600;
	text-decoration: none;
}
#maincol a:visited {
	color: #ff6600;
	text-decoration: none;
}
#maincol a:hover {
	color: #ff6600;
	text-decoration: underline;
}
#maincol a:active {
	color: #ff6600;
	text-decoration: none;
}
#maincol ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
}
#maincol ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}




#mainnav {
	height: 22px;
}

 
#footer{
	height:40px;
	clear:both;
	background-image: url(../imgs/bkg_bottom.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 7px;
	text-transform: uppercase;
 } 
#mainimage {
	height: 256px;
}
 /* *** 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 */  
.orange {
	color: #f47d31;
}
.blue {
	color: #0d2a62;
}
.red {
	color: #FF0000;
}
#maincol h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #B34700;
}
