#contentSection {
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	
}

#contentContainer {		
	padding: 0px 10px 0px 10px;
}

#mainPageContainer {		
	width: 100%;
	background-color: #fff5c3;
	
	margin: 0px 0px 50px 0px;
	padding: 0px 0px 0px 0px;
}

#pageTitle{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #003399;
	text-decoration: none;
	
	border-bottom: 1px solid #749bcc;	
}

.subTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #003399;
	text-decoration: none;
	
	padding: 20px 0px 0px 0px;
}

#listTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #003399;
	text-decoration: none;
	
	padding: 20px 0px 5px 0px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	
	padding: 0px 0px 0px 22px;
	margin: 0px 0px 20px 0px;
}

ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	
	padding: 0px 0px 0px 25px;
	margin: 0px 0px 20px 0px;
}

a:link, a:visited, a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #003399;
	text-decoration: underline;
}

a:hover {
	color: #960000;
}


#flyerPANEL {
	width: 567px;
	height: 260px;	
	
	background-image: url(../images/siteSpecificBanners/IMG-Flyer_Background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 50px 0px;
	
}

#flyerPANEL_Title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	
	padding: 20px 20px 20px 20px;
	margin: 0px 0px 0px 0px;
}





