﻿#header {
	margin-right: auto;
	margin-left: auto;
	width: 1024px;
	height: 200px;
	text-align: center;
	vertical-align: top;
}
#top_nav {
	width: 1024px;
	height: 50px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	vertical-align: middle;
}
#container {
	margin-right: auto;
	margin-left: auto;
	width: 1024px;
	height: 1200px;
}
#left_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000080;
	float: left;
	width: 200px;
	background-color: #E4C318;
}
#content {
	font-family: "Bookman Old Style";
	font-size: medium;
	width: 815px;
	float: right;
	table-layout: fixed;
	border-collapse: collapse;
}
#bottom_spacer {
	margin-right: auto;
	margin-left: auto;
	width: 1024px;
}
#footer {
	font-family: "Times New Roman";
	font-size: small;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 1024px;
	height: 75px;
	color: #FF0000;
}
.table_cells {
	font-family: "Book Antiqua";
	font-size: medium;
	color: #0033CC;
	text-align: center;
}
.cell_header {
	font-family: "Book Antiqua";
	font-size: x-large;
	font-weight: bold;
	color: #000080;
	text-align: center;
	vertical-align: middle;
}
.image_left {
	float: left;
}
.image_right {
	float: right;
}
.cellProperties {
	width: 25%;
}
.imageCenter {
	text-align: center;
}
.hyperlink {
	color: #0000FF;
	font-family: "Arial Rounded MT Bold";
	font-size: medium;
	text-decoration: underline;
}
.highlight {
	color: #FF0000;
	font-family: "Arial Rounded MT Bold";
	font-size: medium;
}
.Hline {
	color: #E4C318;
}
