body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: url(images/background.gif);
}
body, td, div {
	font: 12px Helvetica, Verdana, Arial, sans-serif;
}
p {
	margin: 0 0 1em;
	line-height:1.3em;
}
a {
	color: #1B3F95;
	text-decoration: none;
}
a:hover {
	color: #1B3F95;
	text-decoration: underline;
}
h1 {
	font-size: 1.5em;
	margin-top: 1em;
	margin-bottom: 0.6em;
	color: #1B3F95;
	text-transform: uppercase;
}
h2 {
	font-size: 1.2em;
	margin-top: 1.5em;
	margin-bottom: .6em;
	color: #1B3F95;
	text-transform: uppercase;
}
p, h1, h2 {
	margin-right: 30px;
	margin-left: 30px;
}
#pagewidth{
	width:750px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background: #FFFFFF;
} 
 
#header{
	position:relative;
	height:143px;
	background-color:#fff;
	width:100%;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: right;
	vertical-align: top;
} 
#headermenu {
	text-align: right;
	font-size: 12px;
	color: #909090;
	font-weight: bold;
	padding: 12px;
	position: relative;
	float: right;
}
#headermenu a {
	color: #909090;
	text-decoration: underline;
	margin-right: 0.3em;
	margin-left: 0.3em;
}
#headermenu a:hover {
	color: #1B3F95;
	text-decoration: underline;
}
#logo {
	float: left;
	padding-top: 30px;
	padding-left: 33px;
}
#subheader {
	background: #1B3F95;
	margin-bottom: 23px;
	position: relative;
	height: 23px;
}
 
#leftcol{
	width:212px;
	float:left;
	position:relative;
	background-color:#78BAF3;
	background-image: url(images/sidebar_footer.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 250px;
 }
#leftcol h1 {
	padding-top: 40px;
	border-bottom: 1px solid #1B3F95;
	margin: 0px;
	padding-left: 30px;
	padding-bottom: 5px;
}
#leftcoltop {
	background: url(images/sidebar-corner.gif) no-repeat right top;
	height: 10px;
}
 
#maincol{
background-color: #fff;  
 float: right; 
 display:inline; 
 position: relative; 
 width:538px; 
 }
.promo {
	background: url(images/promo2.gif);
	float: left;
	width: 265px;
}
.promo h1 {
	margin-top: 0px;
	
}
.promo p {
	margin-top: 1em;
	margin-bottom: 0px;
}
.promotop {
	background: url(images/promo1.gif) left top;
	height: 12px;
	font-size:1px;
}
.promobottom {
	background: url(images/promo3.gif) no-repeat left bottom;
	height: 18px;
}
ul.nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 212px;
	background-color:#78BAF3; /*IE 6 Bug */
}
ul.nav li {
	margin: 0px;
	padding: 0px;
}
/* Fix IE. Hide from IE Mac \*/
* html ul.nav li { float: left; height: 1%; }
* html ul.nav li a { height: 1%; }
/* End */

ul.nav li a {
	color: #1B3F95;
	text-decoration: none;
	padding: 5px 0px 5px 40px;
	display: block;
	font-size: 1.3em;
}
ul.nav a:hover {
	color: #FFFFFF;
}
 
#footer{
	background-color:#1B3F95;
	clear:both;
	text-align: center;
	padding: 10px;
	color: #FFFFFF;
	font-size: 1.2em;
	line-height: 1.8em;
 } 
#footer a, #footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
 

 
 /* *** 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;}
}
