@charset "utf-8";
/* CSS Document */

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;
	color: #000000;
	background-color: #284170;
}

.oneColElsCtrHdr #container {
	width: auto; 
	background: #4570c1;
	margin: 0 auto;
	border: 1px solid #000000;
	min-width: 800px;
}
.oneColElsCtrHdr #header {
	background: #284170;
	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. */
	min-width: 800px;
} 
.oneColElsCtrHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColElsCtrHdr #mainContent {
	background: #284170;
	min-width: 800px;
}
.oneColElsCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#4570c1;
} 
.oneColElsCtrHdr #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: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
body,td,th {
	color: #FFFFFF;
	font-size: 10pt;
	vertical-align: top;
	height: auto;
}

#apDiv1 {
	position:absolute;
	left:100px;
	top:148px;
	width:796px;
	height:46px;
	z-index:1;
	background-color: #00CC66;
}
.bodyhead {
	font-size: 14px;
	color:#FFFFFF;
	padding-left: 1em;
	padding-right: 1em;
	font-weight: bold;
}
.bodynormal {
	font-size: 12px;
	padding-left: 1em;
	padding-right: 1em;
	color:#FFFFFF;
}
.bodylabel {
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}

