.titlebar {
	background-color: #165829;
	background-image: url(images/page/title.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	height: 66px;
	width: 100%;
	top: 0px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	left: 0px;
	right: 0px;
}
.buttonbar {
	background-color: #A0C07C;
	height: 22px;
	width: 100%;
	top: 70px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-variant: small-caps;
	position: absolute;
	left: 0px;
	text-align: center;
	right: 0px;
	white-space: nowrap;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}
.buttons {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: small-caps;
	color: #000000;
	text-decoration: none;
	white-space: nowrap;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	position: relative;
	width: 800px;
	top: 95px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
body {
	text-align: center;
}
.featured {
	width: 100%;
	border: 2px ridge #000000;
	vertical-align: middle;
}
a:link,a:visited,a:hover {
	color: #165829;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: #A0C07C;
	font-weight: bold;
	text-decoration: none;
}
h1 {
	text-align: center;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	vertical-align: top;
}
.fullpage {
	border: 2px;
}
