

	/* FOOTER STYLES */
	div#footer {
		border-top: 14px solid #EFE9E5;
		padding-top: 8px;
		color: #003768;
		clear: both;
		padding-bottom: 1em;
	}
	* html div#footer
	{
		height: 1%;
	}
	
	div#footer ul 
	{
	    margin: 0;
	    padding: 0;
	    list-style: none;
	    overflow: hidden;
	    zoom: 1;
	}
	div#footer ul li 
	{
	    padding: 0 .5em;
	    float: left;
	    border-left: 1px solid #003768;
	}
	div#footer ul li.copy 
	{
	    position: relative;
	    background: #fff;
	    margin: 0 -1px 0 0;
	    padding: 0;
	    border-left: 0;
	}
	
	div#footer a,
	div#footer a:link,
	div#footer a:visited,
	div#footer a:hover,
	div#footer a:active{
		color: #003768;
		text-decoration: none;
	}
	div#footer a:hover {
		text-decoration: underline;
	}
