  @charset "UTF-8";
.mainContent {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	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;
	width: 725px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	background-image: url(/news/archives/archive_banner.jpg);
	background-repeat: no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0;
}
.mainContent p {
	font-size: 0.8em;
}
.mainContent h2 {
	font-size: 0.95em;
	padding-bottom: 20px;
}
.mainContent h1 {
	font-size: 0.78em;
	color: #555;
	padding: 100px 0 20px 0;
}
.disclaimer  {
	padding: 20px 0 20px 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}
a:link {
	color: #600;
}
a:visited {
	color: #600;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
