body {
	margin: 0px;
	padding: 0;
	background: #197694;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
}

.container {
	width: 770px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
}
.header {
	height: 220px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
.mainsection .content {
	height: auto;
	float: left;
	width: 520px;
	padding: 15px;
	font-size: 14px;
}
.content h1 {
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 20px;
	text-align: center;
	color: #528A21;
	text-decoration: underline;
}

.content h2 {
	font-size: 18px;
	text-decoration: underline;
	font-weight: bold;
	padding-bottom: 20px;
	text-align: center;
}

.content h3 {
	font-size: 16px;
	font-weight: normal;
	text-decoration: underline;
}
.mainsection .content p {
	padding-left: 15px;
}



.mainsection .sidenav {
	float: right;
	width: 200px;
	padding: 10px;
	font-size: 13px;
	height: auto;
}

a.sidenav_item {
	display: block;
	background-color: transparent;
	background-image: url(buttons/sidenav_rollover_background.gif);
	background-repeat: no-repeat;
	height: 28px;
	text-align: center;
	text-decoration: none;
	padding-top: 12px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #000;
}
a.sidenav_item:hover {
	background-position: 0px -40px;

}
a.sidenav_item:active {
	background-position: 0px -80px;

}

.footer {
	height: 35px;
	clear: both;
	text-align: center;
	padding-top: 15px;
	color: #666;
}
.footer a {
	color: #03C;
}
.footer p {
	margin-top: -10px;
}
