 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background-image:url(../images/bg-body.png);
 background-color:#FFF;
 background-repeat:repeat-x;
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 height:100%;
} 
 
#pagewidth{ 
 width:798px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
 margin-top:5px;
 border:2px solid #0E5570;
} 
 
#header{
 position:relative; 
 height:96px; 
  background-color:transparent;
  background-image:url(../images/header.png);
 width:798px;
 border-bottom:0px;
} 

#navigation {
background-color:#036;
height:31px;
 position: relative; 
 width:798px; 
}

#banner {
background-color:#FFF;
/*background-image:url(../images/banner.jpg);*/
height:216px;
position: relative; 
width:798px; 
border-bottom:1px solid #FFF;
}
 

 
#maincol{
 width:798px; 
background-image:url(../images/bg-body.jpg);
background-color:#FFF;
 background-repeat:repeat-x;
 float:left;
 }
 
 #leftcol { 
	width:200px;
	height:100%;
	float:left;

	}
 
 #centercol{
	 width:598px;
	height:100%;

	float:left;
 }
 
#footer{
 height:60px; 
background-image:url(../images/top-nav.jpg);
 clear:both;
 border-top:1px solid #FFF;
 width:798px;

 } 
 
 
.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 */  


/***** Global Text Styles *****/
p {
	line-height:17px;
	margin:10px;
}

.left_styles {
color:#222;
font-weight:bold;
line-height:15px;
margin-right:10px;
}

.left_styles a {
color:#09F;	
}

a {
color:#C30;
text-decoration:underline;
}

a:hover {
text-decoration:none;	
}


h2 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:22px;
color:#036;
margin-bottom:-8px;
margin-left:10px;
margin-top:10px;
font-weight:normal;
}

h3 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:18px;
color:#369;
margin-bottom:-8px;
margin-left:10px;
margin-top:10px;
font-weight:normal;
}

 h1  {
	font-family:Georgia, "Times New Roman", Times, serif;
font-size:18px;
color:#FFF;
margin-bottom:-8px;
margin-left:10px;
margin-top:10px;
font-weight:normal;
}


#navlist { 
list-style: none;
list-style-image: url(../images/bullet.png); 
} 

/***** End Global Text Styles *****/


/***** Footer Text Styles *****/
.footer {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#FFF;

}

.footer a {
color:#0CF;
}

.footer a:hover {
text-decoration:none;	
}

/***** Footer Text Styles *****/
