@charset "utf-8";
body {
	background-color: #f4f4f4;
	background-image: url(../images/mainbg.png);
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	text-decoration: none;
	color: #222222;
}
a:visited {
	text-decoration: none;
	color: #222222;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #222222;
}
a img {
	border: none;
} 

#apWrapper {
	background-image: url(../images/drop-shadow_1050.png);
	background-repeat: repeat-y;
	height: 1277px;
	width: 1050px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 0px;
	text-align: center;
	padding: 0px;
}
#apMain {
	position:absolute;
	width:1000px;
	height:850px;
	z-index:1;
	background-color: #f4f4f4;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	top: 0px;
	text-align: center;
	padding: 0px;
	left: 25px;
}
#apNavbar {
	position:absolute;
	width:800px;
	height:75px;
	z-index:4;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	top: 128px;
	padding: 0px;
	left: 100px;
}
#apMainText {
	position:absolute;
	width:808px;
	height:608px;
	z-index:4;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	top: 280px;
	font-size: 16px;
	left: 140px;
	border: medium solid #B7B7B7;
}
#apLower {
	position:absolute;
	width:1000px;
	height:140px;
	z-index:4;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	top: 950px;
	left: 25px;
}
#apText {
	position:absolute;
	width:1000px;
	height:265px;
	text-align: center;
	color: #222222;
	background-color: #f4f4f4;
	background-image: url(../images/mainbodybg.jpg);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	z-index: 1;
	top: 870px;
	font-size: 14px;
	padding: 0px;
	left: 25px;
}
#Footer {
	text-align: center;
	height: 156px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	color: #222222;
	font-weight: bold;
	background-color: #f4f4f4;
	background-image: url(../images/bottombg.jpg);
	background-repeat: no-repeat;
	font-size: 14px;
	z-index: 1;
	top: 1091px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	left: 25px;
}
