
/* Layout Stylesheet */ 

body {
 	margin-top:5px;
 	margin-bottom:10px;
 	background:#FFFFCC;
 	color: #333333;
 	text-align:center;
 	padding:0;
 	font-family: Arial, Helvetica, sans-serif;
 }

#outer {
 	text-align:left;
 	border:1px solid #000000;
 	width:740px;
 	margin:auto;
 }

#hdr {
 	height:105px;
 	border:solid #333;
 	border-width: 0 0 1px 0;
 }

#bodyblock {
	background: #999966;
	width:740px;
	padding:0;
 }

#l-col {
	float:left;
	background:#999966;
	color: #FFFFCC;
	line-height: 25px;
	min-height: 600px;
	height: auto;
	width:160px;
 }

#cont {
 	width:575px;
 	background:#ffffff top;
 	color: #333333;
 	text-align:left;
 	min-height: 700px;
 	margin-left: 10px;
 	padding: 0;
	height: auto; 
	
 }

#ftr {
 	height:20px;
 	background:#999966;
 	color: #000000;
 	border:solid #333;
 	border-width:1px 0 0 0;
 	margin:0px;
 	padding-top: 10px;
 	text-indent: 20px;
	font-size:10pt;
 	clear: both;
 }
 
<!--[if IE]>
#cont {height:auto;}
l-col {height:auto;}
<![endif]--> 

