body {
	font-family:arial;
	font-size:12px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #ff0000;
	text-decoration: underline;
}
#content_container
{
	top:10px;
	left:50%;
	margin-left:-400px;
	width:800px;
	border:1px solid black;
	background-color:#ffffff;
	margin-bottom:20px;
	position:absolute;
}
#left_nav
{
	border: 1px;
	font-size:14px;
	font-weight:bold;
	width:180px;
	padding:5px;
	vertical-align:top;
}
#content_right
{
	width:590px;
	border: 1px;
	padding:5px;
	vertical-align:top;
}
#title{
	font-size:30px;
	font-weight:bold;
	white-space:nowrap;
}
#section_title{
	font-size:20px;
	font-weight:bold;
	text-align:center;
	padding:5px;
}
.redAlert {
	font-weight:bold;
	color:red;
}
table.scheduleTable{
	vertical-align:top;
	border: 1px solid black;
	border-collapse:collapse;
 	padding-top:0x;
 	padding-bottom:0px;
 	padding-right:0px;
 	padding-left:0px;
}
table.scheduleTable td{
	vertical-align:top;
	border: 1px solid black;
	border-collapse:collapse;
 	padding:2px;
}
.gray {
	background-color:#cccccc;
}
