@import "reset.css";

html, body {
 height: 100%;
 margin-bottom: 1px;
}

body {
	background-repeat: repeat-y;
	background-position: center top;
	background-image: url(../images/spirals.gif);
	font-size: 100%;
	line-height: 1.25em;
	padding: 4px;
	font-family: fantasy;
	color: #880100;
	background-color: #b06106;
}

div#container {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
}

div#banner {
	background-repeat: no-repeat;
	background-image: url(../images/banner.jpg);
	height: 400px;
	width: 100%;
}

h1 {
	clear: left;
	line-height: 2em;
	text-align: center;
	font-size: 200%;
	color: #005c04;
}

a {
	text-decoration: none;
	color: #880100;
}

div#menu1, div#menu2 {
	width: 100%;
	clear: left;
}

div#menu2 {
	padding-top: 1px;
}

div#menu1 ul, div#menu2 ul {
	margin-bottom: 16px;
	margin-top: 16px;
	width: 100%;
	font-size: 110%;
	margin-right: 2%;
	margin-left: 2%;
	list-style-type: none;
}

div#menu1 li, div#menu2 li {
	text-align: center;
	width: 18%;
	display: inline-block;
	margin-right: 1%;
	float: left;
}

div#menu1 li#currentpage, div#menu2 li#currentpage {
 font-weight: bold;
}

div#content {
	width: 100%;
}

div#content p {
	margin-bottom: 16px;
}

div#content ul {
	margin-left: 24px;
	list-style-type: disc;
}

div#content ul.fancy {
	margin-left: 36px;
 list-style-type: none;
/* list-style-image: url(../images/bullet.gif); */
 list-style-type: disc;
}

div#content ul.fancy li:first-line {
	color: #005c04;
 font-size: 110%;
}

div#content ul.fancy li {
 margin-bottom: 16px;
}

.centered {
	text-align: center;
}

.email em {
	display: none;
}

table {
 margin-left: auto;
 margin-bottom: 16px;
 margin-right: auto;
 margin-top: 8px;
 border-collapse: collapse;
 font-size: 1em;
}

th {
 padding: 4px 8px;
 text-align: right;
 font-weight: bold;
}

td {
 padding: 4px 8px;
 vertical-align: top;
}

.highlight {
	color: #005c04;
}