*, html, body, table, div{
	margin: 0px;
	padding: 0px;
}
html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #990000;
	background-color: #FFFFCC;
}
body{
	text-align: center;
}
table, img {
	border: 0;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC0033;
	text-decoration: none;
}
a:visited {
	font-size: 14px;
	color: #990099;
	text-decoration: none;
}
a:hover {
	color: #CC3300;
	text-decoration: underline;
}
.bigText {
	font-size: 22px;
}
.blackText {
	color: #000000;
}
.header {
	font-size: 24px;
}
.hintRight {
	float: right;
	font-size: 12px;
	width: 60%;
	margin-top: 25px;
	margin-bottom: 5px;
}
.hintLeft {
	float: left;
	font-size: 12px;
	width: 40%;
	margin-top: 15px;
}
.spacer {
	width: 100%;
	height: 2px;
	background-color: #990000;
}
.liteHeader {
	font-size: 24px;
	color: #FFFFCC;
}
.liteBigText {
	font-size: 22px;
	color: #FFFFCC;
}
.section {
	font-size: 36px;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	vertical-align: middle;
}
.table {
	text-align: center;
	vertical-align: middle;
	border: 0px none;
	margin: 0px;
	padding: 0px;
	background-color: #FFCC66;
}
.textbox {
	background-color: #FFFFCC;
	background-position: top;
	text-align: center;
	vertical-align: middle;
	border: 2px solid #990000;
}
.announcement {
	background-color: #FFFFCC;
	padding: 5px;
	margin-bottom: 20px;
	border: 2px solid #990000;
}
#window {
	margin: 0px auto 25px auto;
	width: 700px;
}
#banner {
	clear: both;
}
#navbar {
	float: left;
	width: 100px;
	margin: 35px 10px 15px 20px;
	margin-bottom: 15px;
	padding: 0px;
}
#content {
	float: right;
	width: 550px;
	margin-top: 5px;
	margin-bottom: 15px;
	padding: 0;
	background-color: #FFCC66;
	clear: right;
	border-top: 5px solid #990000;
	border-left: 5px solid #990000;
}
#content p {
	margin: 5px;
	padding: 0;
}
#break {
	clear: both;
	width: 100%;
	background-color: #FFCC66;
	margin-bottom: 5px;
	border-top: 5px solid #990000;
}
#footer {
	clear: both;
	margin-top: 15px;
	border-top: 2px solid #990000;
}