@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	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: #000000;
}
.oneColFixCtrHdr #container {
	width: 960px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(/Images/BackgroundSkyFade.png);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	color: #FFF;
	min-height: 550px;


	max-height: 600px
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
}
.mainContentBox {
	max-height: 550px
	margin-left: 40px;
	width: 50%;
	background-image: url(/Images/transparent_background.png);
	max-height: 460px;
	padding: 20px;
	overflow: auto;
	margin-left: 5px;
	float: none;
	font-family: Tahoma, Geneva, sans-serif;
	color: #000;
	z-index: 10;
}


.oneColFixCtrHdr #footer a, .oneColFixCtrHdr #footer a:link {
	color: #2C6191;
	padding: 0 30px;
	font-weight:bold;
	border-left: solid 1px #2C6191;
	border-right: solid 1px #2C6191;
	text-decoration: none;
}
.oneColFixCtrHdr #footer {
	padding: 20px 20px 8px 20px;
	overflow: hidden;
	text-align: center;
	color: #2C6191;
	font-weight: bold;
}


.oneColFixCtrHdr #footer a, .oneColFixCtrHdr #footer a:link {
	color: #2C6191;
	padding: 0 30px;
	font-weight: normal;
	border-left: solid 1px #2C6191;
	text-decoration: none;
}
.oneColFixCtrHdr #footer a:hover {
	text-decoration: underline;
	font-weight: bold;
}
.oneColFixCtrHdr #footer a.first {
	padding-left: 0;
	border-left: 0;
	text-align: center;
}
.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;
}
.oneColFixCtrHdr #container #mainContent .mainContentBox h1 {
	color: #FFF;
}

