/* *** Generated by www.csscreator.com *** */
html{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background-color:#003366;
 font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
 color: #003366;
  
} 
 
#pagewidth{
	width:800px;
	text-align:left;
	min-width: 500px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
  
} 
 
#header{ 
 height:100px; 
 width:800px; 
 background-color:#fff; 
 background:url(../i/topbanner2.jpg);
  } 
 
#leftcol{
 width:150px; 
 float:left; 
 position:relative; 
 margin-left:-150px; 
 margin-right:0px; 
 background-color: #FFFFFF; 
 background-position: left
 }
 
#outer{ 
 border:solid;  /* left column width. NN4 hack to hide borders */ 
border-left-color: #2175bc;   /* left column colour */ 
border-left-style: solid; /* right column width. NN4 hack to hide borders */ 
border-right-color: #fff;  /* right column colour */ 
border-right-style: solid; 
  background-color: #FFFFFF; /* center column colour */ 
width: auto; 
 } 
 
#rightcol{
 /*/*/ width:200px; /* hack keeps NN4 right column right? */ 
 float:right; 
position:relative; 
  margin-right:-200px; 
 margin-left:1px; 
 /*border:solid #90BADE 2px;*/
 background-color:#FFFFFF;
} 
 
#footer{
 height:15px; 
 width:100%; 
 background-color:#90BADE; 
} 
 
#inner{margin:0; width:100%;}
 
#maincol{
	float: left;
	width: 800px;
	position: relative;
	margin: 0 -8px 0 0px; 
 }

#maincol .content{margin:20px;}
  
#outer>#inner { border-bottom: 1px solid #E9ECEC;  }
 
.clr{clear:both;}
 
.content{padding:0px;} /*padding for content */ 
 
  
p {
	text-align: left;
	margin: 10px;
	font-size: 12px;
   }
td {
   margin: 5px;
   font-size: 12px;
   }
form {
   text-align: left;
   margin: 5px;
   font-size: 12px;
   }
 
 
#header .content{padding-bottom:0;} /*padding bottom 0 to remove space in IE5 Mac*/ 
 
#header .content .right{
position:absolute;
top:0px;
margin-left:550px;
}
#header .content .left{
width:137px;
margin-left:100px;
}
 
 /*printer styles*/ 
@media print{ 
/*hide the left column when printing*/
#leftcol{display:none;} 
#outer{border-left:0;} 

/*hide the right column when printing*/
#rightcol{display:none;} 
#outer{border-right:0; border-width: 0px 200px 0px 150px; border-color: #FFFFFF} 
}


body { 
 margin:0; 
 padding:0; 
 text-align:center; 
 background-color:#003366;
 font-family: Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
 color: #000099;
 } 

