/* Layout Stylesheet */ 
body{
 margin: 0;
 padding:0; 
 height: 100%;
 background:#808080;
 color: #333333;}	 

#container
{
  margin: 0;
  padding: 0;
  position: absolute;
  height: expression(
  ( document.documentElement.clientHeight
    ? document.documentElement.clientHeight
    : document.body.clientHeight ) + "px" );
  width: 100%;
  voice-family: "\"}\"";
  voice-family: inherit;
  min-height: 100%;
  height: auto;}

#c-col{
 padding: 0;
 margin: 0;
 position:absolute;
 top:71px;
 left: 141px;
 background: #ffffff;
 color: #333333;
 overflow: auto;
 height: expression(
 ( document.documentElement.clientHeight
   ? document.documentElement.clientHeight
   : document.body.clientHeight ) - ( 71 + 36 ) + "px" );
 width: expression(
 ( document.documentElement.clientWidth
   ? document.documentElement.clientWidth
   : document.body.clientWidth ) - ( 2 * 141 ) + "px" );
 voice-family: "\"}\"";
 height: auto;
 width: auto;
 bottom:36px;
 right: 141px;}

#lh-col{
 padding: 0;
 margin: 0;
 position:absolute;
 top:71px;
 left:0;
 width:140px;
 overflow: auto;
 background:#c0c0c0;
 color: #333333;
 border-right: 1px solid #000000; 
 height: expression(
 ( document.documentElement.clientHeight
   ? document.documentElement.clientHeight
   : document.body.clientHeight ) - ( 71 + 36 ) + "px" );
 voice-family: "\"}\"";
 height: auto;
 bottom:36px;
}

#rh-col{
 padding: 0;
 margin: 0;
 position:absolute;
 top:71px;
 right:0;
 width:140px;
 overflow: auto;
 border-left:1px solid #000000; 
 background:#c0c0c0;
 color: #333333;
 height: expression(
 ( document.documentElement.clientHeight
   ? document.documentElement.clientHeight
   : document.body.clientHeight ) - ( 71 + 36 ) + "px" );
 voice-family: "\"}\"";
 height: auto;
 bottom: 36px;}

#lh-logo{
 padding: 0;
 margin: 0;
 position:absolute;
 top:0;
 left:0;
 width:140px;
 height:70px;}

#rh-logo1{
 padding: 0;
 margin: 0;
 position:absolute;
 top:0;
 right:0;
 width:70px;
 height:70px;}

#rh-logo2{
 padding: 0;
 margin: 0;
 position:absolute;
 top:0;
 right:71px;
 width:70px;
 height:70px;}

#hdr{
 padding: 0;
 margin: 0;
 position: absolute;
 width:100%;
 height:70px; 
 background:#eeeeee;
 color: #333333;
 border-bottom:1px solid #000000;}

#ftr {
 padding: 0;
 margin: 0;
 position:absolute;
 bottom:0;
 width:100%;
 height:35px;
 background:#eeeeee;
 color: #333333;
 margin:0;
 border-top:1px solid #000000;}

