@charset "UTF-8";

body  {
	background: #03244c;
	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;
	color: white;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.twoColFixLtHdr #container { 
	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF no-repeat 0 bottom; /* the auto margins (in conjunction with a width) center the page */
	border: 6px solid #022044;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	color: black;
}

.twoColFixLtHdr #header { 
	padding: 0 10px 0 20px;
	height: 140px;
	background: url(../images/landing-header.JPG) repeat-x;
}

.twoColFixLtHdr #contentWrap { 
	width: 940px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-position: 0 bottom;
}

.twoColFixLtHdr #footer { 
	padding: 3px 10px 0 20px;
	height: 38px;
	background: white url(../images/footer-divider.JPG) no-repeat right -4px;
}
