/* Layout Stylesheet */ 
body{
 margin: 0;
 padding:0; 
 background:#696969;
 color: #333333;
 }


	 
#lh-col{
 position:absolute;
 top:205px;
 left:0;
 width:150px;
 text-align:left;
 padding-left:2px;
 z-index:3;
 background:#EFCE9D;
 color: #ffffff;}

#rh-col{
 position:absolute;
 top:205px;
 right:0;
 width:150px;
padding: 0 2px;
 z-index:2;
 background:#EFCE9D;
 color: #000000;
 text-decoration:none;
}


#c-block {
 width:100%;
 z-index:1;
 background:#EFCE9D;
 border solid 0px black
 color: #000000;
 height:80%;}

#hdr{
 height:60px; 
 border:2px solid #000000; 
 width:100%; 
 background:#EFCE9D;
 color: #696969; 
 margin:0;
  }

#c-col{
 margin: 0 162px 0 158px;
 position:relative;
 font-weight:bolder;
 background:#f3ead8;
 color: #000000;
 z-index:5;
 border-left: double black 6px;
 border-right: double black 6px;
 }

#ftr {
 width:100%;
 height:60px;
 border: solid #000000; 
 border-width:1px 0;
 background:#eeeeee;
 color: #333333;
 margin:0;
 }

textarea {
border: 1px solid #f3ead8;
background-color: #f3ead8;
overflow: auto;
font-family: Arial; 
font-size:12px; 
color:#000080; 
width:360px; 
height:80px;
}












































