#footer{
    border-top: 2px solid #003399;
    background: url(/shared/images/footer/tile.gif) 0 0 repeat-x #e5e5e5;
    color: #666;
    font-size:11px !important;
    width:100%;
}
#footer a img{
    border:none;
    text-decoration:none;
}
#footerTop{
    width:845px;
    margin: 0 auto;
    color: #000;
    font-size: 10px;
    line-height: 18px;
    height: 74px;
    margin-top:10px;
}
#footerBottom{
    width:845px;
  	height:50px;
    margin: 0 auto;
    padding-top: 5px;
    font-family: Arial, Helvetica, sans-serif;
}
#footerBottom a{
    color: #333 !important;
    padding: 0 2px;
    font-size:11px !important;
    background: #e5e5e5 !important;
    text-decoration: underline !important;
}
#footerBottom a:hover{
    color: #ff1111 !important;
    text-decoration: underline !important;
}
#footerBottom form{
    display:inline;
}
#footerBottom input{
    display:inline;
    width: 96px;
    height: 18px !important;
    font-size: 11px;
    color: #999;
}
#footerBottom input.button{
    width:56px;
    background: #ccc;
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size:11px;
    border: 1px solid #d3d3d3;
    height:18px;
}

.footerText {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}

.left, .leftTop{
    float:left;
    width:134px;
    border-right: 1px solid #ccc;
    text-align:right;
    padding-right: 12px;
}
* html .left, * html .leftTop {
	width: 160px;
}
.leftTop{
    padding:8px 12px 16px 0;
}
.right{
    text-align:center;
    padding-top:8px;
}
.links{
    padding: 0 20px;
}
.clear{
    clear:both;
}     