
/* Layout Stylesheet */ 

/* Layout Stylesheet */ 
body{
 margin: 0;
 padding:0; 
 FONT-SIZE: 11px;
 FONT-FAMILY: arial, helvetica, sans-serif;
 background:#fff;
 color: #000;
 }	 

 
#lh-col{
 position:absolute;
 top:82px;
 left:0;
 width:180px;
 z-index:2;
 background:#ffffff;
 color: #333333;
text-align:center;
  }

 
#rh-col
{
 float:right;
 right:0;
 width:180px;

 color: #333333;}
 
#c-block {
 width:100%;
 z-index:1;
 background:#ffffff;
 color: #333333;
 height:80%;}
 
#hdr{
 height:80px; 
 border-bottom:1px solid #000000; 
 width:100%; 
 background:#ffffff;
 color: #333333; 
 margin:0;
 text-align: center
  }
  
#c-col{
 margin:0 182px 0 20px;
 position:relative;
 background:#ffffff;
 color: #333333;
 z-index:5;
 border: solid #000000;
 border-width:0 0px;
 }
       
#ftr 
{

 width:100%;
 height:35px;
 border: solid #000000; 
 border-width:1px 0;
 background:#eeeeee;
 color: #333333;
 margin:0;
 }