body {
	font-family: "Times New Roman", Times, serif;
	background-color: #000033;
	margin: 0px;
	padding: 0px;
	font-size: 85%;
}
#page {
	padding: 30px;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	overflow: hidden;
}
#header {
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 2.5em;
}
#logo {
	margin-top: 10px;
	margin-left: 30px;
}
#navbar {
	display: inline;
	float: left;
	width: 200px;
}
#navbar ul	{
	margin-left: 0px;
	margin-bottom: 2em;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
}
#navbar li	{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#navbar a	{
	color: black;
	text-decoration: none;
}
#navbar a:hover	{
	text-decoration: underline;
	color: #cc0000;
}
#navbar img	{
	left: -30px;
	position: relative;
}
#content {
	padding-left: 30px;
	margin-left: 230px;
	width: 640px;
}
#main	{
	float: left;
	width: 440px;
}
#footer {
}
#footer a	{
	text-decoration: none;
	color: white;
}
#footer a:hover	{
	text-decoration: underline;
}
p	{
	line-height: 1.2em;
	margin: 0;
	margin-bottom: 1em;
}
h1 {
	color: #666699;
	margin-bottom: .5em;
	margin-top: 0em;
	letter-spacing: .1em;
	font-weight: bold;
	font-size: 1.6em;
}
h2 {
	font-weight: bold;
	color: #660000;
	letter-spacing: .1em;
	margin-top: 1.2em;
	margin-bottom: .5em;
	text-transform: uppercase;
	font-size: 1.1em;
}
h2 a	{
	color: #660000;
	text-decoration: none;
}
h2 a:hover	{
	text-decoration: underline;
}
h3 {
	margin-bottom: .2em;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1em;
}
a {
	text-decoration: underline;
	color: black;
}
a:hover {
	color: #cc0000;
}
a img	{
	border: 0;
}
th	{
	color: #990000;
	text-align: left;
}
td	{
	padding-bottom: 1.5em;
	vertical-align: top;
}
.clearFloat	{
	clear: both;
}
li	{
	margin-bottom: 1em;
}
