﻿/* generated by csscreator.com */ 
html, body{
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
} 

#menu { width: 100%; height: 43px; background: #FFF url("images/menu-bg.gif") top left repeat-x; font-size: 0.8em; font-family: "Lucida Grande", Verdana, sans-serif; font-weight: bold; list-style-type: none; margin: 0; padding: 0; }
#menu li { display: block; float: left; margin: 0 0 0 5px; }
#menu li a { height: 43px; color: #777; text-decoration: none; display: block; float: left; line-height: 200%; padding: 8px 15px 0; }
#menu li a:hover { color: #333; }
#menu li a.current{ color: #FFF; background: #FFF url("images/current-bg.gif") top left repeat-x; padding: 5px 15px 0; }


#pagewidth{ 
 width:800px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:120px; 
  background-color:#B0A363; 
 width:100%;
} 
 
#leftcol{
	background: #FFFFFF;
	width: 280px;
	float: left;
	position: relative;
}
 
#twocols{
	background: #FFFFFF;
	width: 490px;
	float: right;
	position: relative;
}
 
#rightcol{
	background: #FFFFFF;
	width: 490px;
	float: right;
	position: relative;
}
 
#maincol{
	background-color: #FFFFFF;
	background: #FFFF00;
	float: left;
	display: inline;
	position: relative;
	width: 0%;
}
 
#footer{
 height:23px; 
  background-color:#6CA963; 
 clear:both;
 } 
 

 
 /* *** 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;}
}
h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: xx-large;
	font-weight: bold;
	color: #CC3300;
	text-align: center
	
}
h2 {
	font-family: "Courier New", Courier, monospace;
	font-size: x-large;
	font-weight: bold;
}

}
#normal {
	font-family: "Courier New", Courier, monospace;
	font-size: larger;
	color: #000000;

	
}


