body {
	display: block;
	margin: 0px;
	padding: 0px;
	color: #000000;
	background-color: #FFFFFF;
}
a {
	text-decoration: none;
	color: #0000CC;
}
a:hover {
	text-decoration: underline;
}
#logo {
	position: absolute;
	left: 10px;
	top: 10px;
	display: block;
	height: 200px;
	width: 135px;
}
#heading {
	text-align: left;
	position: absolute;
	vertical-align: middle;
	display: block;
	width: 70%;
	line-height: 110px;
	left: 200px;
}
#sidebar {
	position: absolute;
	top: 210px;
	width: 140px;
	z-index: 1000;
	display: block;
	left: 5px;
	list-style-type: none;
}

#sidebar a {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	line-height: 20px;
}
#sidebar a:hover {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	text-decoration: underline;
}
#maintext {
	position: absolute;
	display: block;
	background-color: #FFFFFF;
	width: 70%;
	left: 200px;
	top: 120px;
	margin-bottom: 20px;
	border-color: #666666;
}
#content {
	background-color: #5cbc4c;
	text-align: center;
	border: thick outset #b82025;
	padding: 10px;
	display: block;
}
#footer {
	text-align: center;
	position: relative;
	display: block;
	font-size: 12px;
	padding: 10px;
}

