@charset "utf-8";
/* CSS Document */

/* Announcements Banner */
#announcements{
	background-color: #545454;
	padding: 20px;
	text-align: center;
}
#announcements a:link{
	color: #FFF;
	font-weight: bold;
}
#announcements a:hover, #announcements a:active {
	color: #fec325;
}
#announcements a:visited  {
	color: #FFF;
}
#announcements{
	color: #FFF;
}

/* Branding Header */
#brandingHeader{
	height: 360px;
	width: 100%;
	background-color: #333333;
}