@charset "utf-8";
/* CSS Document */

body {
	background: #666666;
	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: #000;
	background-color: #FFF;
	line-height: 15px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10.5px;
	font-style: normal;
	padding-top: 0px;
	margin-left: 0px;
}
.oneColFixCtr #container {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: -12px auto;
	margin-left: 0px;
}
.oneColFixCtr #mainContent {<br />
	width: 900px;
	padding-left: 0px;
}
#header {
	height:140px;
	background-color:#BC1C25;
	color:#FFF;
	font-size:16px;
}
#flash {
	height:280px;
	background-color:#FFF;
	margin-top:-16px;
	background-image: url(images/back.jpg);
}
#icons{
	height:90px;
	background-color:#FFF;
	font-size:14px;
	text-align: center;
	line-height:10px;
}
#footer{
	height:100px;
	background-color:#000;
	text-align: center;
	color:#FFF;
}
.footerlinks{
		color:#ffffff;
		font-size:11px;
		font-weight:bold;
}
.pheader{
	font-size:16px;
	font-weight:bold;
}
.gray {
	color:#808285;
}
.quote{
	font-style:italic;
	font:"Times New Roman", Times, serif;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #AFB1B4;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
