@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	background-color: #F9B234;
	height: 940px;
}
.oneColFixCtr #mainContent {
	background-repeat: no-repeat;
	background-color: #F9B234;
	height: inherit;
}
.oneColFixCtr #container #mainContent #apDiv5 strong {
	text-align: left;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.oneColFixCtr #container #mainContent #apDiv5 div p {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
}
listing header {
	font-size: 16px;
}
.redtext {
	color: #F00;
	font-size: medium;
}

