/* The News + Events Section Header format style for colors */

#divBreadCrumbs p {
	color: #FF9900;
}

.NewsHeadline {
	border-top: #CCCCCC;
	border-right: #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: #CCCCCC;
	font-weight: bold;
}
.EventListingH1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

/* section links */
#divMain a:link {
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
}

#divMain a:visited {
	color:  #FF9900;
	text-decoration: none;
	font-weight: bold;
}

#divMain a:hover {
	color: #FF9900;
	text-decoration: underline;
	font-weight: bold;
}

#divMain a:active {
	color: #FF9900;
	text-decoration: underline;
	font-weight: bold;
}
