

/* Layout Stylesheet */ 
body{ 
 padding:0; 
 background:#669966;
 color: #003300;
 text-align: center;
 margin: 0em 0 0 0; 
 vertical-align: middle;  
 }	 
 
/* 
#lh-col{
 position:absolute;
 top:62px;
 left:0;
 width:140px;
 z-index:3;
 background:#669966;
 color: #333333;}

#rh-col{
 position:absolute;
 top:62px;
 right:0;
 width: 140px;
 z-index:2;
 background:#669966;
 color: #333333;}
*/

#c-block {
 background:#669966;
 color: #003300;
 width: 947px; 
 text-align: left; 
 margin: 0 auto; 
 }

/*#hdr{
 height:60px; 
 border-bottom:1px solid #000000; 
 width:100%; 
 background:#eeeeee;
 color: #333333; 
 margin:0;
  }*/

#c-col{ 
 width: 947px;
 position:relative;
 background:#FFFFCC;
 color: #003300;
 z-index:5; 
 }

/*#ftr {
margin: 0 20% 0 20%;
 width:100%;
 height:35px;
 border: solid #000000; 
 border-width:1px 0;
 background:#eeeeee;
 color: #333333;
 margin:0;
 }*/
 
 H3.red{
 color: red;
 font-size: smaller; 	
 }
 
 H3.redb{
 color: red;   	
 }
 
 TD.green{
 background-color: green;
 color: white;
 font-size: larger;
 }
 
 DIV.red{
 	color: red;
	line-height: 25px;
 }
 
 