body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	margin: 0px;
	background-color: #336699;
}

.hdrPage {
	text-align: right;
	background-image: url(images/bgHdr.jpg);
	padding-right: 10px;
	padding-left: 10px;
	background-color: #B4C2D9;
}
.menuBar {
	background-image: url(images/mnuBg.jpg);
}
.homeSplash {
	text-align: center;
	padding-bottom: 50px;
	background-color: #336699;
}

.ftrPage {
	font-size: x-small;
	color: #FFFFFF;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	background-image: url(images/bgFtr.jpg);
	clear: both;
}
.ftrPage a {
	color: #FFFFFF;
}
.ftrPage a:visited {

	color: #FFFFFF;
}
.mainContent {
	border: 10px solid #0F4989;
	background-color: #FFFFFF;
}
.submenuPanel {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #B4C2D9;
	width: 200px;
}

.submenu {
	list-style-position: outside;
	list-style-type: none;
	color: #B4C2D9;
	font-size: x-small;
	font-weight: bold;
	margin-left: 10px;
	text-indent: -10px;
}
.submenu li {
	padding-top: 10px;
}


.submenu a {
	color: #B4C2D9;
}
.submenu a:visited {
	color: #285292;
}
.pageTitle {
	font-size: large;
	font-weight: bold;
	color: #FF6600;
}


.mainContent #contentMenu {
	position: absolute;
	width: 200px;
	float: left;
}
.clearAll {
	clear: both;
}

.mainContent #contentText {
	float: left;
	margin-left: 200px;
}
