/* Layout Stylesheet */ 
body{
 margin: 0;
 padding:0;
 background: #FFFFFF;
 }
 
 #tophdr{
 height:95px;
 margin:10px 30px 0px 0px;
 }
	 
#hdr{
 height:35px;
 background:#C3D2D6;
 color:#dadada;
 border-top:1px solid #44444;
 margin:10px 0 0 0;
 text-align:right;
 }

#lh-col{
 position: absolute;
 top: 0px;
 left: 30px;
 width: 190px;
 border-left: 1px dotted #000000;
 border-right: 1px dotted #000000;
 background: #CCCC00;
 color: #333333;
 margin: 0px;
 padding: 0px;
 height: 99%!important;
 height: 100%;
 -webkit-box-shadow: 2px 2px 5px #999;
 -moz-box-shadow: 2px 2px 5px #999;
 filter: shadow(color=#999999, direction=130, strength=2);
 z-index:2;
 }

#rh-col{
 margin: 0px 0px 0px 224px;
 background: #ffffff;
 color: #333333;
 padding: 0px 0px 0px 30px;
 position :relative;
 height: 100%;
 z-index:1;
 }

#rh-table-col{
 width:220px;
 background: #EFEFEF;
 color: #333333;
 padding: 6px 6px 6px 12px;
 height: 100%;
 vertical-align:top;
 border-left: 1px dotted #000000;
 }
 
 #ftr{
 height:200px;
 background:#C3D2D6;
 color:#dadada;
 border-top:1px solid #44444;
 margin:0px;
 text-align:right;
 }