html, body{
	font-family: Times New Roman, Times, serif;
      font-size: 10pt; 
      color: #48605F 
	margin:0;
	padding:0;
	text-align:center;
    background-color: rgb(255,252,188);
    
	} 

h1{
font-size: 24pt;
font-weight: bold;
margin-bottom: 1px;
	}

h2{
	font-size: 18px;
	font-weight: bold;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 4px;
	}
	
#pagewidth{
	width:900px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;

	} 
	
.body_1      { font-family: Times New Roman, Times, serif; font-size: 10pt; color: #48605F }.link_1      { font-family: 'Times New Roman', Times, serif; font-size: 10pt; color: #48605F; 
               text-decoration: none; }
a.link_1:visited { font-family: 'Times New Roman', Times, serif; font-size: 10pt; color: #48605F; 
               text-decoration: none; }
a.link_1:active { font-family: 'Times New Roman', Times, serif; font-size: 10pt; color: #FF9900; 
               text-decoration: none; }
a.link_1:hover { font-family: 'Times New Roman', Times, serif; font-size: 10pt; color: #FF9900; 
               text-decoration: underline; }
               
.menu table {
      border: 1px rgb(255,252,188) solid; 
      cell-padding: 0; 
      cell-spacing: 0;
      width: 750px;
      margin: 0px 75px;}
      
.menu td 	{
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 8pt; 
      font-weight: bold; 
      width: 20%;
      height: 15px;
      padding: 0px; 
      border: 1px rgb(255,252,188) solid;
      text-align:center;} 
				
.menu td a {		
      text-decoration: none; 
	  color: #FFFCBC; 
	  background-color: #006633 ; 
	  display: block;
	  height: 15px; } 
      
.menu td a:hover{
      background-color: #FFFCBC; 
	  text-decoration: none;
	  color: #006633; }




		





		
 /* *** 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 */  

