/* Layout Stylesheet */ 
body{
 margin: 0;
 padding:0; 
 height: 100%;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 background-color: #FFFFE1;
 color: black;
}	 	 
#lh-col{
 display: none;
 position:absolute;
 padding-top: 50px;
 top:116px;
 left:0;
 width:178px;
 z-index:3;
 background:00543D;
 height: 100%;
}
#hdr{
 display: none;
 z-index:6;
 top: 0;
 height:115px; 
 width:100%;
 background-image: url(../upload/design/headers/Header6.jpg); 
 background-repeat: none;
 color: #FFFFE1; 
 margin:0;
 border:0;
 border-bottom: 1px solid black;
}
#c-col{
 padding: 8px;
 margin:0 50px 0 50px;
 position:relative;
 background:#FFFFE1;
 color: black;
 z-index:5; 
}
#c-col[id]{
 margin-top: 30px;
 min-height: 400px;
}
#rh-col{
 display: none;
 position:absolute;
 top:130px;
 right:0;
 width:178px;
 z-index:8;
 color: black;
 
}

