@charset "utf-8";
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: #BEC2C2;
}
.oneColElsCtr #container {
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #000000;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 59em;
}
.oneColElsCtr #container #mainContent #menu {
	background-color: #666666;
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFFFFF;
}
.oneColElsCtr #container #mainContent div {
	font-family: "Times New Roman", Times, serif;
	background-color: #FFFFFF;
}
#apDiv1 {
	position:absolute;
	left:335px;
	top:610px;
	width:713px;
	height:68px;
	z-index:1;
}
.style4 {font-size: x-large}
body,td,th {
	font-size: .85em;
	color: #474F49;
}
a:link {
	color: #68887C;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #394A44;
	text-decoration: none;
}
a:active {
	color: #474F49;
	text-decoration: underline;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Times New Roman, Times, serif;
}
h1 {
	font-size: 20px;
	color: #68887C;
}
h2 {
	font-size: 14px;
	color: #408080;
}
h3 {
	font-size: 14px;
	color: #808000;
}
h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #004000;
}
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: oblique;
	font-weight: bolder;
}
