
p.pageTitle
{
	font-size: 4em;
	font-family: serif;
	text-align: center;
	margin-bottom: 0px;
}

hr
{
	color: black;  /* Firefox */
	background-color: black;  /* IE */
	height: 2px;  /* IE */
}

#infoPageContainer {
	margin: auto;
	width: 930px;
	margin-top: 15px;
}


#infoPageTop
{
	background-image: url('../images/webpageImages/infoBackgroundTop.png');
	width: 930px;
	height: 17px;
}

#infoPageMiddle
{
	background-image: url('../images/webpageImages/infoBackgroundMiddle.png');
	width: 930px;
	height: 100%;
	min-height: 510px;
	padding-bottom: 20px;
	margin-top: -58px;
}

#infoPageBottom
{
	background-image: url('../images/webpageImages/infoBackgroundBottom.png');
	width: 930px;
	height: 30px;
	margin-top: -8px;
	margin-bottom: 15px;
}

#infoPageContent
{
	margin: auto;
	width: 650px;
	height: 100%;
	padding-left: 20px;
	padding-right: 20px;
	color: black;
}

.headingTitle
{
	font-size: 2em;
	font-family: serif;
	font-weight: bold;
	padding: 20px;
	text-align: center;
}

.paragraphTitle
{
	font-size: 1.5em;
	font-weight: bold;
	
}

