BODY {
	text-align: center;
}

#body {
	width: 750px;
	margin: auto;
	text-align: left;
	font-family: verdana, ariel, helvetica, sans-serif;
	font-size: 12px;
}

#header {
	margin: auto;
}

#right {
	width: 530px;
	margin-left: 5px;
	float: left;
	background-color: #ffffff;
	border: 3px;
}

#left {
	width: 200px;
	height: 1024px;
	margin-right: 5px;
	float: left;
	background-color: #ffffdf;
	line-height: 1.5;
}

.calendar {
	width: 250px;
	margin: auto;
	float: left;
}

.faculty {
	width: 265px;
	margin-left: 15px;
	float: left;
}

.innerLeft {
	width: 256px;
	margin: auto;
	float: left;
}

.innerRight {
	width: 256px;
	margin-left: 15px;
	float: left;	
}

.innerClear {
	clear: both;
}

.highlight {
	background-color: #ffffdf;
	border: 1px dashed #006;
	margin: 15px;
}

.multipage {
	text-align: center;
}


a:link, a:visited

{
	color: #006;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
	color: #006;
}

td {
	font-family: verdana, ariel, helvetica, sans-serif;
	font-size: 12px;
}
