@charset "UTF-8";
body {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #000000;
	line-height: 18px;
}
.oneColFixCtrHdr #container {
	width: 825px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtrHdr #header {
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	text-align: center;
}
.oneColFixCtrHdr #container #header img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.oneColFixCtrHdr #mainContent {
	text-align: center;
	padding-top: 5px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 50px;
}
.oneColFixCtrHdr #container #footer img {
	text-align: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	text-align: center;
	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 */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #9a0109;
	font-size: 10px;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 14px;
}
.oneColFixCtrHdr #container #footer a {
	text-decoration: underline;
	color: #9a0109;
	font-weight: bold;
}
.oneColFixCtrHdr #container #mainContent h1 {
	color: #CCCCCC;
	font-size: 16px;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}
.oneColFixCtrHdr #container #mainContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
}
.companyname {
	color: #9a0109;
	font-weight: bold;
}
.oneColFixCtrHdr #container #mainContent h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #920109;
	text-align: left;
	font-size: 14px;
	text-transform: uppercase;
}
.oneColFixCtrHdr #container #mainContent a {
	color: #FFFFFF;
	text-decoration: underline;
}
.oneColFixCtrHdr #container #mainContent a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.oneColFixCtrHdr #container #footer a:visited {
	text-decoration: underline;
	color: #9a0109;
	font-weight: bold;
}
.oneColFixCtrHdr #container #footer a:hover {
	text-decoration: none;
}

