@charset "UTF-8";
.oneColFixCtr #container {
	width: 480px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #c3c3c3;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-repeat: no-repeat;
}
.oneColFixCtr #mainContent {
	background-repeat: no-repeat;
}
.footertxt {
	font-size: 9px;
	color: #CCCCCC;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.txt {
	font-family: Arial, Helvetica, sans-serif;
	color: #4E4E4E;
	font-size: 13px;
	line-height: 20px;
	text-align: justify;
}
.padding {
	font-family: Arial, Helvetica, sans-serif;
	color: #4E4E4E;
	font-size: 13px;
	line-height: 10px;
	text-align: justify;
	padding-top: 5px;
}
.indextxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	line-height: 22px;
	text-align: justify;
}
.indextxtBld {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #5b5b5b;
	line-height: 22px;
	text-align: justify;
	font-weight: bold;
}
.oneColFixCtr #apDiv1 {
	position: absolute;
	z-index: 99;
	height: 159px;
	width: 814px;
	float: none;
}
