// ================== CSS CORRECTIONS ======================
// == a backup incase the page is not ASP
if (navigator.userAgent.toLowerCase().indexOf("windows") > -1 && navigator.userAgent.toLowerCase().indexOf("safari") == -1) {
	document.getElementById('nav').style.fontWeight = 'bold';
	if (document.getElementById('subnav')) document.getElementById('subnav').style.fontWeight = 'bold';
}
