@charset "UTF-8";
body {
	background: #17347F;
	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;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* 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;
}
.oneColFixCtrHdr #header {
	background-color: #FFFFFF;
	text-align: center;
	background-image: url(../Media/Graphics/Buttons_Borders/gtop.gif);
	background-repeat: repeat-x;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E73837;
}
.oneColFixCtrHdr #header h1 {
	margin: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	padding-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
}
.oneColFixCtrHdr #mainContent {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-weight: normal;
	background-color: #FFFFFF;
	width: 780px;
	border-collapse: collapse;
}
.oneColFixCtrHdr #footer {
	background-color: #FFFFFF;
	background-image: url(../Media/Graphics/Buttons_Borders/gbot1.gif);
	background-repeat: repeat-x;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	border-collapse: collapse;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E73837;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.9em;
	width: 780px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	border-collapse: collapse;
}
.heading {
	font-size: 125%;
	font-weight: bold;
}
.timelineTable {
	border-collapse: collapse;
	width: 780px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E73837;
	border-bottom-color: #E73837;
}
.timelineTable td {
	border: 2px solid #E73837;
	padding: 3px;
	font-size: 1em;
	background-color: #FFFFFF;
	border-collapse: collapse;
}
.timelineTable p {
	padding-top: 0px;
	padding-bottom: 0px;
}
.timelineTabletext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
}
a:link {
	color: #17347F;
}
a:visited {
	color: #E73837;
}
a:hover {
	color: #860E10;
}
