body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #3778d4;
	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: #333333;
	font-size: 1.0em;
}
.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: auto auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #3778d4;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #3778d4;
	padding: 0 10px 0 10px;  /* 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. */
	margin: auto auto;
}
.oneColFixCtrHdr #header h1 {
	margin: auto auto; /* 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 */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	margin: auto auto;
}
.oneColFixCtrHdr #footer {
/*	padding: 10px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#3778d4;
}
.oneColFixCtrHdr #footer p {
	font-family: "100% Verdana", Arial, Helvetica, sans-serif;

}
#container #mainContent #storylist {
	vertical-align: middle;
	width: 800px;
	padding: 10px;
	text-align: center;
	border-collapse:collapse;
	border: 1px;
	border-color: #3778d4;
	background: #3778d4;
	margin: auto auto;
}

#container #mainContent #storylist td {
	border: solid 1px #3778d4;
}

#container #mainContent #storylist .blurbcell {
	width: 400px;
	height: 100px;
	background: #ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: #3778d4;
}

#container #mainContent #storylist .blurb {
	font: italic 0.70em "Bookman Old Style", Cambria, "Times New Roman";
	color: #333333;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	padding: 0 5px 0 5px;
	/*	border-width: 1px;
	border-style: solid;
	border-color: #3778d4; */
	background: #FFFFFF;
}

#container #mainContent #storyfooter {
	vertical-align: middle;
	width: 800px;
	padding: 10px;
	text-align: center;
	border-collapse:collapse;
	border: 1px;
	border-color: #3778d4;
	background: #b5d1ff;
	margin: auto auto;
}
#container #mainContent #storyfooter #cwlinks {
	width: 400px;
	height: 25px;
	background: #b5d1ff;
	border-width: 0;
	padding: 0;
/*	border-style: solid;
	border-color: #3778d4;
	border-collapse:collapse; */
}
#container #mainContent #storyfooter .blurbcell {
	width: 400px;
	height: 100px;
	background: #ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: #3778d4;
}

#container #mainContent #storyfooter .blurb {
	font: italic 0.70em "Bookman Old Style", Cambria, "Times New Roman";
	color: #333333;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	padding: 0 5px 0 5px;
	/*	border-width: 1px;
	border-style: solid;
	border-color: #3778d4; */
	background: #FFFFFF;
}

a:link img, a:visited img, a:focus img, a:hover img, a:active img {
	background: #3778d4;
	color: #3778d4;
	border: 1px solid #3778d4;
	text-decoration: none;
}
.trail,  div.trail,table.trail {
	display: block;
	margin: auto auto;
	padding: 3pt 3pt;
	border: 0.75pt solid #3778d4;
	background-color: #ffffff;
	color: black;
	width: 794px;
	text-align: left;
	font-family: "Bookman Old Style", Cambria, "Times New Roman";
	font-size: 0.85em;
}
ol.horizontal,ul.horizontal {
	display: block; 
	list-style: none;
	margin: 0pt 0pt;
	padding: 0pt 3pt;
}
ol.horizontal    li,  ul.horizontal  li  {
	display: inline; 
	list-style: none;
	margin: 0pt 0pt;
	padding: 0pt 3pt;
}

