body {
	font-family: verdana;
	font-size: 12pt;
	background-color: cbe3f8;
	margin: 0px;
	padding: 0px;
}

#container {
	width: 902px;
	margin-top: 10px;
	background-color: white;
	border: 1px solid black;
}

#topsection {
	width: 100%;
	background-color: fef9e6;
	border-bottom: 1px solid black;
	text-align: left;
}

#address {
	width: 280px;
	text-align: right;
	margin-top: -120px;
	margin-right: 10px;
	float: right;
	font-size: 14pt;
}

#menu {
	width: 200px;
	float: left;
	background-color: white;
	padding-top: 75px;
}

.menu {
	width: 150px;
	height: 30px;
	color: white;
	font-size: 14pt;
	background-color: #f5cc00;
	text-decoration: none;
	border: 1px solid #f5cc00;
	padding:5px;
	padding-left: 15px;
	padding-right: 15px;
}

.menu:hover {
	color: #026dcd;
	background-color: white;
	border: 1px solid #026dcd;
	text-decoration: none;
}

#main {
	width: 680px;
	float: left;
	background-color: white;
	text-align: left;
	padding: 10px;
}

h1 {
	text-align: center;
	font-size: 16pt;
}

#bottomsection {
	width: 900px;
	margin-top: 10px;
	border-top: 10px solid #026dcd;
}

#copy {
	font-size: 10px;
	color: navy;
	text-decoration: none;
	float: left;
	text-align: left;
	padding: 5px;
}

#adh {
	font-size: 10px;
	color: navy;
	text-decoration: none;
	float: right;
	text-align: right;
	padding: 5px;
}

.adh {
	font-size: 10px;
	color: navy;
	text-decoration: none;
}

.adh:hover {
	color: navy;
	text-decoration: underline;
}
