/* CSS Document */

body {
	background-color: #999999;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #003B88;
	margin-top: 0px;
}

.pageContainer {
	background-color: #BE9D5C;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
}

.pageFrame {
	background-color: #990000;
	width: 820px;
	margin-left: 15px;
	margin-right: 15px;
}
.mainNavigation {
	height: 20px;
	width: 800px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 7px;
}
.mainNavigation .menuOption a {
	font-family: Helvetica;
	font-size: 12px;
	color: #7886BB;
	text-decoration: none;
	float: left;
	width: 20%;
	padding: 0px;
	margin: 0px;
}
.mainNavigation .menuOption a:hover {
	font-family: Helvetica;
	font-size: 12px;
	color: #990000;
	text-decoration: none;
	float: left;
	width: 20%;
}

.pageContent {
	background-color: #FFFFFF;
	width: 800px;
	margin-left: 10px;
	margin-right: 10px;
}

.pageHeader {
	width: 800px;
	height: 125px;
	background-image: url(images/hdr_bk.jpg);
}
.pageImage {
	border-top-width: 3px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #BE9D5C;
	border-bottom-color: #BE9D5C;
}
.pageBody {
	font-family: Arial;
	font-size: 12px;
	padding: 15px;
	clear: both;
}
.pageBody .mainContent {
	width: 580px;
	left: 0px;
	top: 0px;
}
.headTable {
	border-bottom-width: 100%;
	border-bottom-style: double;
	border-bottom-color: #BE9D5C;
}
.headTable .leftPanel{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BE9D5C;
}
h1 {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
}
h2 {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}
.sidePanel {
	background-image: url(../img/panel_bkgnd.jpg);
	background-repeat: repeat-y;
}
.sidePanel th {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.redItalic {
	font-family: Arial;
	font-size: 12px;
	font-style: italic;
	color: #990000;
}
.latestNews {
	font-family: Arial;
	color: #BE9D5C;
}
a {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #003B88;
	text-decoration: none;
}
.smallText {
	font-family: Arial;
	font-size: 10px;
	color: #000000;
}