@charset "utf-8";
body {
	font: 100% Tahoma, Geneva, sans-serif;
	background: #15293D;
	margin: 0 auto; /* 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: #ACCCE4;
	height: auto;
	width: auto;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #15293D;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: auto;
	border-top: 0px none #8E8F8F;
	border-right: medium solid #ACCCE4;
	border-bottom: 0px none #8E8F8F;
	border-left: medium solid #ACCCE4;
}
.oneColFixCtrHdr #header {
	background: #15293D no-repeat center;
	padding: 10;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 780px;
	height: auto;
}
.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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	width: 730px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #15293D;
	width: 700px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#15293D;
	width: 730px;
}
.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 10 10px 25; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font: 75% "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align: right;
}
h1 {
	color: #3A6E92;
	text-align: center;
	font: bold 100% Broadway;
}
h2 {
	font: bold 95% "Adobe Garamond Pro";
	color: #ACCCE4;
	text-align: center;
}
h3 {
	color: #3A6E92;
	font: 125% Broadway;
	text-align: center;
}
h4 {
	font: 100% "Adobe Garamond Pro";
	color: #ACCCE4;
	text-align: center;
}
h5 {
	font: 150% Broadway;
	color: #95B3CB;
	text-align: center;
}




.list {
	list-style: disc;
	text-align: left;
	left: auto;
	margin-left: 435px;
	color: #95B3CB;
}

p {
	font: 125% "Adobe Garamond Pro";
	text-align: left;
}
