@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: #CCC;
	background-color: #151515;
	background-image: url(images/pageBG.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
a:link {
	color: #FFF;
}
a:visited {
	color: #FFF;
}
a:hover {
	color: #F00;
}
a:active {
	color: #FF0;
	text-align: left;
}

h1 {
	font-size: 14px;
	color: #D20000;
	margin-top: 5px;
}

.oneColFixCtrHdr #container {
	width: 736px;
	margin: 0 auto;
	text-align: left;
	background-color: #555354;
}
.oneColFixCtrHdr #header {
	width: 736px;
	height: 315px;

}
.oneColFixCtrHdr #mainContent {
	background-color: #414141;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-right: 15px;
	margin-left: 15px;
}
.oneColFixCtrHdr #footer {
	font-size: 9px;
	color: #FFF;
	height: 43px;
	background-image: url(images/footer.png);
	padding-right: 30px;
	padding-left: 20px;
	padding-top: 12px;
	clear: both;
	margin-top: 15px;
}
.footerLeft {
	float: left;
}

.footerRight {
	float: right;
}

.centeredImage
    {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }

h2 {
	font-size: 14px;
	color: #D20000;
}
.redBold {
	font-size: 14px;
	font-weight: bold;
	color: #D20000;
}

.redLargeBold {
	font-size: 18px;
	font-weight: bold;
	color: #D20000;
}

