/*chapter specific styles*/

/*navDividerHoriz is the bar between the header image and nav buttons*/
#navDividerHoriz {
	background-color: #CAD5E7;
	border-right-color: #98A8BA;
	border-left-color: #98A8BA;
}

/*navContainer sets the background color of the nav section, behind the nav buttons*/
#navContainer {
	background-color: #98A8BA;
}

/*pageFooterContainer sets the background color of the page footer*/
#pageFooterContainer {
	background-color: #98A8BA;
}

h1 {
	color: #5D6772;
}

/*ministryContainer has the same background throughout the site, but side border changes in each chapter*/
#ministryContainer {
	border-right-color: #98A8BA;
	border-bottom-color: #98A8BA;
}

/*ministryHeadContainer sets the background color of the ministry heading*/
#ministryHeadContainer {
	background-color: #98A8BA;
}

/*EventsHeadContainer sets the background color of the events heading*/
#EventsHeadContainer {
	background-color: #98A8BA;
}
#MissionsWrapper {
	background-color: #DFE5EB;
}