body
{
	font-family: verdana,arial,helvitica,sans-serif;
}

a.header:link, a.header:visited, a.header:active
{
	color: white;
	text-decoration: none;
}

a.header:hover
{
	color: white;
	text-decoration: underline;
}

a.nav:link, a.nav:visited, a.nav:active
{
	font-size:.8em;
	color: black;
	background-color: white;
	text-decoration: none;
}

a.nav:hover
{
	color: white;
	background-color: #4040A0;
	text-decoration: none;
}

td
{
	font-family: verdana,arial,helvitica,sans-serif;
	padding: 0px;
}

td.time
{
	text-align:center;
	width:25%;
	font-weight: bold;
	vertical-align: top;
}

dt
{
	font-weight: bold;
}

dd
{
	padding-bottom: 1em;
}

td.calendarYear
{
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}

td.calendarLeft, td.calendarRight
{
	white-space:nowrap;
}

td.calendarMiddle
{
	width:100%;
}

.curriculum .month
{
	font-size: 1.3em;
	text-align:left;
	vertical-align: top;
}

.curriculum .title
{
	font-size: 1.1em;
	text-align:left;
	vertical-align: top;
	margin-top: 5px;
	margin-left: 10px;
}

.column
{
	padding-left: .5em;
	padding-right: .5em;
}

.curriculum .text
{
	font-size: .8em;
	margin-top: 5px;
	margin-left: 10px;
}

.curriculum
{
	margin-bottom: 2em;
}


td.header
{
	padding: 3px;
	background-color: #4040A0;
	border: 1px solid black;
	text-align:center;
	color: white;
}

span.headerBigText
{
	font-weight: bold;
	font-size: 1.3em;
}

span.headerSmallText
{
	font-size: .8em
}

div.nav
{
	height:100%;
	width: 100%;
	background-color: #d0b040;
	border: 1px solid black;
	font-weight:bold;
	text-align:center;
}

span.navButton
{
	margin-top: 10px;
	width:90%;
	border: 1px solid black;
	padding: 1px; cursor: pointer;
}

div.content
{
	height:100%;
	width: 100%;
	background-color: white;
	border: 1px solid black;
	padding:3px;
}

.contentTitle
{
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 1em;
}

.contentQuote
{
	font-size: .8em;
	margin-bottom: 1em;
	font-style: italic;
}

div.logo
{
	width: 90%;
	background-color: white;
	padding:5px;
	border: 1px solid black;
	margin-top: 5px;
}
