body {
	font-family: Arial;
	font-size: 12px;
	margin: 0;
	padding: 0;
	border: 0;
}

a:link, a:visited {
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #026FAE;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#navbar {
 height: 31px;
 width: 780px;
 border-top: 1px solid #000000;
 border-bottom: 1px solid #000000;
}
#navbar ul {
 margin: 0px;
 padding: 0px;
 font-family: "Trebuchet MS";
 font-size: 12px;
 color: #ADC2B2;
 line-height: 30px;
 white-space: nowrap;
}
#navbar li {
 list-style-type: none;
 display: inline;
}
#navbar li a {
 font-family: "Trebuchet MS";
 font-size: 12px;
 text-decoration: none;
 font-weight: bold;
 padding: 7px 10px;
 color: #6E9177;
}
#navbar li a:link {
 font-family: "Trebuchet MS";
 font-size: 12px;
 font-weight: bold;
 padding: 7px 10px;
 color: #6E9177:
}
#navbar li a:visited {
 font-family: "Trebuchet MS";
 font-size: 12px;
 font-weight: bold;
 padding: 7px 10px;
 color: #6E9177;
}
#navbar li a:hover {
 font-family: "Trebuchet MS";
 font-size: 12px;
 font-weight: bold;
 padding: 7px 10px;
 color: #6E9177;
 text-decoration: underline;
}
#footer {
 width: 780px;
 background-color: #344D56;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: bold;
 color: #FFFFFF;
 text-align: center;
}
#footer a:link {
 font-family: "Garamond";
 font-size: 11px;
 font-weight: bold;
 padding: 7px 10px;
 color: #FFFFFF;
}
#footer a:visited {
 font-family: "Garamond";
 font-size: 11px;
 font-weight: bold;
 padding: 7px 10px;
 color: #FFFFFF;
}
#footer a:hover {
 font-family: "Garamond";
 font-size: 11px;
 font-weight: bold;
 padding: 7px 10px;
 color: #FFFFFF;
}