body {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	}
	
.container {
	width: 770px;
	border: 1px solid #C5AD3F;
	}

.header {
	position: relative;
	width: 100%;
	height: 123px;
	background-image: url(images/header.jpg);
	}

.navigation {
	position: relative;
	width: 100%;
	height: 26px;
	text-align: center;
	background-color: #25224F;
	padding-top: 2px;
	border-top-width: 1px; 
	border-top-style: solid;
	border-top-color: #C5AD3F;
	}
.navigation a {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 4px;
	padding-top: 2px;
	font-weight: bold;
	}
.navigation a:hover {
	background-color: #C5AD3F;
	text-decoration: underline;
}
.navigation_desc {
	position: relative;
	width: 100%;
	height: 20px;	
	background-color: #C5AD3F;
	font-size: 10pt;
	color: #FFFFFF;
	text-align: center;
	}

.main {
	position: relative;
	width: 100%;
	background-image: url(images/building_watermark.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #FEFEFE;
	}
.main a {
	color: #24234F;
	text-decoration: none;
	font-weight: bold;
	}
.main a:hover {
	color: #c53f57;
	text-decoration: none;
	}
	
.bottom {
	position: relative;
	width: 100%;
	text-align: center;
	font-size: 12px;
	background-color: #E6E6E6;
	font-style: normal;
	color: #333333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C5AD3F;
	padding-top: 8px;
	padding-bottom: 8px;
	}
.bottom a {
	color: #25224F;
	font-weight: bold;
	}

.credits {
	position: relative;
	padding-left: 575px;
	padding-top: 7px;
	color: #25224F;
	font-weight: bold;
	font-size: 12px;
	}
.credits a {
	color: #25224F;
	text-decoration: none;
	}
.credits a:hover {
	text-decoration: underline;
	}
	
h1 {
	padding-left: 10px;
	}
h2 {
	padding-left: 10px;
	margin-top: 0px;
	padding-top: 0px;
	}
h3 {
	padding-left: 10px;
	}
h4 {
	font-weight: bold;
	}
p {
	padding-left: 15px;
	font-style: italic;
	}
li {
	font-style: italic;
	}

.bold {
	font-weight: bold;
	}
.italic {
	font-style: italic;
	}
.bold_and_italic {
	font-style: italic;
	font-weight: bold;
	}
	
.faq_question {
	color: #3f57c5;
	font-weight: bold;
	font-style: italic;
	}
.faq_answer {
	color: #c53f57;
	font-style: italic;
	}
.table_cell_home {
	background-image: url(images/slice.jpg);
	background-repeat: repeat-x;
	padding-left: 5px;
	padding-top: 5px;
	border: 1px solid #DBCA9F;
	background-color: #FAF9F4;
	font-size: 12px;
	font-style: normal;
	}
.table_cell_home a {
	text-decoration: none;
	color: #24234F;
	}
.table_cell_home a:hover {
	color: #c53f57;
	}

.mission_statement_table_cell {
	border: 1px solid #DBCA9F;
	}
	
.spacer {
	margin-right: 15px;
	margin-left: 15px;
	color: #E6E6E6;
	}
	
.important_dates_title {
	color: #c53f57;
	}
.home_page_contact_details {
	font-size: 9pt;
	}
