/* Presentation Stylesheet */ 
body{
 margin: 0px;
 padding:0;
 background:white;
 color: green;
 }
		 
#lh-col{
 position: absolute;
 top: 20px;
 left: 20px;
 width: 180px;
 border: 2px solid #006600;
 background: #CCFF99;
 color: #333333;
 margin: 0px;
 padding: 0px;
 height: 400px;
 }
 
#lh-colad {
            text-align:center;
 position: absolute;
 top: 20px;
 left: 20px;
 width: 180px;
 border: 2px solid #006600;
 background: #003366;
 color: #333333;
 margin: 0px;
 padding: 0px;
 height: 400px;
            }
#lh-col a {text-align:center;
}
#rh-col{
 margin: 20px 20px 20px 220px;
 border: 2px solid #006600;
 background: #FFFFCC;
 color: #333333;
 padding: 20px;
 }
 
h1 {text-align: center;}

h4 {
 color: Green;  
 margin:0;
 padding: 5px 0;
 }
 
p{text-align:center;
 font-size: 100%; 
 font-weight: bold;
 color:green;
 }
 
h3 {    text-align: center;
	color: green;
	text-decoration: underline; }
	
table {border: 3px solid green;
       margin: auto;}

	
th    {text-align: center;
       color: blue;}	
     
tr    {text-align:center ;     
       color: blue;}
td    {text-align: center;
       color: blue; }  
       
tfoot {text-align:center;
	text-decoration: underline;
	}      
       	
/*Forms Table */

.tablep{text-align:center;
	color: green;
	
	}
	
.required{color:red;
	  font-size: 60%;}

	
	
	
	
	
	