/* Layout Stylesheet */ 
body {
	background:#4a4a4a;
	color: #333333;
	text-align: center;
	font-family: Geneva, sans-serif;
	font-size: 12px;
	margin: auto;
 }

#outer {
	text-align:left;
	background:FFFFFF;
	border:1px solid #000000;
	width:800px;
	overflow: visible;
	visibility: visible;
 }

#hdr {
 height:250px;
 width:800px;
 background: #FFFFFF;
 color: #FFFFFF;
 }


#bodyblock {
 background: #FFFFFF;
 color: #FFFFFF;
 width:800px;
 height:1024px;
 padding: 20;
 text-align:left;
 }

#l-col {
 float:left;
 background:#FFFFFF;
 color: #000000;
 width:295px;
 height: 900px;
 margin-right: 20px;
 margin-left: 10px;
 padding:10px;
 border: thin;
 border-color: #4b0049;
 border-style: double;
 } 

#cont {
 width:600px;
 background:#ffffff;
 color: #000000;
 border-width:0 0 0 0px;
 text-align:left;
 padding:10;
 }

#ftr {
 height:55px;
 width:800px;
 background:#33475c;
 color: #FFFFFF;
 border:solid black;
 border-width:0 0 0 0;
 text-align:center;
 margin:auto;
 }
