﻿body
{
    margin: 0px;
    overflow: hidden;
    text-align:center; 
    margin-left:auto; 
    margin-right:auto; 
    background-color:#000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #AFAFAF;    
}
#footerBox
{
    padding-top: 40px; /* Vertical distance between body and footer */
    margin-left: auto;
    margin-right: auto;
    width: 1000px; /* width sets entire footer width */
    text-align: center; /* border: 1px solid red; */
}
/* footerEntry styles each entry, puts the vertical bar on the right */
.footerEntry
{
    border-right: solid 1px #666;
    display: inline;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: .6em;
    padding: 0px 15px 0px 15px;
}
/* box inside footerBox that contains text and logo */
#legal
{
    padding: 20px 15px 20px 15px;
    text-align: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #AFAFAF;
}
/* anchor styles for footerEntry */
.footerEntry a:link, .footerEntry a:visited
{
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    color: #afafaf;
}
.footerEntry a:hover
{
    color: #dea300;
    text-decoration: underline;
}
/* anchor styles for legal text */
#legal a, #legal a:link, #legal a:visited
{
    text-decoration: underline;
    color: #fff;
}
#legal a:hover
{
    color: #dea300;
    text-decoration: underline;
}