/* CSS Footer Document */
#footer {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #9a9a9a;
	text-align: center;

	border-bottom: 1px solid #e5e5e5;
	
	padding-top: 16px;
	padding-bottom: 16px;

}

#footer a 
{
	color: #9a9a9a;
}

#footer .copyright {
	margin-left: 260px;

}

#footer .footerlinks 
{
	width: 258px;
	text-align: center;
	float: left;
	text-decoration: none;
}

#footer .links {

	text-decoration: none;
}

#footer .links:hover{
	text-decoration: none;
}