/* CSS Document */

body {
	background-color: #000000;
/*	background-image: url(images/background.jpg); */
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
body,td,th {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: 450;
}
.maincontent {
	width:800px !important;
	overflow: hidden;
}
.content {
	background-color: #000000;
	color: white;
	margin: 1.5em 0;
	-moz-opacity: 0.80; 
	opacity: 0.80;
	filter: alpha(opacity=80);
 	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);	
	font-family: Arial, Helvetica, sans-serif;
}
.content h1, h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-weight: lighter;
	font-size: 24px;
}

.content h2, h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFF00;
	font-weight: lighter;
	font-size: 18px;
	font-variant: normal;
	text-transform: none;
	margin-top: 20px;
	margin-bottom: 0px;
	padding: 2px;
	border-bottom: #666600 0px dotted;
}
.content h3, h3 {
	font-size: 14px;
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
}
.content h4, h4 {
	font-size: 13px;
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
}
.content p, .content li, .content td {
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

.content a {
	color:#ff20a0;
}

.mainnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	border: 1px solid #990000;
	text-align: center;
	font-weight: 400;
	cursor:hand;
}
.mainnav a {
	color: #FFFFFF;
	font-weight: 400;
	text-decoration: none;
}
.mainnav a:hover {
	color: #FFFFFF;
	font-weight: 400;
	text-decoration: underline;
}

#timetable td {
	border: 1px dotted white;
}
.bordered {
	border: 1px solid #FFFF00;
	margin: 4px;
	padding: 4px;
}

.timetable_day {color: #000000; font-weight: bold; }

.red_text_hightlight {
	color: #FF8080;
	font-weight: bold;
}

/* table of contents stuff */
#toc {
	background-color:#000000;
	text-align:center;
	float: right;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #663333;
	border-right-color: #600000;
	border-bottom-color: #600000;
	border-left-color: #663333;
}
#toc div {
	text-align:left;
	padding: 8px;
}
#contentcenter {
	-moz-opacity: 1; 
	opacity: 1;
	z-index: 2;
	filter: alpha(opacity=100);
 	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);	
}
