@charset "utf-8";
body {
	font-family: "Times New Roman", Times, serif;
	font: 100%;
	background: #0584c3;
	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;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #A7C9EF;
}
a:link, a:hover, a:active, a:visited  {
	color: #051CE8;
}

.oneColFixCtrHdr #header {
	text-align: center;
}
.oneColFixCtrHdr #header p {
	margin: 0px;
}

.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* padding is the space inside the div box and margin is the space outside div */
	margin: 0px;
}
.oneColFixCtrHdr #mainContent h1 {
	text-align: center;
	color:#051CE8;
}
.oneColFixCtrHdr #mainContent h2 {
	font-size: 24px;
	color: #F00;
	margin-bottom: -18px;
}

.oneColFixCtrHdr #mainContent h3 { margin-bottom: -8px; }
.oneColFixCtrHdr #mainContent h3 a { text-decoration: none; }

.oneColFixCtrHdr #mainContent ul li { list-style: square; }
.oneColFixCtrHdr #mainContent ul li ul li { list-style: circle; }
.OrderSections {
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	padding-bottom: 1px;
	color: #F00;
	padding-top: 15px;
}
.highlightedtext {
	font-weight: bold;
	background-color: #fff9ae;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#F00;
}
.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-size: 0.9em;
	text-align: center;
	color: #FFF;
}
.centered { text-align: center; }
.oneColFixCtrHdr #container #mainContent table caption {
	font-weight: bold;
	color: #051CE8;
	font-size: 1.2em;
}
.FullWidthTestimonial {
	margin: 2px;
	padding: 5px;
	border: thick double #051CE8;
	background: #fff9ae;
	font-style: oblique;
}
.RightSideTestimonial {
	margin: 2px;
	padding: 5px;
	border: thick double #051CE8;
	background: #fff9ae;
	font-style: oblique;
	width: 250px;
	float: right;
}
.FloatClear {
	clear: both;
}
.RequiredNotice {
	font-size: 14px;
	font-style: italic;
	font-weight:bold;
	color: #F00;
}

