/* This is a slight variation on staticLayout.css */
/* Thus far only used by SSP CGIs. bboru - 2008-01-02 */
/* Permits the cgi to pull in the global footer include file in /Gincludes/ */

div.footer
{
	clear: both;
	float: none;
	/*width: 90%;*/
	padding-bottom: 2em;
	padding-top: 0.5em;
	font-weight: bold;
	font-size: 85%;
	margin-left: auto;
	margin-right: auto;
}
div.footer ul li
{
	float: left;
	list-style: none;
	border-right: 1px solid;
	white-space: nowrap;
	padding-right: .25em;
	padding-left: .25em;
}

div.footer ul li.last { border-right: none; }

/*hides the copyright notice on every page, this is set to visible in print.css */
div.copyright { display: none; }
