body, td {
	background-color: #D5D5AE;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}

td {
	background-color: #C1C186;
}

h1 {
	color: #336;
	font-family: trebuchet, arial, helvetica, sans-serif;
	font-size: 1.6em;
	letter-spacing: normal;
}

h2 {
	color: darkblue;
	font-size: 1.5em;
}
h3 {
	color: darkblue;
	font-size: 1.2em;
	font-style: italic;
	margin-bottom: 1em;
}
h3.back2top {
	margin-bottom: .1em;
}

h4 {
	color: darkblue;
	font-size: 1em;
	margin-bottom: 1.1em;
}

h5 {
	color: black;
	font-size: 1em;
	margin-bottom: 1em;
	font-style: italic;
}

#pageMenu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;
}

#navcontainer
{
	width: 740px;
}
	
#navcontainer ul
{
	width: 100%;
	padding: 0;
	margin: 0;
	background-color: #336;
	float: left;
	font-family: trebuchet, arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
}

#navcontainer ul li { 
	display: inline; 
	float: left;
	padding: 0.5em 0.8em;
	background-color: #336;
	color: yellow;
	text-decoration: none;
}

#navcontainer ul li a
{
	color: lightgrey;
	text-decoration: none;
}

#navcontainer ul li a:hover
{
	color: yellow;
	background-color: grey;
}

p.byline {
	margin-top: -10px;
	margin-left: 20px;
}

.hidden {
	display:none;
	visibility:hidden;
}

.inverted {
	background-color: #336;
	color: lightgrey;
}

.centre {
	text-align: center;
}

table.schedule {
	width: 95%;
	vertical-align: top;
	border: 3px solid black;
}
table.schedule caption {
	caption-side: top;
	text-align: left;
	font-size: .8em;
	font-weight: bold;
}
table.schedule tr th {
	font-size: .8em;
	color: white;
	background-color: #336;
}
li {
	padding-bottom: 1em;
}

#whatsnew p {
	margin-top: -10px;
	margin-left: 5px;
}

