#footer {
	height: 24px;
/*	border-top: 1px solid #00008B;
	border-bottom: 1px solid #00008B;*/
	font-size: 0.8em;
	padding: 3px 0px 1px 0px;
	margin-left: 0;
	width: 800px;
	background-image: url(../graphics/bottom-bar-bg.png);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Arial, Tahoma, Verdana, sans-serif;
	color: #FFFFFF;
}
#footer .left {
	float: left;
	font-size: 1em;
	font-style:italic;
	font-weight: bold;
	text-align: left;
	width: 69%;
	padding-left: 4px;
}

#footer .right {
	float: right;
	text-align: right;
	width: 29%;
	padding-right: 4px;
}

#footer .links {
	font-style: normal;
	font-weight: normal;
/*	font-size: 10px;*/
	padding-left: 60px;
}

#footer .links a {
	text-decoration: none;
	color: #FFFFFF;
}

#footer .links a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

#footer .links a:hover {
	text-decoration: underline;
	color: navy;}
	