@charset "utf-8";


#footer { /*centers div w nav */
	width:589px;
	height:20px;
	margin-left: auto;
	margin-right: auto;
}
.center  {
	text-align:center;
	margin:0px;
	font-size: 12px;
}

/* *** pipeLinks *** */
#footer ul 	{
	list-style-type: none;
	padding: 0px;
	margin: 0;
	font-size:12px;
}
#footer li 	{
	border-right: 1px solid #000000;
	line-height: 1; /* no unit of measure; calculates off of inherited font size */
	padding:0 6px;
	padding-bottom: 0.1em; /* optionally use bottom padding to center the link vertically within the pipe list */
	float: left;
}
#footer li.last {border: 0;}

#footer li a {
	color:#000000;
	text-decoration:none;
}
#footer li a:hover {
	text-decoration:underline;
}

