

/* Layout Stylesheet */ 
body{
 margin: 0;
 padding:0; 
 background:#808080;
 color: #333333;
} 
	 
	 
#lh-col{
 position:absolute; 
 width:200px; 
 top: 92px; 
 left:0px; 
 background:#3862AE;
 color: #333333;}

#rh-col{
 position:absolute; 
 width:171px; 
 top: 92px; 
 left: 832px;
 background:#3862AE;
 color: #333333;}


#c-block {
 position: relative; 
 width: 1003px; 
 top: 92px; 
 background:#3862AE;
 color: #333333;
 height:80%;
 min-height:100%;
 mairgin:0 auto;
 }

#hdr{
 position: absolute; 
 width:1003px; 
 height:66px; 
 left:0px; 
 top: 0px;  
 background:#E8EDF3;
 color: #333333;  
  }
#c-col{
 position: relative; 
 width: 632px; 
 top: 0px; 
 left: 200px;  
 background:#E8EDF3;
 color: #333333; 
 height:1020px;
 }

#ftr {
 position: relative; 
 width: 1003px; 
 height:25px;
 clear: both; 
 margin-top: 92px;
 background:#00005f;
 color: #ffffff;
 font-family:Arial; 
 line-height: 25px;
 FONT-SIZE: 9pt; 
 }
#ftr1 p {
 position: relative; 
 clear: both; 
 background:#00005f;
 color: #ffffff;
 font-family:Arial; 
 line-height: 25px;
 FONT-SIZE: 9pt; 
 text-align:center"
 }

