.page {
	margin: auto;
	width: 780px;
	background-repeat: no-repeat;
	background-position: top;
}
p {
	font-size: small;
	font-weight: bold;
}
.nav {
	width: 144px;
	text-align: center;
	list-style-type: none;
	font-family: "Century Gothic";
	font-size: 16px;
	font-weight: bold;
	color: #000099;
	text-decoration: none;
	list-style-position: outside;
	line-height: 25px;
	margin: auto;
	float: left;
	clear: right;
	padding-right: 10px;
}
.footer {
	font-size: small;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 10px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000099;
	border-right-color: #000099;
	border-bottom-color: #000099;
	border-left-color: #000099;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 570px;
	margin-left: 200px;
}
h1 {
	display: none;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	text-decoration: none;
	color: #0000CC;
}
a:visited {
	text-decoration: none;
	color: #0000CC;
}
a:hover {
	text-decoration: underline;
	color: #0000FF;
}
a:active {
	text-decoration: none;
	color: #0066FF;
}
h2 {
	font-size: large;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}
