﻿/*
		FPCEvents.css
		
		Contains the styles specific to the Events Page of the 
		FPC Hickory Web site
*/

/*

	Default Body Styles
	
*/
.pageHeaderEvents {
	width: 750px;
	height: 75px;
}
.pageHeaderEvents h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	letter-spacing: .4em;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	font-style: normal;
}
.contentAreaSection {
	width: 750px;
	height: auto;
	text-align: center;
	vertical-align: top;
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #C9C28F;
}
.contentAreaSectionHeading {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	vertical-align: top;
	text-align: left;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 20px;
	margin-left: 30px;
	margin-top: 10px;
}
.contentAreaSectionText {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	vertical-align: top;
	text-align: center;
	margin: 10px;
}
.contentAreaSectionText h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	vertical-align: top;
	text-align: center;
	font-weight: bold;
	margin-top: 15px;
}

