@charset "utf-8";
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: #993300;
}

div#newcontainer
{
margin-left: auto;
margin-right: auto;
}


.oneColFixCtr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#top {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFCC;
}

.oneColFixCtr #newcontainer #top p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	padding-right: 50px;
	padding-left: 50px;
	padding-top: 5px;
}

.oneColFixCtr #newcontainer #top table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}

.oneColFixCtr #newcontainer #top table a {
	color: #FF9900;
	text-decoration: none;
}

.oneColFixCtr #newcontainer #top table a:hover {
	color: #66CCFF;
	text-decoration: none;
}

.oneColFixCtr #newcontainer #top a {
	color: #FF9900;
	text-decoration: none;
}

.oneColFixCtr #newcontainer #top a:hover {
	color: #66CCFF;
	text-decoration: none;
}


#main {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #003300;
}

.oneColFixCtr #newcontainer #main p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 1.5;
}

#newfooter {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
.oneColFixCtr #newcontainer #newfooter p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	padding-right: 15px;
	padding-left: 20px;
}

#copyright {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFCCCC;
}
.oneColFixCtr #newcontainer #copyright p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFCCCC;
	padding-right: 20px;
	padding-left: 20px;
}
.oneColFixCtr #newcontainer #main h3 {
	padding-right: 15px;
	padding-left: 20px;
}

.oneColFixCtr #newcontainer #copyright a {
	color: #CCCC00;
	text-decoration: none;
}

.oneColFixCtr #newcontainer #copyright a:hover {
	color: #FFCC00;
	text-decoration: none;
}
.oneColFixCtr #newcontainer #main td {
	font-size: small;
}
.oneColFixCtr #newcontainer #main table {
	padding-left: 0px;
}

.oneColFixCtr #newcontainer #main strong {
	text-decoration: none;
}
.oneColFixCtr #newcontainer #main a {
	text-decoration: none;
	color: #006600;
}

.oneColFixCtr #newcontainer #main a:hover {
	text-decoration: none;
	color: #660000;
}

.oneColFixCtr #newcontainer #main h2 {
	color: #006600;
	padding-left: 20px;
}
.oneColFixCtr #newcontainer #newheader div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #ffffff;
}

.oneColFixCtr #newcontainer #newheader div a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #D0CF72;
	text-decoration: none;
}

.oneColFixCtr #newcontainer #newheader div a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}
