/* The Project + Partners Section Header format style for colors */

#divBreadCrumbs p {
	color: #CC3333;
}
.NewsHeadline {
	border-top: none #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;
}

#projectbox {
	background-color: #DC153C;
	padding: 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}


.CurrentYear {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
.ReverseBlue {
	background-color: #CCDFF2;
	padding: 3px;
}

/* project section links */
#divMain a:link {
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
}

#divMain a:visited {
	color:  #CC0000;
	text-decoration: none;
	font-weight: bold;
}

#divMain a:hover {
	color: #CC0000;
	text-decoration: underline;
	font-weight: bold;
}

#divMain a:active {
	color: #CC0000;
	text-decoration: underline;
	font-weight: bold;
}