body
{
	font-family: 	Cambria, Verdana;
	background:		FloralWhite;
}

a:link, a:visited, a:active
{
	text-decoration: 	none;
	border-bottom: 		thin dotted;
}

a:hover
{
	text-decoration:	underline;
/*	font-weight: 		bold;*/
	background: 		PeachPuff;
}

/* Menu floats at top left corner */
.menu
{
	position: 	fixed;
	left:		0;
	top:		0;
	background:	PapayaWhip;
	width: 		200px;
	z-index: 	100;
}

.menu-item
{
	display:	block;
	margin:		10px;
}

.container
{
	width: 			650px;
	margin-left: 	auto;
	margin-right:	auto;
	background:		White;
	border-bottom:	thin dashed;
	padding-top:	10px;
	padding-bottom:	20px;
	padding-left:	20px;
	padding-right:	20px;
}

.empty-footer
{
	height:	700px;
}

#header
{
    font-size: 	400%;
	text-align:	center;
}

#sub-header
{
	font-size: 	200%;
	text-align:	center;
}

#instructor-content
{
	width:	100%;
}

.schedule-content, table.schedule-content tr td
{
	border-style: 	solid;
	border-width: 	thin;
	border-color:	LightGrey;
	text-align:		center;
}
