}
.top_button {
	background-image: url(images/top_button.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.middle_button {
	background-image: url(images/middle_button.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.bottom_button {
	background-image: url(images/bottom_button.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.body_text {
	font-family: Arial, Helvetica, sans-serif;
	color: #035D7F;
	padding: 10px;
}
.header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 7px 7px; }

#navlist a:link, #navlist a:visited
{
	color: #035d7f;
	background-color: #fff;
	text-decoration: none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;

}

#navlist a:hover
{
color: #fff;
background-color: #369;
text-decoration: none;
}
.names {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #035D7F;
	font-weight: 600;
}
