body {
	background-repeat: repeat;
	background-image: url("../images/maroon_parchment_bg.jpg");
}

.parentSection {
	overflow: auto;
	display: block;
	position: relative;
	background-color: #FFFFFF; 
	max-width: 975px; 	 	
	min-width: 800px; 
	min-height: 900px; 
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 30px; 
	margin-bottom: 30px;
}

div.separator {
	background-color: #7A0303; 
	width: 100%; 
	height: 4px;
	display: inline-block;
}

.pageTitle {
	font-family: Perpetua, sans-serif; 
	font-size: 32px; 
	font-weight: bold;
}

div.infoBoxFloatRight {
	float: right; 
	width: 25%; 
	margin-right: 20px;	
}

div.infoBoxHeader {
	font-family: Verdana, sans-serif; 
	font-size: 14px;
	color: #FFFFFF;
	background-color: #980404; 
	padding-top: 12px; 
	padding-left: 20px; 
	padding-bottom: 12px;
	width: auto;
}

div.infoBoxContent {
	font-family: Verdana, sans-serif; 
	font-size: 14px;
	border-style: solid; 
	border-width: 1px; 
	border-color: #980404;
	padding: 9px; 	
	width: auto;
}

div.infoBoxContent > a {
	color: inherit;
	text-decoration: none;
}

div.infoBoxContent > h4 {
	font-size: 16px;
	margin-top: 9px;
	margin-bottom: 9px;	
}

div.infoBoxContent > h5 {
	font-size: 14px;
	margin-top: 6px;
	margin-bottom: 6px;
	display: inline;
}

.infoBoxFloatRight div {
	background-color: #FFE766;	
	border-color: #980404;
	border-width: 2px;
}

.infoBoxFloatRight .infoBoxHeader {
	border-style: solid; 
	border-bottom: 0px;
	color: #000000;
}

.infoBoxFloatRight .separator {
	background-color: #980404; 	
}
