body {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: #999999;
	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;
}
.body_class #container {	
	min-width:860px; 
	max-width:960px;
	background: #ededed; /* the auto margins (in conjunction with a width) center the page */
	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;
}
.body_class #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#apDiv1 {
	position:absolute;
	left:255px;
	top:26px;
	width:225px;
	height:51px;
	z-index:1;
}
#apDiv2 {
	position:absolute;
	left:642px;
	top:69px;
	width:371px;
	height:40px;
	z-index:2;
}
a {
	color: #006699;
	font-weight:bold;
	text-decoration:none;
}

h1{ padding:0; margin:0; }
h2{ padding:0; margin:0; }
h3{ padding:0; margin:0; }


.style5 {color: #f2bb3a}

.style_footerlinks {color: rgb(102, 102, 102)}
.style_footerlinks a {color: rgb(102, 102, 102); font-weight: normal}
.style_footerlinks a:hover { text-decoration:underline }
.body_class #container #mainContent div div table tr td {
	text-align: justify;
}
.body_class #container #mainContent div div table tr td {
	text-align: left;
}

.box {
	width:250px;
	padding:7px 7px 7px 7px;
	margin-right:10px;
	margin-bottom:15px;
	border:1px solid #ddd;
}
.box h3 {
	color:black;
	background-color:#d5c57b;
	padding:5px 10px;
}


