body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #9D0C0B;
	background-repeat: no-repeat;
}
th
{
    /*  background-color: #3399FF; Changed to darker color on April 7, 2010*/
	background-color: #2484AB;
	color: #FFFFFF;
	text-align: center;
}
.oneColFixCtrHdr #error
{
    font-style: italic;
    color: #FF0000;
}
.oneColFixCtrHdr #container {
	width: 900px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #header {
	padding: 0;
	background-color: #FFFFFF;
	background-image: url(images/starbanner.png);
	background-repeat: no-repeat;
	height: 250px;
	width: 900px;
	border-bottom-width: thick;
	border-bottom-style: outset;
	border-bottom-color: #BDD73C;
}
#Links a:link {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 120%;
	font-weight: bold;
	padding-right: 0px;
	margin-right: 32px;
	margin-left: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
/*    color: #F1592A; Changed to match a:visited on April, 7, 2010 */
	color: #2484AB;
	text-decoration: none;
}
#Links a:visited {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 120%;
	font-weight: bold;
	padding-right: 0px;
	margin-right: 32px;
	margin-left: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #2484AB;
	text-decoration: none;
}
#Links a:hover {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 120%;
	font-weight: bold;
	padding-right: 0px;
	margin-right: 32px;
	margin-left: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #BF1E2D;
	text-decoration: none;
}
#Links a:active {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 120%;
	font-weight: bold;
	padding-right: 0px;
	margin-right: 32px;
	margin-left: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #BF1E2D;
	text-decoration: underline;
}

.oneColFixCtrHdr #Links {
	background-color: #DFF95E;
}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	font-style: normal;
	text-transform: none;
	padding-top: 175px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 325px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.oneColFixCtrHdr #mainContent a    {
	color: #0592C5;
	text-decoration: none;
}
.oneColFixCtrHdr #mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #9D0C0B;
	font-size: 150%;
}
.oneColFixCtrHdr #mainContent h2 {
	color: #9D0C0B;
	font-size: 125%;
}

.oneColFixCtrHdr #footer {
	background-image: url(images/footer.png);
	height: 140px;
	width: 900px;
	background-repeat: no-repeat;
	padding: 0;
	border-top-width: thick;
	border-top-style: inset;
	border-top-color: #5E6B1E;
}
.center {
	text-align: center;
	font-style: italic;
}
.bold {
	font-weight: bold;
}

.oneColFixCtrHdr #footer p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	text-align: left;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
}

.oneColFixCtrHdr #container #mainContent ul {
	list-style-type: circle;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
.error {
	font-style: italic;
	color: #F1592A;
}

