/* Presentation Stylesheet */ 
body{
 margin: 0px;
 padding:0;
 background:url('http://static1.grsites.com/archive/textures/brick/brick015.jpg');
 background-repeat: repeat-yes;
 color: green;
 }
a{color: white;
  text-decoration: underline;
  text-align:center;
  }
a:visted{color: red;
  }
a:hover{color:green;
        background-color:white;
        }  








/**left column**/		 
#lh-col{
 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-colad {
            text-align:center;
 position: absolute;
 top: 440px;
 left: 20px;
 width: 180px;
 border: 2px solid #006600;
 background: #003366;
 color: #333333;
 margin: 0px;
 padding: 0px;
 height: 396px;
 }
 
 
/**right column**/
#rh-col{
 margin: 20px 20px 20px 220px;
 border: 2px solid #006600;
 
 background-image:url('http://www.rightwayinspections.com/images/wood3.jpg');
 background-repeat:repeat-yes;
 color:#003366;
  padding: 20px;
 }
 
h1 {text-align: center;}

h4 {
 color: #003366;  
 margin:0;
 padding: 5px 0;
 }
 
p{
 font-size: 100%; 
 font-weight: bold;
 color:white;
 }
 
h3 {    text-align: center;
	color: #003366;
	text-decoration: underline; }
	
table {background-color:white;
       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;
	}      
p.w3c {text-align:center;
      } 	

.botnav {text-align:center;
          color: #003366;
         }
#image1 {text-align:center;
        }


/*Forms Table */

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

	
	
	
	
	
	