body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: normal;
	color: #EDEDED;
	background: #69C;
	padding: 8px;
	margin-top: 25px;
	text-align: center;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #009;
	margin-top: 1.5em;
}
h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #960;
}
#wrapper {
	margin: 0px auto;
	position: relative;
	text-align: left;
}
#header {
	background: #036;
	height: 60px;
	width: 100%;
}
#sidebar {
	width: 23%;
	float: left;
	border-color: #000;
	height: 680px;
	padding: 0px;
	margin-right: 3%;
	clear: both;
	background-color: #345E87;
}
#sidebar p {
	font-size: .8em;
	font-style: italic;
	text-align: center;
}
#maincontent {
	padding: 8px;
	float: left;
	height: 660px;
	width: 71%;
	overflow: scroll;
}
#subfooter {
	text-align: center;
	background: #CCC;
	width: 100%;
}
#footer {
	background: #036;
	height: 20px;
	clear: both;
	width: 100%;
	text-align: center;
}
.nav {
}
#sidebar p img {
	width: 16em;
	height: auto;
}
#sidebar h1 {
	margin: .3em;
}
html, body {
	margin: 0px;
	padding: 0px;
}
#maincontent #mainarticle table tr {
	font-style: normal;
	text-align: center;
}
