body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #00182d;
	margin: 5px 0px 25px 0px;
}
a:link {
	color: #00718f;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #FF0000;
}
a img {
	border: none;
}
h1 {
	font-size: 24px;
}
#pageContainer {
	width: 810px;
	margin: 0px auto;
}
#pageFooter {
	margin: 15px;
}
.pageFooterText {
	color: #305975;
	font-size: 11px;
	text-align: center;
}
.pageFooterText a:link {
	text-decoration: none;
	color: #305975;
}
.pageFooterText a:visited {
	text-decoration: none;
	color: #305975;
}
.pageFooterText a:hover {
	text-decoration: underline;
	color: #1292ad;
}
#contentHeader {
	margin: 0px;
}
#contentMenuBar {
	margin: 0px;
	height: 35px;
	background-image: url(images/menu_bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
#contentMenuBarShadow {
	margin: 0px;
	height: 5px;
}
#contentBody {
	margin: 0px;
	background-image: url(images/content_bg.gif);
	background-repeat: repeat-y;
	background-position: top left;
}
#contentFooter {
	margin: 0px;
	background-image: url(images/footer_bg.gif);
	height: 50px;
}
.contentFooterText {
	line-height: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff0cc;
	text-align: right;
	padding: 0px 15px;
}
.contentFooterText a:link {
	color: #fff0cc;
	text-decoration: none;
}
.contentFooterText a:visited {
	color: #fff0cc;
	text-decoration: none;
}
.contentFooterText a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#contentLeft {
	width: 200px;
	margin-left: 5px;
	float: left;
}
.menuLeft {
	padding: 10px 15px;
}
#contentRight {
	width: 595px;
	margin-left: 200px;
}
.contentText {
	padding: 1px 15px 10px 15px;
	font-size: 12px;
	line-height: 20px;
}
.menuLeft .menuTitle {
	font-size: 12px;
	font-weight: bold;
	color: #ffc942;
}
.menuLeft ul {
	margin: 0px;
	padding: 0px;
}
.menuLeft li {
	list-style-type: none;
	margin: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.menuLeft li a {
	color: #000000;
	text-decoration: none;
}
.menuLeft li a:visited {
	color: #000000;
	text-decoration: none;
}
.menuLeft li a:link.selected {
	color: #fff0cc;
	text-decoration: none;
}
.menuLeft li a:visited.selected {
	color: #fff0cc;
	text-decoration: none;
}
.menuLeft li a:hover {
	color: #ffc942;
	text-decoration: underline;
}
.sectionHeader {
	font-size: 15px;
	font-weight: bold;
	padding: 0px;
}
.sectionHeaderHighlight {
	font-size: 15px;
	font-weight: bold;
	color: #990000;
	padding: 0px;
}
.textRed {
	color: #B70006;
}
.textGreen {
	color: #00718f;
}
.textBlue {
	color: #0E0089;
}
.textBrown {
 color: #894000;
}
