@charset "utf-8";
/* CSS Document */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #222222;
	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;
}

.oneColFixCtr #container {
	width: 954px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #222222;
	margin: 40px auto 20px auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

p#footer {
	padding: 8px;
	font-size: 56%;
	color: #FFFFFF;
	text-align:center;
}

a,a:link,a:active,a:visited, a:hover {
	color: #FFF;
}

a:hover {
	text-decoration:none;
}

div#flashcontent {
	background: #20417f url(../images/bkg2.jpg) no-repeat top center;
	padding: 20px 125px 20px 150px;
	font-size: 82%;
}

div#flashcontent p, div#flashcontent h1,div#flashcontent h2,div#flashcontent h3,div#flashcontent h4{
	margin: 15px 30px;
	color:#FFF;
}

div#flashcontent h1{
	font-weight:bold;
	font-size: 1.4em;
	padding-bottom: 30px;
}
div#flashcontent h2{
	font-size: 1.1em;
	font-weight:bold;
}

ol {
	font-size: 0.75em;
	margin: 15px 53px;
	color:#FFF;
	list-style-type:decimal;
	list-style:outside;
}

li

.redText 
{
	color: #CC2211;
	font-weight: bold;
}

.small {
	font-size: 0.75em;
}