
/* Layout Stylesheet */ 

body {
 margin:20px;
 background:#eeffaa;
 color: #333333;
 text-align:center;
 padding:0;
 }

#outer {
 text-align:left;
 border:1px solid #333333;
 width:751px;
 margin:auto;
 }

#hdr {
  height:60px;
 background:#00AA33;
 color: #333333;
 }

#bar {
 text-align:center; 
height:25px;
 background:#aaffaa;
 color: #333333;
 border:solid #000000;	
 border-width:1px 0 1px 0;
 }

 .absent {color:#a40600;}
 
#bodyblock {
 position:relative;
 background: #00AA33;
 color: #220000;
 width:750px;
 padding:0;
 }


 
 #l-col {
 float:left;
 background:#00AA33 ;>
 color: #ffffff;
  font-family: sans-serif;
 width:145px;
 padding-left: 3px;
 /*margin: 3px;*/
  } 

#cont {
width:595px;
/* height:1495px; */
background:#ffffff;
 color: #333333;
 border:solid #000000;	
 border-width:0 0 0 1px;
 text-align:left;
 }

#ftr {
 background:#c0c0c0;
 color: #333333;
 border:solid black;
 border-width:1px 0 0 0;
 margin:0;
 }