/* Layout Stylesheet */ 

body {
font-family: Arial, Helvetica, sans-serif;
font-size:small; 
margin:20px;
 background:#708090;
 color: #333333;
 text-align:center;
 padding:0;
 }

#outer {
 text-align:left;
 border:1px solid #000000;
 width:650px;
 margin:auto;
 }

#hdr {
 height:100px;
 background: url(../images/header2.jpg) no-repeat top;
 color: #333333;
 }

#bar {
 height:20px;
 background: url(../images/barimage1.jpg) no-repeat top;
 color: #333333;
 border:solid #000000;	
 border-width:1px 0 1px 0;
 }

#bodyblock {
 position:relative;
 background: silver;
 color: #333333;
 width:650px;
 padding:0;
 }

#l-col {
 float:left;
 background:silver;
 color: #333333;
 width:151px;
 }

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

#ftr {
 height:25px;
 background:#dcdcdc;
 color: #333333;
 border:solid black;
 border-width:1px 0 0 0;
 margin:0;
 }
 
 tr.header {
 	background-image: url('../images/subhead_bg.png');
	font-size: 10px;
	font-color: #708090;
	
 }