/* Layout Stylesheet */ 

body{
 margin: 0;
 padding:0;     
 background: #c0c0c0;
 color: #ffffff;
 }
	 
#hdr{
 width: 100%;
 height: 135px;
 margin: 0;
 border: solid #333333;
 border-width: 0 0 2px 0;
 background: #eeeeee;
 color: #333333;
 }
     
#lh-col{
 width: 100%;
  height: 900px;
 float: left;
 border: solid #333333;
 border-width: 0 2px 0 0;
 background: #003399;
 color: #ffffff;
 margin: 0;
 padding: 40px;
 }

#hdrimages{
	position: absolute;
	width: 716px;
	height: 133px;
	padding: 3px;
	left: 8px;
	top: 30px;

}
#rh-col{
 background: #c0c0c0;
 color: #333333;
 margin: 0;
 padding: 0;
 border: 0;
 }
#righttext{
position:absolute;
width:200px; 
height:115px; 
z-index:1; 
left: 718px; 
top: 32px;
}