body {
	background-color: #FFFFCC; 
	background-image: url(bg-DD0000-175.jpg);
	background-repeat: repeat-y;
	color: black;
	font-family: sans-serif;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-family: serif;
	text-align: left;
}

h3 { font-family: serif; }

a:link { text-decoration: none; color: #DD0000; font-weight: 500;}
a:visited { text-decoration: none; color: #880000;  font-weight: 500;}
a:hover { text-decoration: none; color: #DD0000; background-color: #EFEFCA; font-weight: 500;}

div a.topmenu { text-decoration: none; color: #FFFFCC; }

.notvisible { visibility: hidden; }

.main {
	position: absolute;
	margin: 0px;
	padding: 0px;
	width: 655px;
	left: 0px;
	top: 0px;
}

.toplogo {
	margin: 0px;
	padding-left: 0px;
/*	padding-top: 4px; */
}

img.banner {
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 175px;
	height: 160px;
	position: absolute;
	width: 480px;
	background-color: #DD0000;
}

img.bordered { margin-left:-4px; padding:4px; border:2px solid black; }
img.bgblack { padding: 4px; background-color: black; }
img.bggray { padding: 4px; background-color: #888888; }
img.spaced { padding-bottom:40px; margin:0px; border:none; }

div.banner {
	margin: 0px;
	padding: 0px;
	top: 0px;
	position: absolute;
	height: 160px;
	width: 100%;
	background-color: #DD0000;
}

.menubar {
	margin: 0px;
/*	margin-top: 10px; */
	padding: 0px;
	height: 20px;
	width: 100%;
	border-top: solid 4px #660000;
	top: 160px;
	position: absolute;
}

div.menubar:link {
	text-decoration: none;
}

.menuline {
	position: absolute;
	width: 100%;
	height: 20px;
	border-top: solid 4px #660000;
	left: 0px;
	top: 160px;
}

.menutab {
	margin: 0px;
	padding: 0px;
	border: solid 2px #660000;
	width: 90px;
	height: 20px;
	color: #FFFFCC;
	right: 0px;
	top: -2px;
	position: relative;
	float: right;
	text-align: center;
	background-color: #880000;
	cursor: hand; 
	cursor: pointer;
}

.menutabsel {
	margin: 0px;
	padding: 0px;
	border: solid 2px #660000;
	width: 90px;
	height: 20px;
	color: #990000;
	right: 0px;
	top: -2px;
	position: relative;
	float: right;
	text-align: center;
	background-color: #FFFFCC;
}

.emptytab {
	margin: 0px;
	padding: 0px;
	border: none;
	width: 30px;
	height: 20px;
	float: right;
}

.content {
	margin: 0px;
	padding-left: 16px;
	padding-top: 16px;
	border: none;
	left: 175px;
	top: 180px;
	width: 464px;
	position: absolute;
	text-align: justify;
}

.contentschedule {
	margin: 0px;
	padding-left: 16px;
	padding-top: 16px;
	border: none;
	left: 175px;
	top: 180px;
	width: 464px;
	position: absolute;
	text-align: justify;
	font-family: serif;
}

.contentleft {
	margin: 0px;
	padding-left: 16px;
	padding-top: 16px;
	border: none;
	left: 175px;
	top: 180px;
	width: 294px;
	position: absolute;
	text-align: left;
}

.contentright {
	margin: 0px;
	padding-left: 8px;
	padding-top: 16px;
	border: none;
	left: 490px;
	top: 236px;
	width: 162px;
	position: absolute;
}

.historycontent {
	margin-top: 16px;
	margin-bottom: 16px;
	padding: 4px;
	border: 2px solid black;
	width: 456px;
	text-align: justify;
	font-family: "Courier New", Courier, "Letter Gothic", System;
}

.genericbox {
	margin-top: 16px;
	margin-bottom: 16px;
	margin-right: -4px;
	padding: 4px;
	border: 2px solid black;
	width: 460px;
	text-align: center;
}

.sidelink {
	text-align: left;
	font-weight: bold;
	font-size: smaller;
	color: #660000;
	padding-left: 30px;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 145px;
	cursor: hand; 
	cursor: pointer;
	border-bottom: 2px solid #880000;
}

.sidelinkholder {
	position: absolute;
	top: 184px;
	left: 0px;
	width: 175px;
	border-top: 2px solid #880000;
}
.featured {
	margin: 0px;
	padding: 0px;
	border: 1px solid black;
	width: 200px;
	height: 200px;
	position: absolute;
	left: 9px;
	top: 280px;
}

.footer {
	margin-top: 40px;
	font-size: 9px;
	font-style: italic;
	text-align: center;
	width: 100%;
}

td {
	background-color: #EFEFCA;
}

.historyletter { font-family: "Courier New", Courier, "Letter Gothic", System; }
