/* Layout Stylesheet */ 


#outer {
 background:#FFFFFF;
 text-align:left;
 border:1px solid #98AAB1; 
 }
	 

#c-block {
 width:100%;
 z-index:1;
 background:#FFFFFF;
 color: #333333;}

#hdr{
 height:80px; 
 width:100%; 
 background:#4D6184;
 color: #333333; 
  }


#c-col{
 background:#FFFFFF;
 color: #333333;
 z-index:5;
 }

#ftr {
 width:100%;
 height:70px;
 border-top:1px solid #98AAB1; 
 background:#D1D7DC;
 color: #333333;
 margin:0;
 padding:0;
 }

