@charset "utf-8";
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background-color: #1F2932;
	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: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 4px double #32414E;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtrHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position:relative;
	background-image:url(/img/hp-bg1.jpg);
	background-repeat:no-repeat;
	height:569px;
}
.oneColFixCtrHdr #mainContent h1, h2 {
	 color:#B3FFFF; 
	 font-family:'Times New Roman', Times, serif; 
	 font-size:24px; 
	 text-transform:uppercase;
 }
.oneColFixCtrHdr #mainContent h2 {
	text-align:center;
}
.oneColFixCtrHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color:#344452;
}
.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 */
	color: #111;
}
.oneColFixCtrHdr #footer a {
	color: #111;
	text-decoration:none;
}
.oneColFixCtrHdr #footer a:hover {
	color: #59758E;
}
.url {
	padding:10px;
	font-size:20px;
	letter-spacing: 10px;
	text-align:center;
	border-bottom:4px dashed #32414E;
}
