@charset "UTF-8";
/* CSS Document */

/*Sets the left navigation to always be gray. This should be temporary*/
.sp.column.one div.ui-widget.app.navigation li a {
	color: #191919;

}
/*Updates the Contact styls for departments. When incorporated into the main CSS, remove all other references*/
.contact_name {
	color: rgba(40,40,40,1.0);
}
.contact_title {
	color: rgba(64,64,64,1.0);
	font-weight: bold;
}
.contact_phone {
	color: rgba(64,64,64,1.0);
}
.contact_email, .contact_email a, .contact_email a:link {
	color: #2c6683 !important;
	font-weight: bold;
}
