body {
	padding: 0px;
	margin: 0px;
}
body, td {
	font-family: Helvetica;
	font-size: 12px;
	line-height: 150%;
}
p {
	margin: 10px 0px;
	padding: 0px;
}
img {
	border: 0px;
}
a {
	color: #3b5998;
}
h1 {
	font-family: Georgia;
	font-size: 24px;
	font-weight: normal;
	margin: 20px 0px;
}
h2 {
	font-family: Georgia;
	font-size: 18px;
	font-weight: normal;
	line-height: 100%;
	margin: 18px 0px;
}
h3 {
	font-family: Georgia;
	font-size: 16px;
	font-weight: normal;
	line-height: 100%;
	margin: 16px 0px;
}
h1 a {
	text-decoration: none;
	color: black;
}
.errorbox {
	border: 1px solid #888888;
	background: #ffeeee;
	padding: 20px;
	margin: 10px 0px;
}
.successbox {
	border: 1px solid #888888;
	background: #eeffee;
	padding: 20px;
	margin: 10px 0px;
}

.heattable th {
	background: #eeeeff;
	font-weight: normal;
}

#top {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -480px;
	width: 960px;
	height: 70px;
	background: #3b5998;
	color: white;
}
#top a {
	color: white;
}
#page {
	position: absolute;
	top: 70px;
	left: 50%;
	margin-left: -480px;
	width: 960px;
	border-top: 1px solid black;
}
#pageleft {
	float: left;
	width: 720px;
	margin-left: 10px;
}
#pageright {
	float: right;
	width: 200px;
	margin-right: 0px;
}
#pageright h3 {
	background: #3b5998;
	color: white;
	text-indent: 10px;
	line-height: 24px;
	font-size: 14px;
	font-family: Helvetica;
	font-weight: normal;
}
#logo {
	float: right;
	font-size: 20px;
	line-height: 30px;
}
#youarehere {
	font-size: 11px;
	line-height: 30px
}
#topmenu {
	font-size: 22px;
	font-family: Georgia;
}
#topmenu a {
	text-decoration: none;
	border-bottom: 1px solid white;
}
