
/* Layout Stylesheet */ 

body {
 margin-top:5px;
 margin-bottom:10px;
 background:#666699;
 color: #333333;
 text-align:center;
 padding:0;
 font-family: Arial, Helvetica, sans-serif;
 font-size: .9em;
 }

#outer {
 text-align:left;
 border:1px solid #000000;
 width:800px;
 margin:auto;
 }

#hdr {
 
 background:#ffffff;
 color: #333333;
 }

#bodyblock {
	background: #3399CC url(images/bluesidebar_bkgnd.jpg);
	color: #FFFF66;
	width:800px;
	padding:0;
 }

#l-col {
 float:left;
 background:#3399CC url(images/bluesidebar_bkgnd.jpg);
 color: #660066;
 width:188px;
 line-height: 25px;
 height: auto;
 }

#cont {
 width:600px;
 background:#ffffff;
 color: #333333;
 border:solid #000000;	
 border-width:0 0 0 1px;
 text-align:left;
 min-height: 500px;
 }

#ftr {
 height:20px;
 background:#3399CC url(images/footer_bkgnd.jpg);
 color: #000000;
 border:solid black;
 border-width:1px 0 0 0;
 margin:0px;
 padding-top: 10px;
 text-indent: 20px;
 font-size: 10pt;
 }
 