/* Layout Stylesheet */ 

body {
	margin:0px;
	color: #000000;
	text-align:left;
	padding:0;
	background-color: #D5D5CD;
 }
#outer {
	text-align:left;
	margin:0px;
 background: url(images/headerbgfiller.jpg) no-repeat top right;

 }
#hdr {
 height:75px;
 color: #333333;
 }
#bar {
 height:10px;
 background:#c0c0c0;
 color: #333333;
 border:solid #000000;	
 border-width:1px 0 1px 0;
 }
#bodyblock {
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(images/menufadebg.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
#l-col {
	color: #333333;
	position: absolute;
	left: 0;
	width:140px;
	padding: 12px 5px 5px 5px;
	text-align: left;
}
#cont {
	background: transparent;
	color: #333333;
	text-align:left;
	margin-left: 140px;
	height: auto!important;
	min-height: 480px;
	height: 480px;
}
>#cont {
	min-height: 480px;	
}
#ftr {
	 height:25px;
	 background:#D5D5CD;
	 color: #333333;
	 border:solid black;
	 border-width:1px 0 0 0;
	 margin:0;
	 padding: 0 3px;
	 font-size: 10px;
}