﻿body {
	font: 90% Helvetica, Verdana, Arial, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	background-color: #150811;
	background-image: url(images/pagebackgroundHm2.jpg);
	background-repeat: repeat-x;
}
a:link {
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #333333;
}
a:hover {
	color:#CC0000;
	}
.oneColFixCtrHdr #container {
	width: 900px;
	text-align: left;
	background-image: url(images/homePlaceholder2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.oneColFixCtrHdr #header {
	height: 180px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColFixCtrHdr #header h1 {
	padding-top: 135px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.oneColFixCtrHdr #mainContent {
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	padding-top: 200px;
}
.oneColFixCtrHdr #form1 #container #mainContent .aqua {
	color: #03DAAA;
}
.oneColFixCtrHdr #form1 #container #mainContent h2 {
	font-size: 14px;
}


.oneColFixCtrHdr #footer {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	color: #FFFFFF;
} 
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

