@charset "UTF-8";
body {
	font: bold normal 16pt "Trebuchet MS";
	background: #FFFFFF;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 790px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #FFFFFF;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
h1 {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
h2 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
h3 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
p {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: 16px;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	background:#FFFFFF;
	position: relative;
	top: auto;
}
.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 */
}
a:link {
	text-decoration: none;
	color: #006699;
}
a:visited {
	text-decoration: none;
	color: #006699;
}
.warning:link {
	color: #99FFFF;
}
.warning:visited {
	color: #99FFFF;
}
a:hover {
	color: #CC6600;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #CC6600;
}
.footertext {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-style: normal;
	color: #000000;
	font-weight: normal;
}
.style3 {
	font-size: 9pt;
	font-family: "Trebuchet MS";
	font-style: normal;
	font-weight: normal;
}
.mainmenu {
	font-family: "Trebuchet MS";
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.style5 {
	font-size: 10pt;
	font-family: "Trebuchet MS";
	line-height: 22px;
}
#apDiv2 {
	position:absolute;
	width:777px;
	height:103px;
	z-index:1;
	left: 8px;
	top: 28px;
}
.warning {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.imagefloatright {
	float: right;
	top: auto;
	right: auto;
}

