

/* Layout Stylesheet */ 
body{
 margin: 0;
 padding:0; 
 background:#FFFFFF;
 color: #000000;
 }	 
	 
#lh-col{
 position:absolute;
 top:62px;
 left:0;
 width:140px;
 z-index:3;
 background:#ffffff;
 color: #000000;}

#rh-col{
 position:absolute;
 top:62px;
 right:0;
 width:140px;
 z-index:2;
 background:#FFFFFF;
 color: #000000;}

#c-block {
 width:100%;
 z-index:1;
 background:#FFFFFF;
 color: #000000;
 height:80%;}

#hdr{
 height:5px; 
 border-bottom:1px solid #FFFFFF; 
 width:100%; 
 background:#FFFFFF;
 color: #000000; 
 margin:0;
  }

#c-col{
 margin:0 142px 0 142px;
 position:relative;
 background:#ffffff;
 color: #000000;
 z-index:5;
 border: solid #FFFFFF;
 border-width:0 1px;
 }

#ftr {
 width:100%;
 height:35px;
 border: solid #000000; 
 border-width:1px 0;
 background:#ffffff;
 color: #000000;
 margin:0;
 }
