body {
	background-color: #085aa5;
	margin: 0;
}
h1 {
	font-family: Arial,Helvetica,sans-serif;
	text-align: left;
	color: #085aa5; 
	font-size: 24px;
}
h2 {
	font-family: Arial,Helvetica,sans-serif;
	text-align: left;
	color: #000000; 
	font-size: 18px;
}

div.top {
	text-align: center;
}

.top-label {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	color: #000000;
	background-color: #f9d616;
	height: 20px;
}

.content {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;
}

.schedule {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;
}
.new {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;
	color: #cc0000;
}
.pricing {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;
	color: #000000;
}

.header {
	font-family: Arial,Helvetica,sans-serif;
	margin-top: 5px;
	margin-bottom: 0px;
}
.header-title {
	font-size: 18px;
	color: #085aa5;
	font-weight: bold;
	font-style: normal; 
	padding: 7px;
	text-align: center;
}
.header-byline1 {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	font-style: normal; 
	padding: 1px;
	text-align: center;
}
.header-byline2 {
	font-size: 12px;
	color: #085aa5;
	font-weight: bold;
	font-style: italic; 
	padding: 1px;
	text-align: center;
}
.header-address {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	font-style: normal; 
	padding: 1px;
	text-align: center;
}
.header-contact {
	font-size: 14px;
	color: #085aa5;
	font-weight: bold;
	font-style: normal; 
	padding: 7px;
	text-align: center;
}

.form {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;
	background-color: #dddddd;
	border: 2px ridge #232B32;
}

.formlabel {
	padding-left: 15px;
	padding-right: 15px;
}

.formfield {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;
}

.nav {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	background-color: #8ec6fa;
	border-top: 0px solid #232b32;
	border-left: 1px solid #232b32;
	border-bottom: 1px solid #232b32;
	border-right: 1px solid #232b32;
	width: 150px;
	margin-top: 0px;
}

.note {
	font-weight: bold;
	color: #085aa5;
}

a.nav-link:link {
	color: #0000cc;
	font-weight: normal;
	text-decoration: none;
}
a.nav-link:active {
	color: #0000cc;
	font-weight: normal;
	text-decoration: none;
}
a.nav-link:visited {
	color: #0000cc;
	font-weight: normal;
	text-decoration: none;
}
a.nav-link:hover {
	color: #cc3333;
	font-weight: normal;
	text-decoration: underline;
}

.nav-current {
	color: #cc3333;
	font-weight: normal;
	text-decoration: none;
}
