@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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #DEDEDE;
}
.oneColFixCtrHdr #container {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}
.oneColFixCtrHdr #header {
	background-color: #D6D6D6;
	background-image: url(images/header-background.jpg);
	background-repeat: no-repeat;
	height: 50px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.oneColFixCtrHdr #mainContent {
	margin: 0px;
	padding: 0px;
	background-image: url(images/mainContent-css--background.jpg);
	background-repeat: repeat-x;
}
.maincontentContainer {
	background-color: #DEDEDE;
	background-image: url(images/mainContent-css--background.jpg);
	background-repeat: repeat-x;
}

.oneColFixCtrHdr #footer {
	background-color: #D6D6D6;
	background-image: url(images/footer-background.jpg);
	height: 75px;
	padding: 0;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.flashBanner {
	margin:0;
	padding:0;
}
.bottonPanel {
	margin:0;
	padding:0;
	background-color: #DEDEDE;
	background-image: url(images/mainContent-css--background.jpg);
	background-repeat: repeat-x;
	height: 185px;
}

.bottonPanelRight {
	background-color: #DEDEDE;
	background-repeat: repeat-x;
	float: right;
	width: 486px;
}
h1 {
	font-size: 200%;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	text-transform: uppercase;
	color: #333;
	border-bottom-width: 0.5px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 0px;
	padding-top: 35px;
}
p {
	font-size: 75%;
	font-style: normal;
	line-height: 22px;
	font-weight: lighter;
	color: #333;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 30px;
}
a:link {
	color: #E93B23;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #E93B23;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}