

/* Layout Stylesheet */ 
body {
margin : 0; 
padding : 0; 
background : #000080; 
color : #333333; 
font : 10pt arial, verdana, system; 
} 
#lh-col {
position : absolute; 
top : 90px; 
left : 0; 
width : 135px; 
z-index : 3; 
background : #000080; 
color : #333333; 
text-align : center; 
} 
#rh-col {
position : absolute; 
top : 90px; 
right : 0; 
width : 137px; 
z-index : 2; 
background : #000080; 
color : #333333; 
text-align : center; 
} 
#c-block {
margin : 0; 
width : 99%; 
background : #000080; 
z-index : 1; 
color : #333333; 
text-align : center; 
} 
#hdr {
height : 90px; 
border-bottom : 0px solid #000000; 
position : absolute;
top:0;
width : 100%; 
background : #000080; 
color : #333333; 
margin : 0 
} 
#c-col {
border:0px solid #000000;
margin:90px 140px;
right:1px;
position : relative; 

color : #333333; 
z-index : 15 
} 
#ftr {
border : 0px solid #000000; 
width : 100%; 
background : #000080; 
color : #ffffff; 
margin : 2px; 
text-align : center 
} 
