body {
	background-image: url('new_sidebar.gif');
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
	height: auto;
	height: 100%;
	min-height: 100%;
	font-family: tahoma;
}
body a:hover {
	color: #142877;
}
body a {
	color: black;
}
#container {
	overflow: hidden;
	margin: 0;
	padding: 0;
	/*
	height: auto;
	height: 100%;
	min-height: 100%;
	*/
	height: 400pt;
	padding-left: 250px;
}
td {
	vertical-align: top;
}
.rightborder {
	border-right: 1px solid black;
}
.centered {
	text-align: center;
	font-size: 11pt;
}
.inverse {
	background-color: black;
	color: white;
	text-align: center;
	font-weight: bold;
}
p {
	font-size: 10pt;
	padding-right: 10pt;
}
b {
	color: #142877;
}
big {
	font-size: 11pt;
}
#about {
	font-size: 12pt;
	position: relative;
	top: 100px;
}
#timetable {
	position: relative;
	top: 250px;
}
#video {
	width: 100%;
	text-align: center;
	position: relative;
	top: 450px;
	padding-bottom: 100px;
}
#about-link {
	text-decoration: underline;
	cursor: pointer;
}
#about-link:hover {
	text-decoration: none;
}
#timetable-link {
	text-decoration: underline;
	cursor: pointer;	
}
#timetable-link:hover {
	text-decoration: none;
}
#video-link {
	text-decoration: underline;
	cursor: pointer;	
}
#video-link:hover {
	text-decoration: none;
}