BODY {
	background: #f5ecd8;
}

BODY, TD {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: small;
}

H2 {
	color: #522e16;
	text-align: left;
	font-family: Times New Roman, Times, serif;
	font-size: 13pt;
	font-style: italic;
	padding: 6px;
	margin: 0;
}

H3 {
	color: #522e16;
	border-bottom: 2px solid #bc9b36;
}

H3.teacher {
	color: #522e16;
	padding-top: 3px;
	border-top: 2px solid #bc9b36;
	border-bottom: 0;
	margin-bottom: 0;
}

H4.teacher {
	color: #522e16;
	font-weight: normal;
	font-style: italic;
	margin-top: 0;
	margin-bottom: 0;
}

.MainContent {
	padding-left: 8px;
}

.SiteLinks {
	padding-right: 3px;
	border-right: 2px solid #bc9b36;
}

.NavLink {
	color: #522e16;
	background: #e1dcaa;
	font-weight: bold;
	text-decoration: none;
	padding: 3px;
	display: block;
	margin-bottom: 2px;
}

.NavLink:hover {
	background: #a89d0c;
}

.NavLink:visited {
	color: #84586c;
}

.NavLink:active {
	color: red;
}

#PageHeader {
	font-family: Times New Roman, Times, serif;
	font-size: 18pt;
	vertical-align: middle;
	padding-top: 0px;
	padding-bottom: 8px;
	border-bottom: 2px solid #bc9b36;
	margin-top: 0;
	margin-bottom: 4px;
}

#Slogan {
	/*position: relative;*/
	/*top: 38px;*/
	font-size: 18pt;
	font-style: italic;
	color: #522e16;
	background: #e1dcaa;
	padding: 8px;
}

.schedule {
	border-collapse: collapse;
	border: 1px solid black;
	margin-bottom: 16px;
}

.schedule > tbody > tr > td {
	padding-top: 2px;
	padding-bottom: 2px;
}

th.time {
	font-size: x-small;
	text-transform: uppercase;
	background: #e1dcaa;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	width: 112px;
}

th.title {
	width: 360px;
}

th.teacher {
	width: 132px;
}
