body {
	background-color: #FFFFFF;
	background-image: url(images/navbg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.footer {
	font-size: x-small;
}

.header {
	float: none;
	margin: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
.nav {
	width: 150px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	left: 0px;
	top: 0px;
	position: absolute;
	font-size: x-small;
}
.nav img {
 	padding-bottom: 5px;
	padding-top: 5px;
}
.nav2 {
	width: 150px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	left: 0px;
	top: 0px;
	position: absolute;
	font-size: x-small;
}
.nav2 img {
 	padding-bottom: 2px;
	padding-top: 2px;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	left: 151px;
	top: 0px;
	position: absolute;
	margin-top: 10px;
	margin-right: 50px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-left: 10px;
}
.content h1 {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-top-color: #0066CC;
	border-right-color: #0066CC;
	border-bottom-color: #0066CC;
	border-left-color: #0066CC;
	font-family: "Arial Black", "Helvetica Black", Arial, Helvetica, sans-serif;
	font-size: large;
	color: #330099;
}
.content H2 {
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
}
.content h3 {
	font-size: medium;
	font-weight: bold;
}
.content p {
	font-size: small;
	text-align: left;
}
.content a {
	color: #0066CC;
}
.content a:hover {
	color: #FFFFFF;
	background-color: #0066CC;
}
.content a:visited {
	color: #999999;
}
.content ol {
    margin: 0px;
}
.content li {
    margin-bottom: 5px;
	font-size: small;
}
.content .scheduletable p {
	font-size: x-small;
}
.scheduletable {
	margin: 0px;
	padding: 0px;
	font-size: small;
}
.scheduletable td {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-bottom-style: solid;
	border-top-color: #0066CC;
	border-right-color: #0066CC;
	border-bottom-color: #0066CC;
	border-left-color: #0066CC;
	border-right-style: none;
	border-left-style: none;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	font-size: x-small;
	padding: 2px;
}

.content .quotedtext {
	margin-left: 20px;
	padding-left: 20px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-left-style: double;
	border-top-color: #0066CC;
	border-right-color: #0066CC;
	border-bottom-color: #0066CC;
	border-left-color: #0066CC;
}hr {
	color: #999999;
	height: 1px;
}
