#antFooter  {
    position: relative;
    clear:both;
    height: 30px;
    background-color: #CDD4DA;
    border-top: 3px solid #194C7F;
    width: 100%;
}

#antFooter  #footerContent {
        width: 80%;
        height: 30px;
        margin-left: auto;
        margin-right: auto;
}
    
#antFooter  ul {
	list-style: none outside none;
 	margin: 5px 0px 0px 0px;
 	padding: 0;
 	text-decoration: none;
        position:relative;
        left:10%;
}

#antFooter  li {
    float: left;
}

#antFooter  li.spacer {
	margin-top: 0px;
	padding: 0px 10px 0px 10px;
}

#antFooter  ul li a {
    color: #194C7F;
    font-size: 12px;
    padding: 7px 0px 0px 0px;
    font-weight: bold;
}