/* generated by csscreator.com */ 
html 
{
	overflow-y: scroll;
	background-color: #D4D7EB;
	margin:0;
	padding:0;
	height: 100%;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
}

body
{
	background-color: #D4D7EB;
	margin:0;
	padding:0;
	height: 100%;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
} 

#pagewidth
{ 
	background-image: url(../images/bg_footer.gif);
 width:750px; 
 min-height: 100%;
 margin-left:auto; 
 margin-right:auto;  
 text-align:left;  
} 
 
#headerleft
{
	background-color:#FFFFFF;
	position:relative;
	height:22px;
	width:740px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 8pt;
	vertical-align: super;
}

.headerslogan
{
	position: relative;
	bottom:5px;
	left:5px;
}

#navigation
{
	background-image: url(../images/bg_navigation.gif);
	position:relative; 
	height:25px; 
	background-color:#114c84;
	width:100%;
} 

a.nav
{
	font-size: 8pt;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}

a.nav:hover
{
	text-decoration: underline;
}

#location
{
	background-color:#e7edf2; 
	position:relative; 
	height:10px; 
	width:730px;
	font-size: 8pt;
	color: Gray;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 10px; 
	padding-right: 10px;
	border-bottom: 1px;
	border-bottom-color: #666666;
	border-bottom-style: solid;
} 

a.subnav
{
	font-size: 8pt;
	color: Gray;
	text-decoration: underline;
}

a.subnav:hover
{
	color: Black;
	text-decoration: underline;
}

#wrapper
{
	min-height: 100%;
	background-image: url(../images/bg_body.gif);
	float: left;
	display:block;
}
 
#leftcol
{
	background-image: url(../images/bg_leftcol.gif);
	width:140px;
	min-height: 100%;
	float: left;
	position:relative;
	font-size: 8pt;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
	border-right: 1px;
	border-right-color: #666666;
	border-right-style: solid;
}

#leftlinks
{
	background-color: #ffffff;
	width: 130px;
	height: 14px;
	border: 1px;
	border-color: Gray;
	border-style: dotted;
	padding: 2px;
	margin-bottom: 3px;
}

a.leftlink
{
	font-size: 8pt;
	color: #000000;
	width: 130px;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

a.leftlink:hover
{
	background-image: url(../images/bg_leftnav.gif);
	color: #1866AB;
}
 
#maincol
{
	background-color: #FFFFFF;
	float: right;
	display: inline;
	position: relative;
	width: 549px;
	height: 100%;
	margin-left:0px;
	margin-right:0px;
	font-size: 10pt;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}
 
h1
{
	font-size: 12pt;
	color: #114c84;
}

h2
{
	font-size: 11pt;
	color: #000000;
}
 
#footerlinks
{
	background-image: url(../images/bg_footerlinks.gif);
	height:25px;
	border: 1px;
	border-color:#a2a8d1;
	border-style: dotted;
	text-align: center;
	clear:both;
	color: #003479;
} 

a.footerlink
{
	font-size: 8pt;
	color: #003479;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}

a.footerlink:hover
{
	color: #1866AB;
	text-decoration: underline;
}

#footer
{
	min-height: 100%;
	background-image: url(../images/bg_footer.gif);
	float: none;
	display:block;
}

#footercontent
{	
	text-align: center;
	padding: 10px;
	font-size: 8pt;
	color: #003479;
	clear:both;
} 
 
  /* *** 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 */  

 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}