
/* Layout Stylesheet */ 

body {
 font-family: Arial, Arial Narrow, Verdana, Geneva, Helvetica, sans-serif;
 margin:35px;
 background: #ffffff;
 color: #333333;
 text-align:center;
 padding:0;
 }

#outer {
 padding: 10px;
 text-align:left;
 border:1px solid #c0c0c0;
 width:826px;
 margin:auto;
 }

#hdr {
 height:120px;
 background:#ffffff;
 color: #333333;
 }

#bar {
 height:20px;
 background:#ffffff;
 color: #333333;
 border:solid #c0c0c0;	
 border-width:0px 0px 0px 0px;
 }

#bodyblock {
 position:relative;
 background: #ffffff;
 color: #333333;
 width:826px;
 padding:0;
 }

#l-col {
 float:left;
 background:#ffffff;
 color: #333333;
 width:145px;
 border:solid #c0c0c0;	
 border-width:0px 0px 0px 0px
 }

#cont {
 width:650px;
 height: 400px;
 background:#ffffff;
 color: #333333;
 border:solid #c0c0c0;	
 border-width: 0px 0px 0px 0px;
 text-align:left;
 }
 
#continside {
 padding:8px; 
 height: 310px;
 width:630px;
 background:  #ffffff;
 border:solid #c0c0c0;
 border-width:1px 0px 0px 1px;
 }

#ftr {
 height: 20px;
 background: #ff0000;
 color: #ffffff;
 border:solid black;
 border-width:0px 0px 0px 0px;
 margin:0;
 }
 
#headline {
 padding:8px; 
 height: 22 px;
 width:630px;
 background:  #ffffff;
 border:solid #c0c0c0;
 border-width:0px 0px 0px 0px;
 }
 
 #baseline {
 height: 22 px;
 width:650px;
 background:  #ffffff;
 border:solid #c0c0c0;
 border-width:0px 0px 0px 0px;
 }

