/*FOOTER*/
.footer{
	margin:  25px 0px 0px 208px;
	padding: 0px  0px 0px 0px;
	text-align:center;
	border:#66FF00;
	list-style: none;
	display:block;
}


.footer li{
	float:left;
	margin:  -5px 0px -5px 0px;
	padding:  0px 10px 0px 10px;
	border-left:#999999 solid thin;
}

.footer li.first{
	border-left:none;
}

.footer li.copyrigth{
	padding:  0px 0px 0px 82px;
	border-left:none;
	color: #CCCCCC;
}


.footer li.BDALogo{
	margin: -20px 0px 0px 18px;
	padding: 0px 0px 0px 0px;
	text-decoration:none;
	border:none;
}



.BDALogo a{
        display:block;
	text-decoration:none;
	border:none;
	background: url(../images/beaware.jpg) no-repeat;
        width: 36px;
        height:37px;

}

