@media print {

	body {
		color: black;
		background: white;
	}

	ul.navigation {
		display: none; /* Hide when printing */
	}

}



@media screen {

	body {
		color: white;
		background: black;
		margin: 0 auto 1.5em;
		padding: 0;
		width: 42em;
	}

	a:link {
		color: #ffd;
	}
	a:visited {
		color: #bbb;
	}

}



body {
	font: 100%/1.6 Verdana, sans-serif;
}

a:link, a:visited {
	background: transparent;
	text-decoration: underline;
}


a img {
	border: none;
}

div.image {
	margin: 1.5em 0 1.5em;
	text-align: center;
}
div.image img {
	margin: 0 2px;
}
div.image p {
	margin: 0;
}

h1 {
	text-align: center;
}

table.schedule th {
	text-align: center;
}
table.schedule td {
	padding: .1em 0;
	text-align: center;
}
table.schedule th.grades, table.schedule td.grades {
	padding: .1em .75em;
}

ul.navigation {
	margin: 0 0 1.5em;
	font: 1em Arial, sans-serif;
	color: #A1A1A1;
	border: solid #a1a1a1;
	border-width: 0 0 1px 0;
	padding: 9px 0px 6px 0px;
	line-height: 30px;
	text-align: center;
}
ul.navigation.section { /* sub-section menu; classes specified in this order to keep IE6 from getting confused */
	margin: -1.5em 4em 1.5em;
	border-style: solid dotted;
	border-width: 0 1px 1px;
	line-height: 1.5;
}
ul.navigation li {
	list-style-type: none;
	display: inline;
	padding: 0px 10px 0px 10px;
}
ul.navigation li a {
	text-decoration: none;
	color: #A1A1A1;
}
ul.navigation li a:hover {
	text-decoration: underline;
	color: #e6e6e6;
}
ul.navigation li.current a, ul.navigation li.current a:hover { /* also over-riding general hover rules */
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

div.site {
	margin: 0;
	padding: 0;
	text-align: center;
}
.name {
	margin: 0;
	padding: 0;
	font: bold 2.8em Verdana, sans-serif;
}
div.site div.subHead {
	font: 1.25em/1.5 'Verdana', sans-serif;
}

