
/* CSS Document */




body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #dedede;
	height: 100%;
	overflow: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #333333;
	background-image: url(../images/b_ground.gif);
}

.oneColElsCtr #container {
	width: 100%;
	background: #333333;
	margin: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	text-transform: uppercase;
	overflow: visible;
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	overflow: hidden;
}
body,td,th {
	font-size: 12px;
}
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 1px;
}

#apDiv1 {
	width:750px;
	height:550px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-275px;
	margin-left:-375px;
	overflow: visible;
	visibility: visible;
	z-index: 1;
}

#apDiv2 {
	width:500px;
	height:253px;
	position:absolute;
	top:121px;
	left:125px;
	margin:0;
	overflow: visible;
	visibility: visible;
	z-index: 10;
}

#apDiv3 {
	width:500px;
	height:17px;
	position:absolute;
	top:490px;
	left:125px;
	margin:0;
	overflow: visible;
	visibility: visible;
	z-index: 10;
}

#sub1apDiv3 {
	width:194px;
	height:18px;
	position:absolute;
	top:0px;
	left:0px;
	overflow: visible;
	visibility: visible;
	z-index: 11;
}

#sub2apDiv3 {
	width:117px;
	height:18px;
	position:absolute;
	top:0px;
	left:383px;
	overflow: visible;
	visibility: visible;
	z-index: 11;
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
a:active {
	color: #CCCCCC;
	text-decoration: none;
}

