/* Layout Stylesheet */ 

body {
 margin:4px;
 background:#DDE2E6;
 color: #333333;
 text-align:center;
 padding:0;
 }

#outer {
	text-align:left;
	width:797px;
	margin:auto;
	border: 2px solid #000000;
 }

#hdr {
 height:232px;
 background:#eeeeee;
 color: #333333;
 }

#bodyblock {
 position:relative;
 background: #D0272C;
 color: #333333;
 width:797px;
 padding:0;
 }

#l-col {
 float:left;
 background:#D0272C;
 color: #333333;
 width:200px;
 }

#cont {
	width:565px;
	background:#D0272C;
	color: #333333;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0px 10px 0px 5px;
 }

#ftr {
 height:25px;
 background:#D0272C;
 color: #333333;
 margin:0;
 }
