@charset "ISO-8859-1";
.oneColElsCtr #container {
	width: 46em;
	margin: 0 auto;
	text-align: left;
	padding-left: 30px;
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font: 9px/13px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin-top: 36px;
	color: #000000;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	
}

a:link {
	font: 12px/normal Verdana, Arial, Helvetica, sans-serif;
	color: #000099;
	text-decoration: none;
}
a:hover {
	color: #999900;
	font: 12px/1.5px Verdana, Arial, Helvetica, sans-serif;
}
a:visited {
	font: 12px/1.5px Verdana, Arial, Helvetica, sans-serif;
	color: #009999;
	text-decoration: none;
}
#apDiv1    {
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.paragraph {
	font: 10pt/normal Arial, Helvetica, sans-serif;
}
.credit {
	font: 8pt Arial, Helvetica, sans-serif;
}

