document.write(
'<style>' +
'.footer {' +
	'font-size: .8em; Verdana, Arial, sans-serif' +
	'font-weight: bold;' +
	'text-align: center;' +
'}' +

'.footer-links {' +
	'background: #063;' +
	'color: #fff;' +
	'padding: 2px 0 4px;' +
'}' +

'.footer-links a {' +
	'color: #fff;' +
	'text-decoration: none;' +
	'margin: 0 3px;' +
	'padding: 0;' +
'}' +

'.footer-links a:hover {' +
	'text-decoration: underline;' +
'}' +

'.copyright {' +
	'font-size: .9em; Verdana, Arial, sans-serif' +
	'font-weight: bold;' +
'}' +
'</style>' +
	'<div class="footer">' +
		'<div class="footer-links">' +
			'<a href="http://www.vermont.gov/">Vermont.gov Home</a>' +
			'&#183;' +
			'<a href="http://www.vermont.gov/egovernment/agencylist.html">Agencies &amp; Depts.</a>' +
			'&#183;' +
			'<a href="http://www.vermont.gov/portal-policies/privacy_policy.html">Vermont.gov Privacy Policy</a>' +
		'</div>' +
		'<div class="copyright">' +
			'A Vermont Government Website<br />' +
			'Copyright &copy; 2004 State Of Vermont - All rights reserved' +
		'</div>' +
	'</div>'
);
