body {
	margin: 0;
	padding: 0;
	background-color: white;
	font-family: sans-serif;
	color: black;
	text-align: center;
}

#top {
	background: url(top.png);
	width: 860px;
	height: 192px;
	margin: 0 auto;
}

#navbar {
	background: url(navbar.png);
	width: 860px;
	height: 31px;
	line-height: 31px;
	margin: 0 auto;
	color: white;
	font-size: 10pt;
}

#navbar a {
	text-decoration: none;
	color: white;
}

#navbar a:hover {
	text-decoration: underline;
}

#spacer {
	background: url(contents-bg.png);
	width: 860px;
	height: 30px;
	margin: 0 auto;
}

#frame {
	background: url(contents-bg.png);
	width: 860px;
	margin: 0 auto;
	text-align: justify;
}

#contents {
	margin-left: 60px;
	margin-right: 60px;
}

#bottom {
	background: url(bottom.png);
	width: 860px;
	height: 31px;
	margin: 0 auto;
}

#sidebar {
	float: right;
	width: 35%;
	background: #2C53A1 url(sidebar.png) repeat-x;
	margin-left: 30px;
	margin-bottom: 20px;
	padding: 10px;
	color: white;
	text-align: left;
	font-size: 10pt;
	border: solid 1px black;
}

#sidebar a {
	text-decoration: none;
	color: white;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebartitle {
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom: solid 1px white;
}

#contents a {
	text-decoration: none
}

#contents a:hover {
	text-decoration: underline;
}

#contentstitle {
	font-size: 14pt;
	font-weight: bold;
	margin-bottom: 10pt;
	text-align: left;
}

#contentsspacer {
	padding-bottom: 30px;
}

#contentsdate {
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 8px;
	text-decoration: underline;
}

#schedule td {
	vertical-align: top;
	padding: 5px;
}

input {
	color: black;
	background-color: #DFDFDF;
}

textarea {
	color: black;
	background-color: #DFDFDF;
}

