﻿body 
{
	margin: 0;
}
img
{
	border: 0;
}

.navlinks
{
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
}

.navLinks a, .navLinks a:visited
{
    color: #FFFFFF;
}

.navLInks a:hover, .navLinks a:active
{
    color: #003300;
    text-decoration: none;
}

/************  Header ************/
#headerLocations {
	position:absolute;
	margin: 0;
	width:104px;
	height:80px;
	z-index:1;
	left: 805px;
	top: -95px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
#headerLocations a:link, #headerLocations a:visited
{
	color: #000000;
}
#headerLocations a:hover
{
	color: #FFFFFF;
}


/************  Footer ************/
#footerText a:link, #footerText a: visited
{
    color: #2F6220;
    text-decoration: underline;
}
#footerText a:hover
{
    color: #000000;
    text-decoration: none;
}

