body {
	background: white;
	margin: 0;
	padding: 0;
}
#top {
	position: absolute;
	top: 25px;
	left: 200px;
	margin: 0;
	padding: 25px 10px 25px 10px;
	height: 108px;
	width: 485px;
	text-align: center;
	background: #FFE4B5;
} 
#top-right {
	position: absolute;
	right: 10px;
	top: 10px;
	margin: 10px;
	padding: 0;
	width: 200px;
	height: 200px;
}
#top-left {
	position: absolute;
	left: 10px;
	top: 10px;
	margin: 1px 0 0 0;
	padding: 0;
	width: 228px;
	height: 200px;
}
#left {
	position: absolute;
	background: Aqua;
	left: 10px;
	top: 220px;
	width: 200px;
}
#center {
	position: absolute;
	top: 220px;
	left: 0px;
	right: 500px;
	margin-top: 0;
	margin-left: 220px;
	margin-right: 220px;
	padding-left: 20px;
	padding-right: 20px;
}
#right {
	position: absolute;
	background: Red;
	right: 10px;
	top: 220px;
	width: 200px;
	padding-left: 20px;
	padding-right: 20px;
}

p {
	text-indent: 2em;
}
h1 {
	text-align: center;
	color: Red;
	font-family: Expose, "Eras Bold ITC", Georgia, serif;
	font-size: 36pt;
	font-style: normal;
}
h2 {
	text-align: center;
	color: Red;
	font-family: Expose, "Eras Bold ITC", Georgia, serif;
	font-size: 24pt;
	font-style: normal;
}
h3 {
	text-align: center;
	color: black;
	font-family: Expose, "Eras Bold ITC", Georgia, serif;
	font-size: 20pt;
	font-style: normal;
}
table.main {
	border: 0;
}
td.main {
	padding: 4px 6px;
	border: 0;
}
td.right {
	padding: 0px 4px 0 4px;
}
table.schedule {
	border: 0px Black;
	width: 100%;
}
tr.even {
	background-color: #AEFFAF;
	border: 0;
}
tr.odd {
	background-color: #FFFFAA;
	border: 0;
}
tr.header {
	background-color: #D8B2FF;
	text-align: center;
	border: 0;
}
td {
	border: 0;
}
ul#mainnav {
	list-style: none;
	margin: 6px 0 0 6px;
	padding: 0 6px 0 0;
	}
ul#mainnav li {
	border-top: 1px solid white;
}
ul#mainnav li a:link, ul#mainnav li a:visited {
   display: block;
	text-decoration: none;
	width: 88%;
	padding: 6px 6%;
	background-color: Red;
	font: bold 10pt/1.5 arial, sans-serif;
	color: White;
}
ul#mainnav li a:hover {
	background-color: Silver;
	color: Black;
}
