body {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
}
#header {
	width: 100%;
	clear: both;
	text-align: center;
	margin-bottom: 20px;
}
#header h1 {
	font-weight: normal;
	font-size: 35px;
	color: #000;
	background-color: inherit;

  margin-left: 0px !important;}
#container_mid {
	clear: both;
}
#sidebar_left {
	width: 140px;
	clear: left;
	float: left;
	position: relative;
	top: -200px;
	z-index: 1;

  display: none;}
div.navlinks {
	padding-top: 15px;
    padding-left: 0px;
	font-weight: bold;
	font-size: 1.0em;
	line-height: 2.7em;
}
div.navlinks a, div.navlinks a:active, div.navlinks a:visited {
	text-decoration: none;
	color: #000;
	background: inherit;
	margin-left: 1px;
}
div.navlinks a:hover {
	color: #FFF;
	background: inherit;
	border-color: #000;
	border-style: solid;
	border-width: 1px;
	margin-left: 0px;
}
#content {
	clear: right;
	padding: 0 15px 0 10px;
}
#footer {
	width: 100%;
	text-align: center;
	clear: both;
	font-size: .7em;
	font-weight: bolder;
	margin-top: 20px;
}
#footer p {
	color: #000;
	background-color: inherit;
}
