/* CSS Document */
#footer{
	text-align:center;
	padding:20px 0 40px 0;
	color:#355c81;
	width:100%;
}
#ftnav{
	width:348px;
	margin:0 0 0 45px;
	}
#ftnav li{
	float:left;
	margin-right:10px;
}
#ftnav li.last{
	margin-right:0px;
}
#ftnav li a{
	color:#355c81;
	text-decoration:none;
}
#copyright{
	margin:2px 0 0 0;
	text-align:center;
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
}
a:link {
	color:#355c81;
	text-decoration: none;
}
a:visited {
	color:#355c81;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	color:#355c81;
	text-decoration: none;
}
