
#footerNav {
        clear: both;
        text-align: center;
        padding: 10px 0;
}
#footer{
	width:100%;
        overflow: hidden;
	margin: 0 0 5px 0;
	padding: 0;
}
#footer .content {
	margin: 0;
	padding: 0;
}
#footer td {
        text-align: left;
        padding: 20px 20px 0 20px;
}
#footer a {
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	text-transform : lowercase;
}
#footer a:link, #outerFooter a:visited {
	color: #254D5B;
	text-decoration: underline;
}
#footer a:hover, #footer a:active {
	color: #000;
	text-decoration: underline;
}
#footerNav a {
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	text-transform : lowercase;
        display: block;
}
#footerNav a:link, #footerNav a:visited {
	color: #254D5B;
	text-decoration: underline;
}
#footerNav a:hover, #footerNav a:active {
	color: #000;
	text-decoration: underline;
}

