#footer {
	background-color: #4447B0;
	width: 580px;
	padding-left: 200px;
	padding-right: 20px;
	font-size: 12px;
	color: #D7DAFF;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}
#footer a:link {
	color: #CED0F4;
	text-decoration: none;
	font-weight: bold;
}
#footer a:visited {
	color: #CED0F4;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	color: #E6E6F9;
	text-decoration: underline;
	font-weight: bold;
}
#footer a:active {
	color: #C7DCFE;
	text-decoration: underline;
	font-weight: bold;
}

