

/* Layout Stylesheet */ 
body{  <!--outer - purple-->
<!-- added by PIL --> 
   font-family: Haettenschweiler, Arial,
        Times, serif;
  <!--color: purple; -->
  <!--border-style: groove; -->


 margin: 0;
 padding:0; 
 background:#604050;
 color: #333333;
 
 }	 
	 
#lh-col{
  font-family: Haettenschweiler, Arial,Times, serif;
font-size: 11pt;
 position:absolute;
 top:70px;
 left:20px;
 width:120px;
 z-index:3;
 background:#b8babd;
 <!--color: #333333;} -->

#rh-col{
  font-family: Haettenschweiler, Arial,Times, serif;
font-size: 11pt;
 position:absolute;
 top:70px;
 right:20px;
 width:120px;
 z-index:3;
 background:#b8babd;
 color: #333333;}


#c-block { <!--side  column background -->
 width:100%;
 z-index:1;
 background:#b8babd;
 color: #333333;
 height:80%;}

#hdr{ <!-- top header -->
  font-family: Haettenschweiler, Arial,Times, serif;
font-size: 11pt;
 height:30px; 
 <!--border-bottom:1px solid #000000;  -->
 width:100%; 
 background:#b8babd;
 color: #333333; 
 margin:0;
  }

#c-col{
 margin:0 142px 0 142px;
 position:relative;
 background:#ffffff;
 color: #333333;
 z-index:5;
 <!--border: solid #000000; -->
 <!--border-width:0 1px; -->
 }

#ftr {
  font-family: Haettenschweiler, Arial,Times, serif;
font-size: 10pt;
 width:100%;
 height:35px;
 <!--border: solid #000000;  -->
 border-width:1px 0;
 background:#b8babd;
 color: #333333;
 margin:0;
 }
