@charset "utf-8";
/* Custom Styles for Secondary Page */

#containerbox {
	background-image: none;
	background-color: transparent;
	position: relative;
}
#backgroundHolder {
	background: transparent url(/global/images/SecondaryPageBackgrounds/recitation.jpg) no-repeat scroll left top;
	position: absolute;
	top: 0;
	left: 0;
	height: 160px;
	width: 950px;
}
#contentarea {
	position: relative;
	z-index: 1;
}



#containerboxTop1,#containerboxTop2 {
	height:28px;
	width:904px;
	position:relative;
}
#containerboxContent1,#containerboxContent2 {
	width:870px; /* 16 pixels larger than top width because of padding + size of right curve */
	background:#f2f2f2;
	margin:-1px 0 0 0;
	border-top:3px solid #762777;
	padding:10px 20px 20px 20px;
	position:relative;
	font-size:13px;
}