#page_footer {
  display: none;
}

#site_footer {
  clear: both;
  margin: 0;
  padding: 0;
  background-color: #7AB200;
  font-size: 9pt;
}

#footer {
  clear: both;
	width: 911px;
	margin: 20px auto 0 auto;
	color: #aaa;
	padding: 0 0 0 49px;
  font-size: 8pt;
}

#footer ul {
	float: left;
	margin: 0 80px 1px 0;
	color: #aaa;
	padding: 1px;
  min-height: 120px;
}			

#footer ul:hover, #footer ul:hover a {
	color: #000;
}

#footer li:hover {
	color: #000;
}	

#footer .title {
	display: block;
	padding: 0 0 6px 0;
	font-weight: bold;
}	

#footer li {
	display: block;
	padding: 1px 1px 2px;
	line-height: 120%;
}		

#footer a {
	padding:1px 1px;
	border:1px solid #fff;
	text-decoration:none;
	color: inherit !important;
	color: #aaa;
}	

#footer a:hover {
	text-decoration: none;
	background:#adf;
	border:1px solid #68b;
	-moz-border-radius:5px;
	-khtml-border-radius: 5px;
}

#site_credits {
  clear: both;
  font-size: 8pt;
  margin: 40px auto;
  padding: 40px auto;
}
@media print {
  #page_footer {
    display: none;
  }
  #site_footer {
    display: none;
  }
  #footer {
    display: none;
  }
}
