@charset "UTF-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}
body {
	background-color: #099;
	background-image: url(../images/tree-background.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	text-decoration: none;
	position: relative;
	text-align: center;
	right: 10px;
	font-size: 12px;
}
#apDiv1 {
	position:absolute;
	left:141px;
	top:225px;
	width:685px;
	z-index:2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(../images/black-background.png);
	text-align: left;
	border: thin groove #000;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-repeat: repeat;
	height: 458px;
}
#apDiv3 {
	position:absolute;
	left:138px;
	top:10px;
	width:402px;
	height:149px;
	z-index:1;
	background-image: url(../images/black-background.png);
	background-repeat: repeat;
	clear: both;
	float: right;
	border: thin groove #000;
	text-align: center;
	clip: rect(auto,auto,auto,auto);
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
a:link {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #CCC;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #099;
	background-color: #FFF;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #FF0;
	font-weight: bold;
}

