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: 27pt;
    color: #00000;
    text-align: center;
  }
    
h2 {font-family: "arial";
       font-size: 10pt;
       color: #00000;
       text-align: center;
       }
       
h3 {font-family: "arial";
       font-size: 12pt;
       color: #00000;
       text-align: left;
       }   

h4 {font-family: "arial";
       font-size: 12pt;
       color: #000000;
       text-align: right;
       }  
h5 {font-family: "arial";
       font-size: 8pt;
       color: #00000;
       text-align: left;
       } 
       
h6 {font-family: "arial";
       font-size: 12pt;
       color: #00000;
       text-align: center;
       }   
       

#main {
   background:  #FFFFBB;
   position: relative;
   width: 900px;
   top: 50px;
   height: 189px;
   text-align: left;
   margin:0 auto;
}

#leftcol {
   background:  #FFFFBB;
   position: absolute;
   width:200px;
   top:189px;
   text-align: center;
   margin:0 auto;
   overflow:auto;
}


#middlecol {
   font-family: "arial", serif;
   background:  #FFFFBB;
   position: absolute;
   left: 200px;
   width: 700px;
   top: 189px;
   text-align: left;
   margin:0 auto;
   overflow:auto;
}

#footer {
   background:  #CC0033;
   position: relative;
   width: 100%;
   height: 50px;
   bottom: 0px;
   text-align: left;
   margin:0 auto;
   overflow:auto;
}

#buttonon {
   font-family: "arial", serif;
   background:  #CC0033;
   border: 2px inset #666;
   width: 96%;
   text-align: center;
   font-size: 15pt;
   margin:0 auto;
   overflow:visible;
}

#buttonoff {
   font-family: "arial", serif;
   background:  #CC0033;
   border: 2px outset #666;
   width: 96%;
   text-align: center;
   font-size: 15pt;
   margin:0 auto;
   overflow:visible;
}





body {
margin: 0px;
padding: 0px;
background-color: #CC0033;
text-align:center;
}


div.centered {
text-align: center;
}


