body {
	font-size: 90%;
	background-color: black;
	text-align: center;
	margin: 0px;
}
/* structural styles */
div {
	overflow: hidden;
}
#content {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	padding: 10px;
	background-color: white;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	color: black;
	text-align: left;
}
#header {
	margin-bottom: 0px;
	float: left;
}
#menu {
	float: left;
	width: 200px;
	margin-left: 0px;
	padding-top: 20px;
}
#main {
	clear: both;
	margin: 0px 10px 10px 10px;
	text-align: justify;
}
#pagetitle {
	float: right;
}
#footer {
	clear: both;
	font-size: 80%;
	text-align: left;
}
.clear {
	clear: both;
}
div.pdflink {
	padding: 5px;
	margin: 5px 10px;
	font-size: 80%;
	text-align: center;
	clear: both;
}

/* text styles */
h1, h2, h3, h4, h5, h6 {
	color: olive;
	margin-top: 1em;
	margin-bottom: 0.5em;
}
h1 {
	font-size: 175%;
}
h2 {
	font-size: 150%;
}
h3 {
	font-size: 130%;
}
h4 {
	font-size: 120%;
}
h5 {
	font-size: 110%;
}
h6 {
	font-size: 105%;
}
p {
	margin-top: 0px;
	margin-bottom: 0.5em;
}
a {
	color: darkred;
	text-decoration: none;
}
a:hover {
	color: olive;
	text-decoration: none;
}
.olive {
	color: olive;
}
.darkred {
	color: darkred;
}
ul {
	list-style-image: url(images/olivebullet.gif);
	padding-right: 40px;
}
ol {
	list-style-type: lower-alpha;
	padding-right: 40px;
}
img {
	padding: 5px;
	margin: 5px 10px;
	/*border: 1px solid olive;*/
}
a img {
	padding: 0px 5px;
	margin: 0px;
	border: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
hr {
	border: 0;
	height: 1px;
	color: darkred;
	background-color:  darkred;
	width:85%;
	text-align: center;	
}
hr.darkred {
	color: darkred;
	background-color:  darkred;
}
hr.olive {
	color: olive;
	background-color:  olive;
}

/* form styles */
.req {
	color: darkred;
}
th.form {
	padding-right: 20px;
}
input,textarea,select {
	border: 1px solid olive;
	font-family: Trebuchet MS, Helvetica, sans-serif;
}
input,textarea {
	padding: 2px;
}
textarea {
	font-size: 95%;
}