html {
	background-color: #CCFFCC;
	height: 101%;
}
body {
	padding: 0px;
	margin: 0px;
}
#container {
	margin-right: auto;
	margin-left: auto;
	width: 780px;
}
#header {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.sub_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}
#navigation {
	width: 780px;
}
#nav_table {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	color: #0000FF;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
#nav_table td a {
	text-decoration: none;
}
#nav_table td a:hover {
	color: #008000;
}
#footer_table {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: center;
	border-top-style: solid;
	border-width: 2px;
	border-color: #000000;
	margin-top: 25px;
}
