/* MAIN STYLES */body {	color: #000;	font: 15px/1.4em "Lucida Grande", LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	margin: 20px;	}a, a:visited {
	color: #66B300;	text-decoration: none;
	border-bottom: dashed 1px #888;	}p {
	margin: 0px 0px 10px 0px;	}h1, h1 a, h1 a:visited {	margin: 0px;	padding: 0px;
	color: #000;
	border-bottom: 0px;	}h2 {	font-size: 12px;	color: #000;	margin: 20px 0px 0px 0px;
	}/* DIV BOXES */#container {	display: block;	background-color: #fff;	}	#heading {
	display: block;
	padding: 10px 0px 10px 0px;	}#content {	display: block;	}#main {	float: left;	}#sidebar {	position: absolute;	width: 175px;	margin-left: -10000px;	}	#footer-shadow {	}#footer {
	display: block;
	margin-top: 20px;	}

.footer, .footer a:link, .footer a:active, .footer a:visited, .footer a:hover {	color: #444;	font-size: 11px;
	border-bottom: 0px;	}