@CHARSET "ISO-8859-1";
body{
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #ded5cb;
}
.boxes{
	border-color: grey;
}
#logo{
	/*background: url(images/ap_logo.png) no-repeat;*/
	height: 127px;
	width: 142px;
	margin-left: 20px;
	background-color: white;
}
#borderTop{
	margin: auto;
	width: 906px;
	display: block;
}
#borderBottom{
	margin:auto;
	width: 906px;
	display: block;
}
#popHImg{
	width: 715px;
	height: 100px;
	background: url(images/ap_popupheader.png) no-repeat;
}
#popTitle{
	font-size: 16px;
	font-family: Arial;
	font-weight: bold;
	color: white;
	padding-left: 13px;
	padding-top: 55px;
	text-align: left;
}
#leftBCorner{
	width: 32px;
	height: 32px;
	background: url(images/ap_cornerBL.png) no-repeat;
}
#rightBCorner{
	width: 32px;
	height: 32px;
	background: url(images/ap_cornerBR.png) no-repeat;
}
#BCenter{
	width:842px;
	height: 32px;
	background: url(images/ap_borderbottom.png) repeat-x;
}
#leftTCorner{
	width: 32px;
	height: 32px;
	background: url(images/ap_cornerTL.png) no-repeat;
}
#rightTCorner{
	width: 32px;
	height: 32px;
	background: url(images/ap_cornerTR.png) no-repeat;
}
#TCenter{
	text-align: left;
	width:842px;
	height: 32px;
	background: url(images/ap_bordertop.png) repeat-x;
}
.container{
	margin-left: 32px;
	margin-right: 32px;
}
.header{
	text-align: left;
	width: 841px;
	height: 145px;
	background: url(images/ap_header.png) no-repeat;
}
#headLinks{
	float:right;
	color:white;
	position: absolute;
	margin-left: 185px;
	font-weight: bold;
	top: 78px;
}
.pageContent{
	text-align: left;
	margin-right: 15px;
	margin-left: 35px;
	margin-top: 35px;
    font-family: Arial;
	font-size: 12px;
}
#headLinks a{
	text-decoration:none;
	color: white;
}
#copy{
	float: right;
	position: relative;
	color: white;
	top:73px;
	font-size: 14px;
	margin-right: 5px;
}
.footer{
	font-family: Arial;
	width: 841px;
	height: 113px;
	background: url(images/ap_footer.png) no-repeat;
}
.content{
	width: 841px;
	min-height: 385px;
}
.background{
	margin:auto;
	width: 906px;
	background: url(images/background.png) repeat-y;
}
#printPage{
	text-align: right;
	cursor: pointer;
}
#facebook{
	position:relative;
	bottom:4px;
	#left:570px;
}