﻿@charset "utf-8";
body {
	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: #236969;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	background-color: #eeeeee;
	background-image: url(images/body_bg_blfade.jpg);
	background-repeat: repeat-x;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #990000;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #990000;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #990000;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #CC3300;
	text-decoration: underline;
}

.oneColFixCtrHdr #container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/container_bg_102008.png);
}
.oneColFixCtrHdr #header {
	margin: 0px;
	height: 250px;
	padding: 0;
	background-color: #DDDDDD;
	background-image: url(images/container_bg_102008.png);
	background-repeat: repeat-y;
}
.oneColFixCtrHdr #navBar {
	margin: 0px;
	height: 30px;
	background-color: #DDDDDD;
	padding: 0;
	background-repeat: repeat-y;
	background-image: url(images/mainBg_02.gif);
	width: 796px;
}

.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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#linkBar {
	background-image: url(images/footer_08.jpg);
	background-repeat: no-repeat;
	width: 800px;
	position: fixed;
	height: 40px;
	margin: 0px;
	padding-left: 15px;
	padding-top: 5px;
}

.oneColFixCtrHdr #mainContent {
	padding-top: 5;
	padding-right: 12px;
	padding-bottom: 0;
	padding-left: 12px;
	margin-top: 5px;
}
.boxTop {
	background-repeat: repeat;
}
.colBackgrounds {
	background-repeat: repeat-y;
}
.boxContentLeft {
	height: 100%;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.smllPicleft {
	background-color: #FFFFFF;
	padding: 2px;
	border: 1px solid #CCCCCC;
	float: left;
	margin-right: 4px;
	margin-top: 2px;
}
.storyMainParagraph {
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #1CACA8;
	border-right-color: #1CACA8;
	border-bottom-color: #1CACA8;
	border-left-color: #1CACA8;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 9px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.boxContent {
	height: 100%;
	padding-top: 10px;
	padding-right: 9px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.boxContentMain {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding: 5px 10px;
}
.box {
	height: 100%;
}


.oneColFixCtrHdr #footer {
	background-image: url(images/footer_bottom3.jpg);
	background-repeat: repeat-y;
	background-color: eeeeee;
	background-position: bottom;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-top: -30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #CCCCCC;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-size: xx-small;
}
#nav {
	height: 2.2em;
	width: 800px;
	padding-left: 6px;
	padding-right: 0px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #990000;
	margin-bottom: -10px;
}
.myUL {
	list-style: square;
}
.myUL li {
	padding-bottom: 8px;
}
.smllPicCenter {
	background-color: #FFFFFF;
	padding: 2px;
	border: 1px solid #CCCCCC;
	float: none;
	margin-right: 4px;
	margin-top: 2px;
	text-align: center;
	margin-left: 100px;
}

