

/* Footer CSS for Connect */

.footerMain
{
	background-color: rgb(153,153,153);
	height:55px;
	clear:both;
}

.footerMain img
{
	border-width:0px;
}

.htmlValidation
{
	margin-top: 18px;
	margin-left:10px;
	vertical-align:middle;
	float:left;
	/*uncomment below to hide the html validation logo*/
	/*display:none;*/
}

.doubleAA
{
	margin-top: 18px;
	margin-left:10px;
	vertical-align:middle;
	float:left;
	/*uncomment below to hide the double AA logo*/
	/*display:none;*/
}

.PoweredBy
{
	vertical-align:middle;
	float:right;
}

.whatsNew 
{
	margin-top: 25px;
	margin-left:50px;
	float:left;
	font-size:large;
	font-weight:bolder;
	color:#FF0000;
	/*comment below to show the whats new link*/
	/*display:none;*/
}

.whatsNew a
{
	text-decoration:none;
	color:#FF0000;
	margin-left:auto;
}

.whatsNew a:hover 
{ 
	text-decoration:underline;
	color: #FF0000;
	
}


