@charset "UTF-8";
/* CSS Document */

a {
	color: #F78F1E;
	text-decoration:none;
	font-weight: bold;
	}
	
a:hover {
	color: #3BBCB0;
	text-decoration: underline;
	font-weight: bold;
	}
	
.hr_green {
	color: #3BBCB0;
	background-color: #3BBCB0;
	height: 2px;
	border: none;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
.hr_lightgrey {
	color: #E6E6E6;
	background-color: #E6E6E6;
	height: 2px;
	border: none;
	padding: 0;
	margin-top: 5px;
	margin-bottom: 5px;
	}

.hr_darkgreen {
	color: #506266;
	background-color: #506266;
	height: 3px;
	border: none;
	padding: 0;
	margin-top: 5px;
	margin-bottom: 5px;
	}

.type_orangesubtitle {
	font-family: "Avenir", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 14px;
	color: #F78F1E;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 150%;
	}
	
.type_greysubtitle {
	font-family: "Century Gothic", "Apple Gothic", sans-serif;
	font-size: 18px;
	color: #808080;
	font-weight: bold;
	text-transform: uppercase;
	}

.type_grey {
	color: #808080;
	}
	
.type_whitesubtitle {
	font-family: "Century Gothic", "Apple Gothic", sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: normal;
	text-transform: uppercase;
	}
	
.type_orange {
	font-family: "Avenir", Tahoma, Geneva, Verdana, sans-serif;
	color: #F78F1E;
	font-weight: bold;
	}
	
.type_green {
	font-family: "Avenir", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 14px;
	color: #506266;
	font-weight: bold;
	}

.type_lightgreen {
	color: #3BBCB0;
	}

.type_featuretitle {
	font-family: "Century Gothic", "Apple Gothic", sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 10px;
	}

.type_boldheading {
	font-size: 14px;
	font-weight: bold;
}

.type_largeheading {
	font-size: 16px;
	font-weight: bold;
	color:#000;
}

.type_smallgrey {
	font-family: "Avenir", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 11px;
	color: #999999;
	}
	
.type_announcementlist {
	font-family: "Century Gothic", "Apple Gothic", sans-serif;
	font-size: 36px;
	color: #506266;
	font-weight: bold;
	}

.type_foundingcommittee a {
	color: #3BBCB0;
	font-weight: bold;
	}
	
.type_foundingcommittee a:hover {
	color: #F78F1E;
	font-weight: bold;
	}

.type_quicklinks {
	color: #999;
	}

.type_quicklinks a {
	color: #999;
	text-decoration: none;
	font-weight: normal;
	}

.type_quicklinks a:hover {
	color: #F78F1E;
	text-decoration: underline;
	}

