/* body and main content areas */
html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	background-image: url(images/waterbkgnd.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
a:link, a:visited {
	font-weight: bold;
	color: #CC0000;
}
a:hover, a:active {
	font-weight: bold;
	color: #003399;
}
#pageWrapper {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -96px;
}
#mainContainer {
	margin: 20px 10px 0px 190px;
	height: auto;
	width: auto;
	left: 0px;
	top: 0px;
	position: relative;
}

/* header area */
#headerContainer {
	left: 0px;
	top: 0px;
	height: 120px;
	background-image: url(images/hdrbkgnd.jpg);
	background-repeat: no-repeat;
	position: static;
	width: auto;
}

/* side menu */
#menuWrapper {
	text-align: left;
	width: 180px;
	position: absolute;
	left: 0px;
	top: 120px;
	background-image: url(images/menubkgnd.jpg);
	background-repeat: no-repeat;
	padding-bottom: 8px;
}
#menuContainer {
	width: 160px;
	position: relative;
	left: 0px;
	height: 286px;
	margin-top: 25px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.mainMenuButton {
	width: 155px;
	border-bottom: 6px double #004891;
	border-left: 6px double #004891;
	margin-bottom: 2px;
}
.mainMenuButton a, .mainMenuButton a:visited {
	width: 150px;
	height: 19px;
	font-weight: bold;
	color: #FFFF66;
	font-size: 17px;
	padding: 5px 0px 0px 5px;
	text-decoration: none;
	display: block;
}
.mainMenuButton a:hover, .mainMenuButton a:active {
	color: #000000;
	background-color: #0182E5;
}

/* submenu (menu above page title) */
#submenuContainer {
	text-align: center;
	width: 520px;
	padding-top: 5px;
	padding-bottom: 10px;
	margin: auto;
}
.submenu {
	text-align: center;
	width: auto;
}
.submenu2 {
	text-align: center;
	width: auto;
	margin-top: 8px;
}
.linkBox {
	border-left: 6px double #004891;
	border-right: 6px double #004891;
	border-bottom: 6px double #004891;
}
.submenuLink a, .submenuLink a:visited {
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	padding: 0px 4px 0px 4px;
}
.submenuLink a:hover, .submenuLink a:active {
	background-color: #0182E5;
	color: #000000;
}

/* content below side menu */
#sideBox {
	width: 160px;
	position: relative;
	left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	border: 1px solid #000;
	padding: 4px;
}

/* footer */
#footerContainer {
	width: auto;
	height: 91px;
	margin-left: 190px;
}
.push {
	height: 91px;
}

/* fonts */
.title {
	font-size: 24px;
	font-weight: bold;
	color: #0055AA;
}
.footer {
	font-size: 11px;
	text-align: center;
	padding-top: 10px;
}
.redText {
	color: #CC0000;
}
.blueText {
	color: #0055AA;
}

.subtitle {
	font-size: 18px;
	font-weight: bold;
	color: #CC0000;
}
.subtitle2 {
	font-size: 18px;
	font-weight: bold;
	color: #CC0000;
	margin-bottom: 7px;
}
.footerMenu {
	font-size: 12px;
}
.text-14px {
	font-size: 14px;
}
.smallTitle {
	line-height: 17px;
	font-weight: bold;
	color: #CC0000;
}
.blueSubtitle {
	color: #0055AA;
	font-size: 18px;
	font-weight: bold;
}

/* miscellaneous */
.leftAlign {
	float: left;
}
