
/* This CSS is just for the home page and should match all sub-pages on the site*/

#footerhp {
	text-align: center;
}

/* Horizontal List for footer etc. */
#footerhp li {
	display: inline;
}


#footerhp li a:link, li a:visited {
  color: #1A3323;
}

/*#footershp li a:visited {
  color: #627E70;
}*/

#footerhp li a:hover {
  color: #B4C4B9;
}

/* disclaimer info justified in the footer */
.disclaimer {
	text-align: justify;
	font-weight: bold;
	font-size: 12px;

}

