html, body, #wrapper {
	height: 100%;
}
html, body {
	color: #000000;
	margin: 0px;
	padding: 0px;
	font: 15px Arial, Helvetica, sans-serif;
	background: #F3F3F3 url(images/modbkgnd.gif);
	text-align: center;
}
body > #wrapper {
	height: auto;
	min-height: 100%;
}
a:link, a:visited {
	color: #CC0028;
	font-weight: bold;
}
a:hover, a:active {
	color: #000099;
	font-weight: bold;
}
#header {
	margin: auto;
	background: url(images/header.jpg) no-repeat center top;
	width: 100%;
	height: 184px;
}
#headerCover {
	background: url(images/modbkgnd.gif);
	height: 184px;
	width: 100%;
}
#title {
	background: url(images/title.gif) no-repeat right top;
	margin: auto;
	height: 184px;
	width: 695px;
	position: relative;
}
#content {
	margin: 0px 10px 10px;
	padding-bottom: 146px;
	height: auto;
	text-align: left;
}

#disclaimer {
	margin: 0px auto 15px;
	font-size: 12px;
	font-weight: bold;
}

#footerContainer {
	position: relative;
	height: 146px;
	clear:both;
	width: 760px;
	margin: -146px auto 0px;
	text-align: center;
}
.menuLinks a, .menuLinks a:visited {
	text-decoration: none;
	color: #000;
}
.menuLinks a:hover, .menuLinks a:active {
	text-decoration: none;
	color: #C00;
}
.menuArrow1 {
	height: 19px;
	width: 10px;
	float: left;
	position: absolute;
	left: 205px;
	top: 110px;
}
.menuLink1 {
	font: bold 16px Arial, Helvetica, sans-serif;
	position: absolute;
	left: 215px;
	top: 110px;
	background: url(images/linkline-red.gif) repeat-x bottom;
}
.menuArrow2 {
	height: 17px;
	width: 10px;
	float: left;
	position: absolute;
	left: 415px;
	top: 110px;
}
.menuLink2 {
	font: bold 16px Arial, Helvetica, sans-serif;
	position: absolute;
	left: 425px;
	top: 110px;
	background: url(images/linkline-red.gif) repeat-x bottom;
}
.menuArrow3 {
	height: 17px;
	width: 10px;
	float: left;
	position: absolute;
	left: 205px;
	top: 140px;
}
.menuLink3 {
	font: bold 16px Arial, Helvetica, sans-serif;
	position: absolute;
	left: 215px;
	top: 140px;
	background: url(images/linkline-red.gif) repeat-x bottom;
}
.menuArrow4 {
	height: 17px;
	width: 10px;
	float: left;
	position: absolute;
	left: 415px;
	top: 140px;
}
.menuLink4 {
	font: bold 16px Arial, Helvetica, sans-serif;
	position: absolute;
	left: 425px;
	top: 140px;
	background: url(images/linkline-red.gif) repeat-x bottom;
}
.pageTitle {
	font-size: 20px;
	font-weight: bold;
	color: #C00;
	background: url(images/blackline.gif) repeat-x bottom;
	position: relative;
	margin: auto;
}

.arial12px-bold {
	font-size: 12px;
	font-weight: bold;
}
.footer {
	font-size: 11px;
}
.arial17px-blue {
	font-size: 17px;
	font-weight: bold;
	color: #000099;
}
.arial17px-red {
	font-size: 17px;
	font-weight: bold;
	color: #C00;
}
.arial18px-blue {
	font-size: 18px;
	font-weight: bold;
	color: #009;
}

/* misc */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
