@charset "utf-8";
#apDiv1 {
	background: #C99;
	border-color:#000;
	border:ridge;
	position:relative;
	margin-left:auto;
	margin-right:auto;	
	top:0px;
	width:800px;
	height:1000px;
	z-index:1;	
}

#apDiv2 {
	background-color:#FFF;
	position: relative;
	margin-left:auto;
	margin-right:auto;
	top:0px;
	height:150px;
	width:800px;
	z-index:2;
}

#apDiv3 {
	background-color: #C36;
	position: absolute;
	left:625px;
	top:210px;
	width:165px;
	height:740px;
	z-index:2;
}

#apDiv1 #apDiv3 table tr td {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	color: #FFF;
}

#apDiv4 {
	background-color: #FFF;
	position: absolute;
	left:10px;
	top:210px;
	width:600px;
	height:730px;
	padding:5px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	z-index:3;
	text-align: left;
	}
	
h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}


#apDiv1 #apDiv4 img.floatLeft {
	float:left;
	margin:5px;
}


#apDiv5 {
	background-color: #C36;
	position:absolute;
	margin-left:auto;
	margin-right:auto;
	top:149px;
	height:50px;
	width:800px;
	z-index:2;		
}

#apDiv1 #apDiv5 table tr td {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	color: #FFF;
}

#apDiv5 td a {
	text-decoration: none;
	padding: 12px 12px;
	color: #FFF;
}


#apDiv5 td a:visited {
	color: #FFF;
}


#apDiv5 td a:hover {
	color: #FFF;
	background-color: #9F79B9;
	display: block;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

#apDiv6 {
	position:absolute;
	left:10px;
	top:950px;
	width:600px;
	height:15px;
	z-index:2;
}

#apDiv1 #apDiv6 p {
	font-size: 9px;
	font-weight: bold;
	font-family:Tahoma, Geneva, sans-serif;
	text-align: center;
}

#apDiv6 p a {
	text-decoration: none;
	color: #000;
}

#apDiv6 p a:visited {
	color: #000;
}


#apDiv6 p a:hover {
	color: #FFF;
}

#apDiv3 td a {
	padding-top: 8px;
	padding-bottom: 5px;
	text-decoration: none;
	color: #FFF;
}


#apDiv3 td a:visited {
	color: #FFF;
}


#apDiv3 td a:hover {
	color: #FFF;
	background-color: #9F79B9;
	display: block;
