body {
	background-color: #DEE5EF;
	color: #524741;
	background-image: url(../images/bgrnd.gif);
}
ul.nav {
	margin-left: 0px;
	padding-left: 0px;
	float: right;
	line-height: 2;
	white-space: nowrap;
}
.nav li {
	display: inline;
	list-style-type: none;
}
.nav a {
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-right: -1px;
	margin-left: -1px;
}
.nav a:link, .nav a:visited {
	text-decoration: none;
	color: #DEE5EF;
	background-color: #487592;
}
.nav a.current {
	background-color: #698D9D;
}
.nav a:hover {
	text-decoration: none;
	background-color: #698D9D;
}
#banner {
	background-image: url(../images/banner.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 200px;
	clear: both;
}
address {
	font-style: normal;
}
h5 {
	color: #0066CC;
	display: inline;
	font-weight: normal;
	padding-right: 5px;
}