/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 
 
#pagewidth{ 
 width:980px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
  background-color:#FFFFFF; 
 width:100%;
} 
 
#leftcol{
 width:3%; 
 float:left; 
 position:relative; 
 background-color:#FFFFFF; 
 padding-left:37px;
 height:100px;

 }
 
#maincol{

 float: right; 
 display:inline; 
 position: relative; 
 width:96%; 
 }
 
#footer{
 height:111px; 
  background-color:#425e8d;
	color:white;
 clear:both;
 padding-top:9px;
 } 
 

 
 p {
  font-family:'Trebuchet MS',Verdana,Tahoma,Arial,'Arial Black',Helvetica,'Century Gothic','Lucida Sans Unicode',Impact,sans-serif;
	font-size:16px;
  line-height:19px;
  color: #425e8d;
	 font-weight:bold;
	}
	
h1, h2, h3, h4, h5
 {
  font-family:'Trebuchet MS',Verdana,Tahoma,Arial,'Arial Black',Helvetica,'Century Gothic','Lucida Sans Unicode',Impact,sans-serif;
	color: #425e8d
	}
 
 h1{
  font-size:38px;
  }
 
 hr{
  color:#dadada;
	height:3px;
	margin:0 17px 0 27px;
	}
 
 /* *** 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;}
}








/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/  -- top menu */

#pointermenu{
border: 0px; /*optional border across top*/
margin: 0;
padding: 0;
background-color:#dadada

}

#pointermenu ul{
margin: 0;
margin-left: 15px; /*menu offset from left edge of window*/
padding: 0;
float: left;
padding-left: 8px;
font: bold 14px Verdana;
background-color: #dadada;
background: #dadada url(media/leftround.gif) bottom left no-repeat; /*optional left round corner*/

}

* html #pointermenu ul{ /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/
margin-bottom: 1em;
margin-left: 7px; /*menu offset from left edge of window in IE*/
}

#pointermenu ul li{
display: inline;
}


#pointermenu ul li a{
float: left;
color: #425e8d;
font-weight: bold;
padding: 12px 11px 17px 27px;
text-decoration: none;
background: url(media/pointer.gif) bottom center no-repeat;

}

#pointermenu ul li a:visited{
color: #6694141;
}


#pointermenu ul li a:hover, #pointermenu ul li a#selected{ /*hover and selected link*/
color: white;
background-color: #5d80ba;	
}

#pointermenu ul li a#rightcorner{
padding-right: 620px;
padding-left: 2px;
background: url(media/rightround.gif) bottom right no-repeat; /*optional right round corner*/
background-color:#dadada;
}

