html, body, #wrapper {
	height: 100%;
}
html, body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	margin: 0;
	padding: 0;
	background-image: url(images/modbkgnd.jpg);
}
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;
}
#wrapper {
	background: url(images/menu_bkgnd.jpg) repeat-y;
}
#header {
	background: url(images/header_bkgnd.jpg);
	width: 100%;
}
#menuWrapper {
	text-align: left;
	width: 170px;
	position: absolute;
	left: 0px;
	top: 200px;
}
#menuContainer {
	margin-top: 10px;
}
#contactBox {
	padding: 7px 12px 0px 8px;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
}
#mainContainer {
	padding-bottom: 80px;
}
#content {
	margin: 0px 10px 30px 180px;
	height: auto;
	width: auto;
	left: 0px;
	top: 0px;
	position: relative;
}
#footerContainer {
	background: url(images/menu_bkgnd-end.jpg) no-repeat left bottom;
	position: relative;
	height: 80px;
	text-align: center;
	width: auto;
	margin: -80px 0px 0px;
	clear: both;
}
.containerWrapper-centered {
	text-align: center;
	position: relative;
}
#borderedContainer-95 {
	margin: auto;
	padding: 5px;
	width: 94%;
	position: relative;
	border: 2px solid #460098;
	text-align: left;
}

/* fonts */
.verdana20px-red {
	font-size: 20px;
	color: #CC0028;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.arial11px {
	font-size: 11px;
}
.arial-red {
	color: #CC0028;
}
.verdana17px-red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #CC0028;
}
.arial14px-bold {
	font-size: 14px;
	font-weight: bold;
}
.arial18px-bold {
	font-size: 18px;
	font-weight: bold;
}
.arial20px-red-bold {
	color: #CC0028;
	font-weight: bold;
	font-size: 20px;
}
.verdana17px-blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #000099;
}
.verdana18px-blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000099;
}
.footer {
	font-size: 11px;
	padding-bottom: 3px;
}
.arial16px {
	font-size: 16px;
	font-weight: bold;
}
.arial12px-bold {
	font-size: 12px;
	font-weight: bold;
}
.arial14px {
	font-size: 14px
}
.arial16px-red {
	font-size: 16px;
	font-weight: bold;
	color: #CC0028;
}
.arial12px {
	font-size: 12px;
}
.arial20px-yel-bold {
	color: #FFFF00;
	font-weight: bold;
	font-size: 20px;
}
.arial14px-wht-bold {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

/* 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;
}
.W3CLogo {
	float: left;
	padding: 40px 43px 0px 40px;
}
