
/* Layout Stylesheet */ 

body {
 margin: 0; 
 padding:0;
  color: #FFFFFF;
 text-align: center;
  background-color: #003366
}

   #lh-col{
 position: absolute;
 top: 235px;
 left: 5px;
 width: 20px;
 border:;
 color: #D3CBD2;
 margin: 20px;
 padding: 0px;
 height: 600px;

}



#bar-top {
 width: 100%; 
 height: 40px;
 color: #FFFFFF;
 border: solid #000000;
 border-width: 2px 0; 
 margin: 0;
  background-color: #CC0000
}

#bar-bottom {
 width: 100%; 
 height: 50px;
 position:relative; 
 background-color: #CC0000;
 color: #FFFFFF;
 border: solid #000000; 
 border-width: 2px 0;
 }

#content { 
 height: 450px; 
 position:relative;
 border: solid #000000;

 border-width: 0px 2px; 
 background: #ffffff;
 color: #333333;
 overflow: auto;
 margin:0 15% 0 15%;
  border-bottom-style: outset;
  border-bottom-width: thick;
  border-color: #FF0000
}
