@charset "UTF-8";
#container {
	margin-top: 80px;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}
#navbar {
	background-color: #000000;
	text-align: center;
}
#footer {
	font-family: "Courier New", Courier, monospace;
	font-size: 9px;
	color: #559CBE;
	text-align: right;
	padding-top: 4px;
	clear: both;
	margin-bottom: 80px;
}
#content {
	background-color: #FFFFFF;
}
#con2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding: 10px;
	width: 312px;
	border-right-width: 1.5px;
	border-left-width: 1.5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	line-height: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
	list-style-type: decimal;
	list-style-position: outside;
}

#navcell {
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 6px;
}

#navcell a, #navcell a:visited {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
}
#navcell a:hover {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #559CBE;
	text-align: center;
}
