body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13;
	scrollbar-face-color: #white;
	scrollbar-arrow-color: #999966;
	scrollbar-track-color: #EEEEEE;
	scrollbar-shadow-color: '';
	scrollbar-highlight-color: '';
	scrollbar-3dlight-color: '';
	scrollbar-darkshadow-color: #black;
	background-color: #AE8560;
	
	/* here's how we center everything in the page*/
	width: 700px;
	display: block;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
a {
	text-align: left;
	color: #993300;
	text-decoration: none;
}
a:hover {
	color: #DD8855;
}
#Navigator {
	position: absolute;
	margin-left: 556px;
	margin-top: 5px;
}
a.SubTitle {
	color: #000000;
	text-decoration: none;
}
a.SubTitle:hover {
	color: #333333;
	text-decoration: none;
}
a.Latest {
	color: #000000;
	text-decoration: none;
}
a.Latest:hover {
	color: #333333;
        text-decoration: none;
}
#Title {
	font-family: courier, Verdana, Arial, Helvetica, sans-serif;
	background-color: #AE8500;
	border-style: ridge;
	border-width: 2px;
	position: absolute;
	width: 545px;
	margin-top: 5px;
	margin-top: 10px;
	font-size: 60;
	letter-spacing: 20px;
	padding-left: 5px;
}
#SubTitle {
	position: absolute;
	margin-left: 183px;
	margin-top: 82px;
	font-size: 11;
	font-weight: bold;
	letter-spacing: 12px;
	background-color: #AE5000;
	padding-left: 8px;
}

#BodyInfo {
	position: absolute;
	margin-top: 145px;
	background-color: #FEFEBB;
	border-style: groove;
	border-width: 1px;
	width: 700px;
	height: 450px;
	overflow: auto;
	text-align: justify;
	padding: 5px;
}
#Footer {
	position: absolute;
	color: #AE5000;
	width: 700px;
	margin-top: 607px;
	font-size: 9;
	text-align: center;
}
#IndexFooter {
	position: absolute;
	color: #AE5000;
	width: 700px;
	margin-top: 5px;
	font-size: 9;
	text-align: center;
}
#Latest {
	position: absolute;
	background-color: #AD7500;
	border-style: groove;
        border-width: 1px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 110px;
	margin-left: 20px;
	font-size: 12px;
}
