/* body and page content */
html, body, #wrapper {
	height: 100%;
}
html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	background-image: url(images/modbkgnd.gif);
	margin: 0px;
	padding: 0px;
}
a:link, a:visited {
	font-weight: bold;
	color: #CC0028;
}
a:hover, a:active {
	font-weight: bold;
	color: #000099;
}
body > #wrapper {
	height: auto;
	min-height: 100%;
}
#wrapper {
	background: url(images/sidebar_bkgnd.jpg) repeat-y;
}
#mainContainer {
	padding-bottom: 65px;
}
#header {
	background: url(images/header_bkgnd.jpg) repeat-x;
	width: 100%;
	left: 0px;
	top: 0px;
	height: 170px;
}
#headerContainer {
	background: url(images/header.jpg) no-repeat;
	top: 0px;
	position: absolute;
	width: 100%;
	height: 200px;
}
#content {
	margin: 0px 10px 30px 195px;
	height: auto;
	width: auto;
	left: 0px;
	top: 0px;
	position: relative;
}
/* side menu */
#menuWrapper {
	text-align: left;
	width: 175px;
	position: absolute;
	left: 0px;
	top: 200px;
	padding: 0px 0px 0px 5px;
	background: url(images/menu_bkgnd.jpg) no-repeat;
}
.mainMenu {
	width: 170px;
	border-bottom: 6px double #009;
	border-left: 6px double #009;
	margin-bottom: 2px;
}
.mainMenu a, .mainMenu a:visited {
	width: 166px;
	height: 18px;
	font-weight: bold;
	color: #000;
	padding: 2px 0px 1px 3px;
	text-decoration: none;
	display: block;
}
.mainMenu a:hover, .mainMenu a:active {
	color: #000;
	background-color: #678ACC;
}

/* fonts */
.title {
	font-size: 20px;
	font-weight: bold;
	color: #009;
}
.subtitle {
	font-size: 17px;
	font-weight: bold;
	color: #CC0028;
}
.blueSubtitle {
	font-size: 16px;
	font-weight: bold;
	color: #009;
}

.redText {
	color: #CC0028;
}
.arial-13px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* misc */
#tagline {
	width: 176px;
	display: block;
	position: absolute;
	top: 25px;
	left: 584px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
#footerContainer {
	position: relative;
	height: 65px;
	clear:both;
	text-align: center;
	width: auto;
	margin: -65px 0px 0px 190px;
}
.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;
}

