#footerNav {
        clear: both;
        background-color: #fff;
        text-align: center;
        padding: 15px 0;
}
#footerNav a:link, #footerNav a:visited {
	color: #163576;
	text-decoration: none;
}
#footerNav a:hover, #footerNav a:active {
	color: #CE006C;
	text-decoration: underline;
}
.footerDivider {
        padding: 0 7px;
	color: #fff;
}

.facebook {
	background: url(/images/facebook.gif) top left no-repeat;
        line-height: 14px;
        padding: 1px 0 1px 19px;
}
