body{
	font-family: 'Helvetica', 'Open Sans', 'sans-serif';
	font-size:16px;
	font-weight:normal;
	color:#000;
}
p{
	font-family: 'Helvetica';
	font-weight:normal;
}
.center{
	text-align:center;
}
.slogan{
	font-weight:700; 
	text-align:center; 
	width:100%;
	float:left;
	font-size:25px;
	color:#1c808f;
	margin-top:30px;
	margin-bottom:30px;
}
.headerlinks{
	font-size:16px;
	font-weight:700;
}
.headerlinks .blue{
	color:#3da2ac;
}
.headerlinks .gold{
	color:#a07a0d;
	margin-left:30px;
}
.redtext{
	font-weight:700;
	color:#b00339;
}