#socialMediaNav {
	width: 100%;
	text-align: center;
	height: 23px;
	margin: 15px 0 0 0;
}
#socialMediaNav a {
	margin-right: 5px;
}
#footerNav {
	width: 100%;
	text-align: center;
	height: 25px;
	margin: 15px 0 0 0;
}
#footerNav a {
	font-size: 12px;
	font-weight: normal;
	color: blue;
}
#footerNav a:link, #footerNav a:visited {
	color: blue;
	text-decoration: none;
}
#footerNav a:hover, #footerNav a:active, #footerNav a:focus {
	color: blue;
	text-decoration: none;
}
#footerNav span {
	color: #fff;
	font-size: 12px;
	font-weight: normal;
}

