body {
	
	background-repeat:no-repeat;
	background-position:center top;
	background-color:#ada389;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	}
#container {
	position: absolute;
	left: 50%;
	margin-left: -353px;
	width: 706px;
	margin-top: 150px;
	}
#navigation {
	position: absolute;
	width: 280px;
	height: 500px;
	}
#navlist {
	padding-left: 0;
	margin-left: 0;
	border-bottom: 1px solid white;
	margin-top: 0px;
	}
#navlist li {
	list-style: none;
	margin: 0;
	padding: 0.25em;
	border-top: 1px solid #ada389;
	}
#navlist li a {
	color: #004a80;
	text-decoration: none;
	}
#navlist li a:hover {
	color: #004a80;
	background-color: #cbc4b0;
	display: block;
	}
.active {
	background-color: #004a80;
	color: #ffffff;
	font-weight: bold;
	display: block;
	}
#welcome {
	position: absolute;
	width: 420px;
	margin-left: 300px;
	height: 490px;
	overflow: auto;
	}
h1 {
	color: #004a80;
	font-size: 18px;
	}
h2 {
	color: #004a80;
	font-size: 14px;
	}
h3 {
	color: #004a80;
	font-size: 12px;
	}
.address {
	margin-top: 10px;
	font-size: 10px;
	padding: 0.25em;
	}