@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	background-image:url(images/index_background.png);
	background-repeat:repeat-x;
	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;
}
.oneColFixCtr #container {
	width: 1000px;  /* 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 */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	background-color:#FFF;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtr #header {
	width: 1000px;
	height: 50px;
	padding: 0px;
}
.oneColFixCtr #apDiv1 {
	position:absolute;
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	top:150px;
	z-index:1;
	text-align:left;
}
.oneColFixCtr #infoPath {
	position:absolute;
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	top:210px;
	z-index:0;
	text-align:right;
}
.oneColFixCtr #infoPath .pathText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#999;
	padding-right:20px;
}

.oneColFixCtr #subMenu {
	background-color:#666666;
	width: 1000px;
	height: 200px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	top: 200px;
	position: absolute;
	z-index: 0;
}
.oneColFixCtr #banner {
	width: 1000px;
	height: 150px;
	padding: 0px;
	text-align:left;
	vertical-align:top;
}
.oneColFixCtr #mainBodyBg {
	background-color:#FFF;
	position:absolute;
	top: 200px;
	width: 1000px;
	padding: 0px;
	z-index: 0;
}
.oneColFixCtr #mainBody {
	background-color:#FFF;
	position:absolute;
	top: 200px;
	width: 1000px;
	padding: 0px;
	z-index: 10;
}
.oneColFixCtr #mainBody .copyText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
}
.oneColFixCtr #mainBody .copyTextContainer {
	margin-left:10px;
	margin-right:30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:justify;
}
.oneColFixCtr #mainBody .copyTitle {
	color:#FF0000;
	font-weight: bold;
	font-size:18px;
}
.oneColFixCtr #mainBody h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:16px;
	color:#990000;
}
.oneColFixCtr #mainBody h2 {
	font-weight: bold;
	font-size:12px;
	color:#FF0000;
}
.oneColFixCtr #mainBody .imgBorder {
	border-style:solid;
	border-color:#CCC;
	border-width:1px;
}

.oneColFixCtr #indexBody {
	width: 800px;
	height: 480px;
	padding: 0px;
	background-color:#CC6600;
}
.oneColFixCtr #footer {
	margin-top:20px;
	width: 1000px;
	padding: 0px;
}
.oneColFixCtr .globalmenu {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	padding-right:20px;
	padding-bottom:5px;
	vertical-align:bottom;
	text-align:right;
}
.oneColFixCtr .globalmenu a {
	color:#666666;
	text-decoration:none;
}
.oneColFixCtr .globalmenu a:hover {
	color:#FF0000;
}