@charset "UTF-8";
body {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #001300;
	background-image: url(images/base-bkgrnd.gif);
	background-repeat: repeat;
}
.oneColFixCtrHdr #container {
	width: 880px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-width: 25px;
	border-top-style: solid;
	border-top-color: #023106;
	border-bottom-color: #023106;
	border-bottom-width: 10px;
	border-bottom-style: solid;
}
.oneColFixCtrHdr #header {
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 150px;
	background-image: url(images/header-new2.jpg);
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	font-family: "Helvetica Neue", Helvetica, Arial;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E6FCFF;
	border-left-color: #E6FCFF;
	padding-top: 0;
	padding-right: 80px;
	padding-bottom: 0;
	padding-left: 40px;
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url(images/compass-bkgrnd15.jpg);
}
p {
	font-family: "Helvetica Neue", Helvetica, "Franklin Gothic", Arial;
	font-size: 13px;
	line-height: 130%;
}
h2 {
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-size: 18px;
	font-weight: bold;
}
h1 {
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-size: 24px;
}
.oneColFixCtrHdr #footer {
	background:#9FEE77;
	border-top-width: thick;
	border-top-style: solid;
	border-bottom-color: #006600;
	border-left-color: #006600;
	border-right-color: #006600;
	border-top-color: #006600;
	height: 30px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.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: "Helvetica Neue", Helvetica, Arial;
	font-size: 11px;
	text-align: right;
}
