/* 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:0;
	background-image: url();
	background-color: #7F7F7F;
}

.oneColElsCtr #container {
	width: 100%;
	margin: auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	text-transform: uppercase;
	overflow: auto;
	height: 100%;
}

.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 {
}

.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 1px;
}

#apDiv1 {
	width:1000px;
	height:630px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-500px;
	margin-top:-315px;
	overflow: visible;
	visibility: visible;
	z-index: 1;
	background-color: #999999;
	border: solid;
	border-width: 1px;
	border-color: #666666;
}
#apDiv2 {
	width:550px;
	height:100px;
	position:absolute;
	top:10px;
	left:10px;
	margin:0;
	overflow: visible;
	visibility: visible;
	z-index: 1200;
	text-align: left;
}
#apDiv2a {
	width:130px;
	height:107px;
	position:absolute;
	top:5px;
	left:5px;
	margin:0;
	overflow: visible;
	visibility: visible;
	z-index: 1100;
	background-color: #A2A2A2;
	text-align: left;
}
#apDiv2b {
	width:865px;
	height:35px;
	position:absolute;
	top:5px;
	left:130px;
	margin:0;
	overflow: visible;
	visibility: visible;
	z-index: 10;
	background-color: #A2A2A2;
	text-align: left;
}

#apDiv3 {
	width:230px;
	height:460px;
	position:absolute;
	top:140px;
	left:30px;
	margin:0;
	visibility: visible;
	z-index: 30;
	text-align: left;
	overflow: hidden;
}

#menu {
	width:403px;
	height:17px;
	position:absolute;
	top:15px;
	right:10px;
	margin:0;
	overflow: visible;
	visibility: visible;
	z-index: 30;
}
#sub1menu {
	width:75px;
	height:17px;
	position:absolute;
	top:0px;
	right:0px;
	margin:0;
	overflow: visible;
	visibility: visible;
	z-index: 30;
}
#sub2menu {
	width:201px;
	height:17px;
	position:absolute;
	top:0px;
	right:75px;
	margin:0;
	overflow: visible;
	visibility: visible;
	z-index: 30;
}
#sub3menu {
	width:127px;
	height:17px;
	position:absolute;
	top:0px;
	right:300px;
	margin:0;
	overflow: visible;
	visibility: visible;
	z-index: 30;
	left: 0px;
}

#menu2 {
	width:200px;
	height:17px;
	position:absolute;
	top:640px;
	right:10px;
	margin:0;
	overflow: visible;
	visibility: visible;
	z-index: 30;
}

#apDiv4 {
	width:200px;
	height:460px;
	position:absolute;
	top:140px;
	right:0px;
	margin:0;
	visibility: visible;
	z-index: 400;
	text-align: left;
	overflow: hidden;
}
#apDiv5 {
	width:535px;
	height:535px;
	position:absolute;
	visibility: visible;
	z-index: 200;
	text-align: left;
	overflow: visible;
	bottom: 15px;
	margin:0;
	left: 260px;
}

#title {
	width:280px;
	height:60px;
	position:absolute;
	top:90px;
	right:50px;
	margin:0;
	overflow: hidden;
	z-index: 300;
	padding: 0, 0, 0, 0;
	visibility: visible;
	text-align: right;
}

