div#footerNav {
	text-align: center;
	font-size: 12px;
}

div#footerNav ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

div#footerNav li {
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0px;
	border-left-style: none;
	padding-right: 5px;
	padding-left: 5px;
	border-width: 1px;
	border-right-style: solid;
	border-right-color: #f3b82a;
	display: inline;
}

div#footerNav li.last {
	border: 0px;
}

div#footerNav a:link              { color:#ff6600; text-decoration:none; }
div#footerNav a:visited           { color:#ff6600; text-decoration:none; }
div#footerNav a:hover             { color:#ff6600; text-decoration:underline; }
div#footerNav a:active            { color:#ff6600; text-decoration:none; }

div#copyright {
	text-align: center;
	color: white;
}

div#copyright a {
	color: white;
	text-decoration: none;
}
