@charset "utf-8";
#footer {
	float:none;
	width: 924px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	text-align: left;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
#footer ul {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #E8E8E8;
	margin-top: 10px;
	text-align: left;
	list-style-type: none;
	width: 749px;
	float: right;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer li {
	display: inline;
	margin: 0px;
	padding-top: 0px;
	padding-right: .5em;
	padding-bottom: 0px;
	padding-left: .5em;
	text-indent: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	height: 2em;
}
#footer li.rightLink {
	border:none;
}
#footer a {
	color: #628FE2;
	text-decoration: underline;
}
#footer a:hover {
	color: #628FE2;
	text-decoration: none;
}
#footer a.selected {
	color: #CC0000;
	text-decoration: underline;
}
#footer a.selected:hover {
	color: #333333;
	text-decoration: none;
}
