
/* Layout Stylesheet */ 

body {
	margin:0px;	
	background:#ffffff;
	color: #000000;
	text-align:left;
	padding:0;
}

#outer {
	text-align:left;
	width:1000px;
	margin:0;
	float: left;
}

#hdr {
	height:175px;
}

#bar {
	height:25px;
	border:solid #000000;	
	border-width:1px 0 1px 0;
}

#bodyblock {
	position:relative;
	width:1000px;
	padding:0;
}

#l-col {
	float:left;
	width:170px;
	margin: 0px 0px 0px 0px;
}

#cont {
	float: right;
	width: 650px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 150px 0px 0px;
}

#ftr {
	text-align: center;
	clear: both;
	background: #F5F5F5;
	color: #333333;
	border: solid Silver;
	border-width:1px 0 0 0;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 1px 0px;
}

#ftr p {
	color: Gray;
}

#ftr A:link, #ftr A:visited {
	text-decoration: none; 
	color: #F4A460;
	font-weight: bold;
}

#ftr A:hover	{
	text-decoration: none; 
	color: #EE6600;
	font-weight: bold;
}
