html, body{
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#C28F07;
	background-color:#f4fff2;
 } 

 
.quote {
	font-size: 14px;
	font-style:italic;
	}
strong {
	font-weight:bolder;
}
h1 {
	font-size:14px;
	padding-left:3px;
	/*font-weight:normal;*/
	}
	h2 {
	font-size: 12px;
	font-weight:bold;
	padding-left:3px;
	padding-top:20px;

	}
h3 {
	font-size: 12px;
	padding-left:3px;
	font-weight:normal;
	text-decoration: underline;
}	
.nounderline { text-decoration:none;}
	
p {
	padding-left:3px;
}
.smallbold {
font-size:10px;
font-weight:bold;
}

a { color:#3297cc; text-decoration:none;}
a:visited { color:#660066; text-decoration:none; }
a:active { color:#ff0000; text-decoration:none;}
a:hover { color:#003366; text-decoration:none;}

table {
margin: 0px;
padding: 0px;
}
	
.footer_text {
	color: #f8c744;
	font-size:14px;
}	
.footer_text a {
	color: #f8c744;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
 
#pagewidth{ 
 width:581px;  
} 
 
#header{
 position:relative; 
 height:60px; 
  /*background-color:#FFFFFF;*/ 
 width:100%;
 padding-left:83px;
} 
 
#leftcol{
 width:111px; 
 float:left; 
 position:relative; 
 padding-left:83px
  }
 
#maincol{
/*background-color: #FFFFFF;*/  
 float: right; 
 display:inline; 
 position: relative; 
 width:377px; 
 padding-left:10px;
 padding-top:10px;
 }
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* 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;}
}
