body {
	margin: 0px;
	background: #c4df9b url(pagebg.png) top left repeat-x;
}

.header {
	background: url(header.png) top left no-repeat;
	height: 187px;
	width: 770px;
}

.page {
	background: url(contentbg.png) top left repeat-y;
	height: 187px;
	padding: 0px 11px 0px 11px;
}

.bar {
	background: url(barbg.png) top left repeat-y;
	height: 26px;
	padding: 3px 1px 3px 2px;
}

.aboveheader {
	padding: 10px 10px 0px 0px;
}

.topbutton1 {
	height: 20px;
	width: 100px;
	background: url(topbutton1.png) top left no-repeat;
	float: right;
}
	.topbutton1:hover {
		background: url(topbutton1hover.png) top left no-repeat;
	}

.topbutton2 {
	height: 20px;
	width: 100px;
	background: url(topbutton2.png) top left no-repeat;
	float: right;
}
	.topbutton2:hover {
		background: url(topbutton2hover.png) top left no-repeat;
	}

.barbutton1 {
	height: 26px;
	width: 128px;
	background: url(button1.png) top left no-repeat;
	margin-left: 1px;
	display: block;
	float: left;
}
	.barbutton1:hover {
		background: url(button1hover.png) top left no-repeat;
	}

.barbutton2 {
	height: 26px;
	width: 128px;
	background: url(button2.png) top left no-repeat;
	margin-left: 1px;
	display: block;
	float: left;
}
	.barbutton2:hover {
		background: url(button2hover.png) top left no-repeat;
	}

.barbutton3 {
	height: 26px;
	width: 128px;
	background: url(button3.png) top left no-repeat;
	margin-left: 1px;
	display: block;
	float: left;
}
	.barbutton3:hover {
		background: url(button3hover.png) top left no-repeat;
	}

.barbutton4 {
	height: 26px;
	width: 128px;
	background: url(button4.png) top left no-repeat;
	margin-left: 1px;
	display: block;
	float: left;
}
	.barbutton4:hover {
		background: url(button4hover.png) top left no-repeat;
	}

.barbutton5 {
	height: 26px;
	width: 128px;
	background: url(button5.png) top left no-repeat;
	margin-left: 1px;
	display: block;
	float: left;
}
	.barbutton5:hover {
		background: url(button5hover.png) top left no-repeat;
	}

.content {
	clear: both;
	padding: 10px 20px 10px 20px;
	color:#598527;
	font: 12pt Corbel, Calibri, Segoe UI, Tahoma, sans-serif;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
}
	.content a, .content a:visited {
		color: #f7bd1d;
		text-decoration: none;
	}
	.content a:hover {
		border-bottom: 1px dotted #f7bd1d;
	}

.innerbar {
	clear: both;
	padding: 10px 20px 10px 20px;
	color:#598527;
	font: 12pt Corbel, Calibri, Segoe UI, Tahoma, sans-serif;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
}
	.innerbar a,.innerbar a:visited {
		color: #f7bd1d;
		text-decoration: none;
		display: block;
		float: left;
		margin: 0px 5px 10px 5px;
		border-bottom: 1px solid transparent;
	}
	.innerbar a:hover {
		border-bottom: 1px dotted #f7bd1d;
	}

h1 {
	color: #406618;
	font-size: 24pt;
	font-weight: normal;
	border-bottom: 1px dotted #406618;
	letter-spacing: -1.5px;
	margin: 10px 0px 10px 0px;
}

h2 {
	font-size: 16pt;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
}

.note {
	font-weight: normal;
	font-style: italic;
}

.sidenote {
	font-size: 10pt;
}

.footer {
	background: url(footer.png) top left no-repeat;
	height: 28px;
	width: 770px;
}

.underfooter {
	text-align: center;
	color: #7e9f56;
	font: 10pt Corbel, Calibri, Segoe UI, Tahoma, sans-serif;
}

.underfooter a,.underfooter a:visited {
	color:#406618;
	margin: 5px;
	text-decoration: none;
	font: 10pt Corbel, Calibri, Segoe UI, Tahoma, sans-serif;
}
	.underfooter a:hover {
		border-bottom: 1px dotted #406618;
	}
