#page_footer {
	font-family: verdana, arial, helvetica;
	clear: both;
}

#page_footer div.links {
	background-color: #eee;
	width: 100%;
	padding: 9px 0 9px 0;
	float: left;
}

#page_footer div.links ul {
	margin-left: 6px;
	float: left;
	clear: both;
	height: 20px;	
}

#page_footer div.links ul li {
	float: left;
	border-right: solid 1px #c9cacc;
	padding: 0 6px 1px 6px;	
}

#page_footer div.links ul li.last {
	border-right: none;
}

#page_footer div.links ul li span {
	display: inline;
	text-decoration: none;
	line-height: 1.2em;
	font-size: 10px;
}

#page_footer div.links ul li a {
	display: inline;
	text-decoration: none;
	font-size: 10px;
	font-family: verdana, arial, helvetica;
	color: #406d0c;
	border-bottom: dotted 1px #406d0c;
	line-height: 1.2em;
}

#page_footer div.links ul li a:hover {
	border-bottom: solid 1px #6c9e32;
}

#page_footer div.links ul li span sup {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	bottom: .5ex;
}

#page_footer div.legal {
	clear: both;
	background-color: #a4a5a8;
	width: 100%;
	padding: 9px 0 9px 0;
	font-size: 9px;
}

#page_footer div.legal p {
	color: #000;
	margin-left: 12px;
	line-height: 1.5em;
}

#page_footer div.legal p a:hover {
	color: #666;
}

