/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 background-color:#00132e;
 } 
  
#pagewidth{ 
 margin-left:30px;
 width:850px;  
 background-color:#FFFFFF;
} 
 
#headerbkg {  
 background-color:#00132e; 	
 background-image:url('../images/header2_bkg.jpg') 
 } 
#header{
 position:relative; 
 height:119px; 
 width:100%;
 padding:0px;
} 

#nav{
 position:relative; 
 color:#000000;
 width:100%;
 background-color:#163c70;opacity:.5;filter: alpha(opacity=50); -moz-opacity: 0.5;
 z-index:0;
}
#navLinks {
	position:absolute;
	top:120px;
	height:18px;
	width: 836px;
	z-index:3;
	border-bottom:solid 1px #FFFFFF;
}
#quote {
	position:absolute;
	top:40px;
	left: 160px;
	z-index:3;
}
#pix1 {
	position:absolute;
	top:6px;
	left: 610px;
	z-index:3;
}
#pix2 {
	position:absolute;
	top:22px;
	left: 721px;
	z-index:3;
}
#rlb {
	position:absolute;
	top:1px;
	left:75px;
	z-index:3;
}
#updated {
	position:absolute;
	top:10px;
	left:588px;
	width: 224px;
	height: 17px;
}

#leftcol{
 width:250px; 
 float:left; 
 position:relative; 
 padding-top:1em;
 padding-left:1em;
 border-top:5px solid #b3ba96;
 height:0px;
  }
 

#rightcol{
 width:562px; 
 float:right; 
 position:relative; 
 padding:1em;
 border-top:5px solid #184684;
 border-left:1px dashed #bbb; 
 border-right:1px solid #bbb;
  height:0px;
 }

#fullpage{
 position:relative;
 margin-right:40px;
 width:823px;
 background-color:#FFFFFF;
 padding:1em;
  border-right:1px solid #bbb;
  border-top:5px solid #184684;
 }
  
#footer{
 height:50px; 
 margin-top: 10px;
 margin-right:40px;
 clear:both; 
 text-align:center;
 } 

#footer a{
 font-weight:normal;
 } 
 
 /* *** 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;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
