body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
}
div#banner {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 200px;
	width: 800px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	z-index: 0;
}
div#content {
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	position: relative;
	height: auto;
	width: 780px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	z-index: 0;
	padding-top: 35px;
}
div#footer {
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	position: relative;
	height: auto;
	width: 780px;
	z-index: 0;
	background-color: #FFFFFF;
}
div#menu {
	font-size: 14px;
	text-align: center;
	position: absolute;
	height: auto;
	width: 800px;
	left: 0px;
	top: 2px;
	z-index: 1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	color: #000000;
	background-color: #E9E9E9;
}
div#copyright {
	font-size: 11px;
	text-align: center;
}
p {
	margin: 0px;
}
dt {
	font-weight: bolder;
}
.indent {
	margin-left: 75px;
}
div#on {
	display: inline;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #000000;
}
a:link {
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bolder;
}
a:hover {
	color: #FFFFFF;
	background-color: #000000;
	text-decoration: none;
	font-weight: bolder;
}
a:active {
	color: #666666;
	text-decoration: underline;
	font-weight: bolder;
}
a {
	height: 25px;
	width: 75px;
}
