﻿/***Start - Footer****/

#footer{
clear: left;
text-align: center;
padding: 4px 0;
margin:10px;
}

#footer a{
color: #FFFF80;
}

.htmlValidation
{
	float:left;
}
/***This controls the W3C icons that are displayed at the bottom left of every page if turned on.****/
.doubleAA
{
	float:left;
}
/***Controls the positioning of the Gladstone logo at the base of the page in the footer ****/
.PoweredBy
{
	float:right;
}
/***This used for clearing floats****/
.clearOut
{
	clear:both;
}
/***End - Footer****/