body {
	background-color: #5FA439;
	font-family: "Century Gothic", "Futura", "ITC Avant Garde", "Tw Cen MT", sans-serif;
}
#record {
	position: absolute;
	left:-686px;
	top:-200px;
}
#bcont {
	position: absolute;
	left: 0px;
	top: 0px;
}
#title {
	position: absolute;
	left:440px;
	top:-75px;
}
#header {
	position: absolute;
	left:220px;
	top:-30px;
}
#content {
	position: absolute;
	left: 220px;
	top: -20px;
	width: 483px;
	background-color: #FFFFFF;
}
#innerc {
	padding: 10px;
	padding-top: 2px;
}
#pills {
	position:absolute;
	width:700px;
	height:40px;
}

.title {
	font-size: 150%;
	color: #009900;
	font-weight: bold;
	text-align: center;
}
.subtitle {
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}
.lstheader {
	font-size: 120%;
	margin-top: 5px;
	font-weight: bold;	
}
ul {
	margin-top: 0px;
	padding-top: 0px;
}

.quote {
	font-style: italic;
	margin-bottom: 20px;
}
.sig {
	font-style: normal;
	margin-left: 20px;
}

.buttonbar {
	margin: 5px;
	text-align: center;
}
.button {
	margin: 5px;
	padding: 2px;
	padding-left: 7px;
	padding-right: 7px;
	border: 2px solid #FFFFFF;
	background-color: #2B481C;
	color: #FFFFFF;
}
.buttonover {
	margin: 5px;
	padding: 2px;
	padding-left: 7px;
	padding-right: 7px;
	border: 2px solid #000000;
	background-color: #5FA439;
	color: #FFFFFF;
}

dt {
	font-weight: bold;	
}