html {
	font-size: 125%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 50%;
	background-color: #FFFFE0;
}
.header {
	width: 100%;
}
.header_text {
	font-family: "Copperplate Gothic Bold", "Arial Black", "Helvetica Black", sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	color: #408080;
	text-align: right;
	vertical-align: bottom;
}
.header_subtext {
	font-family: "Copperplate Gothic Bold", "Arial Black", "Helvetica Black", sans-serif;
	font-size: 1.0em;
	font-weight: normal;
	color: #408080;
	text-align: right;
	vertical-align: middle;
}
.header_rule {
	height: 3px;
	background-color: #408080;
}
.header_vspace {
	height: 4px;
}
.nav_content {
	width: 100%;
}
.nav_bar {
	background-color: #E5E5E5;
	width: 200px;
}
.nav_header {
	font-family: "Copperplate Gothic Bold", "Arial Black", "Helvetica Black", sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #408080;
	text-align: left;
}
.nav_item {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #408080;
	text-align: left;
}
.nav_link {
	text-decoration: none;
}
.nav_link:active, .nav_link:link, .nav_link:visited {
	color: #408080;
}
.nav_link:hover {
	color: #000000;
}
.gutter {
	width: 10px;
}
.content_title_large {
	font-family: "Copperplate Gothic Bold", "Arial Black", "Helvetica Black", sans-serif;
	font-size: 2.4em;
	font-weight: normal;
	color: #000000;
	text-align: center;
}
.content_title_emph {
	font-family: "Copperplate Gothic Bold", "Arial Black", "Helvetica Black", sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	color: #000000;
	text-align: center;
}
.content_title_light {
	font-family: "Copperplate Gothic Light", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #000000;
	text-align: center;
}
.content_image {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.content_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #000000;
	text-align: left;
}
.content_text_center {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #000000;
	text-align: center;
}
.content_cancelled {
	text-decoration: line-through;
}
.content_link {
	text-decoration: none;
	font-weight: bold;
}
.content_link:active, .content_link:link, .content_link:visited {
	color: #408080;
}
.content_link:hover {
	color: #000000;
}
.footer {
	width: 100%;
}
.footer_vspace {
	height: 4px;
}
.footer_rule {
	height: 3px;
	background-color: #408080;
}
.footer_copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color: #408080;
	text-align: left;
}
.footer_url {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color: #408080;
	text-align: right;
}

