/* Layout Stylesheet */ 
body{
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 12px;
 margin: 0;
 padding:0; 
 background:#e5ecf3;
 color: #333333;
 }	 
	 
#lh-col{
 position:absolute;
 top:96px;
 left:0;
 width:140px;
 z-index:3;
 background:#e5ecf3;
 color: #6b8cc9;}

#rh-col{
 position:absolute;
 top:96px;
 right:0;
 width:140px;
 z-index:2;
 background:#e5ecf3;
 color: #333333;}

#c-block {
 width:98%;
 z-index:1;
 background:#e5ecf3;
 color: #333333;
 height:100%;}

#hdr{
 height:96px; 
# border-bottom:1px solid #6b8cc9; 
 width:100%; 
 background:#FFFFFF;
 color: #333333; 
 margin:0;
  }

#c-col{
 margin:0 142px 0 142px;
 position:relative;
 background:#ffffff;
 color: #333333;
 z-index:5;
 border: solid #6b8cc9;
 border-width:0 1px;
 }

#ftr {
 width:100%;
 height:80px;
 border: solid #6b8cc9; 
 border-width:1px 0;
 background:#FFFFFF;
 color: #333333;
 margin:0;
 }

