body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #000066;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

a {
	color: #000066;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
	color: #0000CC;
}

#banner {
	padding: 10px;
}

#banner a {
	text-decoration: none;
	color: #000000;
}

#navigation {
	text-align: center;
	color: #999999;
	text-style: uppercase;
	background-color: #6f6fc3;
	margin: 0px;
}

#navigation h2 {
	font-size: 1.25em;
}

#navigation a {
	color: #000066;
}

#navigation a:hover {
	color: #ffffff;
	text-decoration:none;
}

#container {
	margin-left: 10px;
	margin-right: 10px;
	background-color: #ffffff;
}

#content {
	padding: 25px;
}

#content h2 {
	font-size: 2em;
	border-bottom: 1px solid #999999;
}

h1 {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 3em;
	font-weight: bold;
}

h2 {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.update {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: .75em; color: #cccccc; text-align:right;}
