@charset "UTF-8";
body {
	background-color: #2FC201;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	left: 0px;
	top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
#header {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	height: 174px;
	background-color: #83D5FA;
	overflow: inherit;
	background-image: url(images/headerbkgrnd.jpg);
	z-index: 1;
}
#apDiv1 {
	position:absolute;
	left:0px;
	top:135px;
	width:76px;
	height:33px;
	z-index:1;
}
#apDiv2 {
	position:absolute;
	left:77px;
	top:135px;
	width:181px;
	height:33px;
	z-index:2;
}
#apDiv3 {
	position:absolute;
	left:258px;
	top:135px;
	width:65px;
	height:33px;
	z-index:3;
}
#apDiv4 {
	position:absolute;
	left:323px;
	top:135px;
	width:124px;
	height:33px;
	z-index:4;
}
.boldtext {
	font-weight: bold;
	font-size: 12px;
}
