@charset "utf-8";
#footer {
	clear: both;
	width: 1000px;
	position: relative;
	margin-top: 0px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #164271;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4c6e92;
	float: left;
}
#footer .copyright {
	color: #003366;
	float: left;
	margin-left: 24px;
	padding: 0px;
	margin-top: 36px;
	margin-right: 0px;
	margin-bottom: 36px;
}
#footer .copyright a {
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}
#footer .copyright a:hover {
	text-decoration: underline;
}
#footer .indeed {
	color: #003366;
	float: right;
	margin-right: 24px;
	padding: 0px;
	margin-top: 36px;
	margin-bottom: 36px;
	margin-left: 0px;
}
#footer .indeed a {
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}
#footer .indeed a:hover {
	text-decoration: underline;
}

