
/* Layout Stylesheet */ 

body {
 margin:20px;
 background:#022249;
 color: #333333;
 text-align:center;
 padding:0;
 }

#outer {
 text-align:right;
 border:5px solid #FFFFFF;
 width:750px;
 margin:auto;
 }

#hdr {
 height:215px;
 background:#FFFFFF;
 color: #333333;
 }

#bar {
 height:25px;
 background:#c0c0c0;
 color: #333333;
 border:solid #000000;	
 border-width:1px 0 1px 0;
 }

#bodyblock {
 position:relative;
 background: #F0F0F0;
 color: #333333;
 width:750px;
 padding:0;
 }

#l-col {
 margin-top:15px;
 float:right;
 background:#F0F0F0;
 color: #333333;
 width:180px;
 }

#cont {
 width:567px;
 background:#ffffff;
 color: #333333;
 border:solid #000000;	
 border-width:0 0 0 0px;
 text-align:left;
 }

#ftr {
 height:25px;
 background:#c0c0c0;
 color: #333333;
 border:solid black;
 border-width:0px 0 0 0;
 margin:0;
 }
a.nav, a.nav:link, 
a.nav:visited {
display:block; 
width:130px; 
height:25px; 
background:#FEFEFE; 
border:1px solid #e3e3e3; 
margin-top:2px; 
padding-left:5px;
text-align:left; 
text-decoration:none; 
font-family:verdana, arial, sans-serif; 
font-size:12px; color:#666; 
line-height:25px; overflow:hidden;
} 
a.nav:hover {color:#fff; background:#215BA3; } 
a.bar, a.bar:link, a.bar:visited { color: #ffffff; }
a.bar:hover { color: #ffcc66; }