/* Layout Stylesheet */ 
body{
 margin:25px 20px 0px 20px;
 padding:0px; 
 background:#ffffff;
 color: #333333;
 border-color: blue;
 }	 	 
#lh-col{
 position:absolute;
 padding: 0px 0px 0px 2px;
 border:solid #000000; 
 border-width:1px 0px 0px 0px;
 top:85px;
/* top:62px */
 left:20px;
 width:139px;
 z-index:3;
 background:#ffffff;
 color: #333333;
 }
#rh-col{
 position:absolute;
 padding: 0px 0px 0px 3px;
 border:solid #000000; 
 border-width:1px 0 0 0;
 top:85px;
 right:20px;
 width:137px;
 z-index:2;
 background:#ffffff;
 color: #333333;
 }
#c-block {
 width:100%;
 z-index:1;
 background:#ffffff;
 color: #333333;
 height:80%;
 }
#hdr{
 /* height: 57px; */ 
 height: 60px; 
 border-bottom:1px solid #000000; 
 width:100%; 
 background:#ffffff url(Banner2.png) no-repeat right center; 
/* background:#800101 url(Banner2.png) repeat-y left center; */
/* background:#800101 url(Banner2.png) no-repeat left center; */
 color: #333333; 
 margin: 0;
 }
#c-col{
 margin:0 142px 0 142px;
 position:relative;
 background:#ffffff;
 color: #000000;
 z-index:5;
 border: solid #000000;
 border-width:0 1px;
 }
#ftr {
 padding:4px 0 0 0;
 width:100%;
 height:35px;
 border:solid #000000; 
 border-width:1px 0px 0px 0px;
 background:#ffffff;
 color:#333333;
 margin:0;
 }