p {font-family: "arial", serif;	
   font-size: 8pt;
   text-align:left;
   margin-bottom:1px;   
    margin-top:1px; 
   color:black;}

h1 {font-family: "arial";
       font-size: 10pt;
       color: #00000;
       text-align: left;
       } 
       
h2 {font-family: "Book Antiqua";
       font-size: 12pt;
       color: #00000;
       text-align: left;
       }   
h3 {font-family: "Book Antiqua";
      font-size: 20pt;
      color: #00000;
      text-align: center;
      text-decoration: underline;
	}   
	
h4 {font-family: "Book Antiqua";
       font-size: 12pt;
       color: #00000;
	text-align: center;
	}

h5 {font-family: "Book Antiqua";
       font-size: 12pt;
       color: #00000;
	text-align: center;
	}


    
a:link {color:White} 
a:hover {color:black} 



#main {
   background:  #FFFFAA;
   position: relative;
   width: 900px;
   top: 50px;
   height: 189px;
   text-align: left;
   margin:0 auto;
}

#leftcol {
   background:  #FFFFAA;
   position: absolute;
   width:200px;
   top:189px;
   text-align: center;
   margin:0 auto;
   overflow:auto;
}


#middlecol {
   font-family: "arial", serif;
   background:  #FFFFAA;
   position: absolute;
   left: 200px;
   width: 700px;
   top: 189px;
   text-align: left;
   margin:0 auto;
   overflow:auto;
}

#footer {
   background:  #66AA33;
   position: relative;
   width: 100%;
   height: 50px;
   bottom: 0px;
   text-align: left;
   margin:0 auto;
   overflow:auto;
}





body {
margin: 0px;
padding: 0px;
background-color: #66AA33;
text-align:center;
}


div.centered {
text-align: center;
}


