body {
	background-color: #D7D7D7;
	margin: 0px;
}
#nav {
	border-top: 5px solid #CC0000;
	padding-top: 3px;
}
#nav ul {
	border-top: 1px solid #CC0000;
	border-bottom: 1px solid #CC0000;
	margin-left: 0px;
	padding: 3px;
	text-align: center;
	margin-top: 0px;
}
#nav li {
	display: inline;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
}
#nav a {
	font-family: Arial, Helvetica, sans-serif;
	color: #061B50;
	font-size: 1em;
	text-decoration: none;
	font-weight: bold;
}
#nav a:hover {
	color: #CC0000;
}
#content {
	margin-left: 10px;
}
.bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: bold;
	color: #061B50;
	border-top: 1px solid #CC0000;
	padding-top: 3px;
	text-align: center;
}
.bottom a {
	color: #061B50;
}
.bottom a:hover {
	color: #CC0000;
	text-decoration: none;
}
.thumbs a {
	font-family: Arial, Helvetica, sans-serif;
	color: #061B50;
	font-size: .8em;
	text-decoration: none;
	font-weight: bold;	
}
.thumbs a:hover {
	color: #CC0000;
}
h1 {
	color: #061B50;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
	margin-bottom: 0px;
}
h2 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	margin-bottom: 0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: .8em;
}
p.instruct {
	margin-top: 0px;
}