<style type="text/css">
body {
	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;
	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: #76b6f4;
	background-image: url(Images/Clouds.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-variant: normal;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:#FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background-color: #757575;
	padding: 0 0 0 0;  /* 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. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
	background-image: url(Images/navbar%20bg.jpg);
}
.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 */
}
.oneColFixCtrHdr #container #mainContent h1 {
	font-family: "Trajan Pro";
	font-variant: normal;
}
.style2 {font-size: 90%}
.style5 {
	font-size: 230%;
	color: #FFFFFF;
	font-variant: small-caps;
}
.style9 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 70%;
}
.style10 {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 70%; font-variant:normal
}
.style17 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1;
}
.foo {border:0px;}
.style24 {font-size: 10px}
.oneColFixCtrHdr #container #mainContent p strong {
	font-size: 24px;
}
.style25 {font-family: Arial, Helvetica, sans-serif}
.style27 {font-family: Arial, Helvetica, sans-serif; font-weight: bold; }
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.style28 {font-size: 24%}
.style29 {font-size: 24px}
.style30 {
	color: #FFFFFF
}
.style30 {
	color: #9900CC
}
.style32 {font-size: 100%}
.style33 {font-size: 100%; font-weight: bold; }
#apDiv1 {
	position:absolute;
	left:24px;
	top:62px;
	width:780px;
	height:16px;
	z-index:1;
}
#apDiv2 {
	position:absolute;
	left:-27px;
	top:120px;
	width:69px;
	height:19px;
	z-index:1;
}

</style>