#footer
{
	width: 1005px;
	height: 60px;
	background-color: rgb(255, 249, 236);
	border: 1px solid rgb(176, 191, 209);
	text-align: center;
	padding: 15px 0px;
	margin: 0 auto 30px;
	clear: both;
}
.footerInfo
{
	font-family: "Trebuchet MS", Trebuchet, Verdana, Sans-Serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	letter-spacing: -0.125px;
	color: rgb(109, 126, 155);
}
A.footer
{
	text-decoration: none;
	color: rgb(109, 126, 155);
}
A:hover.footer
{
	text-decoration: none;
	color: rgb(109, 126, 155);
	background-color: #DDDDDD;
}
A:visited.footer
{
	text-decoration: none;
	color: rgb(109, 126, 155);
}
