@charset "UTF-8";
body {
	font: 100% Helvetica, sans-serif;
	text-align: left;
	font-size: 10pt;
	line-height: 18px;
	background-image: url(Images/bg_blue.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFF;
}
.oneColFixCtrHdr #container {
	width: 950px;  /* 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: 0;
	color: #FFF;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	text-align: left;
	vertical-align: top;
	width: 950px;
}
.oneColFixCtrHdr #footer {
	font-size: 11px;
	background-image: url(Images/footer.jpg);
	background-repeat: no-repeat;
	border: 0;
	background-color: #333;
	height: 167px;
}
.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: 0;
}
.verticalrule {
	background-image: url(Images/divider.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
}
a:hover {
	color: #900;
}
a:active {
	color: #333;
}
.quotes {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 17px;
	font-weight: bold;
	color: #900;
	text-align: center;
}
.pageHeader {
	font-family: Helvetica;
	font-size: 15px;
	font-weight: bold;
	color: #000;
}
.ads {
	font-family: Arial;
	font-size: 9px;
	color: #FFF;
}
a.ads{	
	color: #fff;
	text-decoration: none;
	}
a.ads:link {
	color: #fff;
	text-decoration: none;
}
a.ads:visited {
	color: #fff;
	text-decoration: none;
}
a.ads:hover {
	color: #fff;
	text-decoration: none;
}
a.ads:active {
	color: #fff;
	text-decoration: none;
}.small {
	font-family: Arial;
	font-size: 11px;
	color: #333;
}
.boldBody {
	font: 100% Helvetica, sans-serif;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #006;
	font-size: 14pt;
	line-height: 24px;
	font-weight: bold;
}
.directions {
	font-family: Arial;
	font-size: 11px;
	color: #FFF;
}
.bannerText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #FFF;
}
.oneColFixCtrHdr #container #mainContent table tr td table tr td p {
	color: #000;
}
.text {
	color: #000;
}
