/* Layout Stylesheet */ 

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

#outer {
	text-align:left;
	width:800px;
	margin:auto;
	background-color: #000000;
 }

#hdr {
	height:200px;
	color: #333333;
	background-color: #000000;
 }

#bar {
	height:80px;
	color: #FFFFFF;
 }

#bodyblock {
	position:relative;
	color: #333333;
	width:800px;
	padding:0;
	background-color: #000000;
 }

#l-col {
	float:left;
	color: #FFFFFF;
	width:190px;
	background-color: #000000;

 }

#cont {
	width:595px;
	color: #FFFFFF;
	border:thin solid #FFCC00;
	text-align:left;
	background-color: #000000;
	vertical-align: text-top;
	list-style-position: inside;
	list-style-type: square;
	list-style-image: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 13pt;
 }

#ftr {
	height:25px;
	color: #FFFFFF;
	border:solid black;
	border-width:1px 0 0 0;
	margin:0;
	background-color: #000000;
 }
