@charset "utf-8";
body {
	background-color: #99CCFF;
}
#apDiv1 {
	position:relative;
	left:auto;
	width:900px;
	height:750px;
	z-index:1;
	right: auto;
	background-image: url(../images/contactbg.png);
	background-repeat: no-repeat;
	margin: auto;
}
.cornerText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	color: #CCC;
	line-height: 1em;
	text-align: left;
	float: right;
}
#apCornerText {
	position:absolute;
	width:500px;
	height:71px;
	z-index:2;
	color: #CFF;
	font-size: 0.7em;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	float: left;
	line-height: 1.3em;
	margin: auto;
	top: 500px;
}
#apCornerText a {
	text-decoration: none;
	color: #666;
}
#apCornerText a:hover {
	text-decoration: underline;
	color: #FFF;
}
#apInfo {
	text-align: left;
	position: absolute;
	left: 150px;
	top: 30px;
	width: 620px;
}

#apInfoHead {
	font-family: "Courier New", Courier, monospace;
	font-size: 2em;
	color: #CCC;
	text-align: left;
	padding-bottom: 0.5em;
	font-weight: bold;
}
.apInfoSubhead {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #CCC;
	text-align: left;
	padding-bottom: 0.7em;
	font-weight: normal;
	padding-top: 0.7em;
}


#apInfoText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	color: #CCC;
	text-align: left;
}
#apInfo a {
	text-decoration: none;
	color: #CCC;
}
#apInfo a:hover {
	text-decoration: underline;
	color: #FFF;
}
