body {
	color: #003333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	background-color: #FFFFFF;
	line-height: 1.5em;
	font-weight: normal;
}
.footer {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	text-align: center;
}
.menu {
	font-size: 16px;
	background-color: #4F8C0C;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

ul#navlist
{
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	margin-top: auto;
	margin-bottom: auto;
}
.maintable {
	min-width: 800px;
}


#navlist li
{
	display: inline;
	list-style-type: none;
	font-size: 14px;
	font-weight: bold;
}

#navlist a {
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}

#navlist a:link, #navlist a:visited
{
color: #fff;
background-color: #036;
text-decoration: none;
}

#navlist a:hover
{
color: #fff;
background-color: #0066a4;
text-decoration: none;
}
.centerbg {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.smalltext {
	font-size: 11px;
	line-height: normal;
	font-weight: bold;
	color: #4F8C0C;
	text-decoration: none
}

.smalltext a {
	color: #4F8C0C;
	text-decoration: none
}

