
/* Layout Stylesheet */ 

body {
 margin:0px;
 background:#ffffff;
 color: #333333;
 text-align:center;
 padding:0;
 font-family: Arial, Tahoma;
 font-size: 10pt;
 }
a
{
	color: #ffffff;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	}
a:hover
{
	color: #C3C2BE;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	}
#l-col li
{
	list-style-type: none;
	margin-left: -20px;
	padding: 5px;
}
#outer {
 text-align:left;
 width:900px;
 margin:auto;
 }

#hdr {
 height:100px;
 background:#eeeeee;
 color: #333333;
 }

#bar {
 height:25px;
 background:#6D643C;
 color: #ffffff;
 }

#bodyblock {
 position:relative;
 background: #6D643C;
 width:900px;
 padding:0;
 }

#l-col {
 float:left;
 background:#6D643C;
 color: #ffffff;
 width:175px;
 text-align: left;
 padding: -15px;
 }

#cont
{
	border-right: #6D643C 1px solid;
	background: #ffffff;
	width: 700px;
	color: #000000;
	text-align: left;
	padding: 10px;
}

#ftr {
 height:25px;
 background:#c0c0c0;
 color: #333333;
 margin:0;
 }
