﻿#footer {
	margin: .0625em;
	padding: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif; /* set the font */;
	text-align: center;
	background-image: url('../corners/blue-wtegradient-topnav.gif');
	background-repeat: repeat-x;
}
#footer p {
	margin: 0;
	font-size: .75em;
	text-align: center;
	}
#footer a {
	color: #194870;
	font-weight: bold;
}
#footer a:hover {
	text-decoration: none;
	color: #cc0000;
	}
#footer .current {
    color: #cc0000;  
	cursor: default;	
	}
#copyright {
	text-align: center;
	}
#copyright p {
	font-size: .75em;
	}
	
