/*****************
FOOTER STYLES
*****************/
#footerContent {
	margin: 0px;
	padding: 0px;
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.footerLinks {
	width: 970px;
	padding: 10px 0px 0px 10px;
	float: left;

	font-family: helvetica, arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #3b3c52;
}

.footerText {
	width: 970px;
	padding: 10px 0px 0px 10px;
	float: left;

	font-family: helvetica, arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 18px;
	color: #898a8e;
}

.footerImage {
	width: 970px;
	padding: 20px 0px 0px 10px;
	float: left;
}


.footerLinks a{
	text-decoration: none;
	color: #3b3c52;
}
.footerLinks a:hover{
	text-decoration: underline;
	color: #3b3c52;
}

.footerText a{
	text-decoration: none;
	color: #656565;
}
.footerText a:hover{
	text-decoration: underline;
	color: #656565;
}
