﻿/*
	HTML5 Compliant Layout
	Footer

	Compartmentalized header, body and footer

*/

/* Footer Hyperlinks */

.footerlinks a:link, .footerlinks a:visited, .footerlinks a:hover
{
    color: #fff;
    font-size: 11px;
    font-family: Arial;
}

.footerlinks a:hover
{
    color: #b59759;
}



.footerLink
{
    font-weight: normal;
    text-decoration: none;
    color: #ffffff;
    font-size: 11px;
}

a.footerLink
{
    font-weight: normal;
    text-decoration: none;
    color: #ffffff;
    font-size: 11px;
}
a.footerLink:active
{
    font-weight: normal;
    text-decoration: none;
    color: #ffffff;
    font-size: 11px;
}
a.footerLink:link
{
    font-weight: normal;
    text-decoration: none;
    color: #ffffff;
    font-size: 11px;
}
a.footerLink:visited
{
    font-weight: normal;
    text-decoration: none;
    color: #ffffff;
    font-size: 11px;
}
a.footerLink:hover
{
    font-weight: normal;
    text-decoration: none;
    color: #b59759;
    font-size: 11px;
}


#divFooterBand
{
    clear: left;
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 11px;
}


