<style type="text/css">

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;
	background-color: #FFF;
	background-image: url(/images/background.jpg);
	background-repeat: repeat;
	width: 900px;
}
.oneColFixCtr #container {
	width: 952px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #cbd8e9;
	border: thick double #FFF;
	clear: both;
	padding: 5px;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.header {
	padding: 5px;
}
.header {

}
h1 {
	font-size: 24px;
	color: #036;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-style: italic;
}
.maintext {
	font-size: 16px;
	color: #036;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	font-size: 16px;
	color: #936;
	font-style: italic;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

</style>
<script src="/SpryAssets/SpryAccordion.js" type="text/javascript"></script>
<script src="/SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
<link href="/SpryAssets/SpryAccordion.css" rel="stylesheet" type="text/css" />
<style type="text/css">

#apDiv1 {
	position:absolute;
	left:747px;
	top:504px;
	width:304px;
	height:178px;
	z-index:1;
}

</style>
.mainarea {
	clear: both;
	width: 900px;
	margin-left: 15px;
}
.Redtext {
	color: #F00;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
