p.accessible {display: none;}
div#nav {display: none}
img {display: block}
dive#wrapper, div#maincontent, div#footer {
	width: auto;
	border: 0;
	margin: 0 5%;
	padding: 0;
/*	float: none !important;*/
	color: #000;
	background: transparent;
}
body {
	background-color: #fff;
	font-size: 14pt;
}

/* This style will spell out acronyms and abbreviations after they are used on the page */
acronym:after {
	content: " (" attr(title) ")";
}

a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

a:link:after, a:visited:after {
	content: " (" attr(href) " ) ";
}

h1, h2, h4, span.red, legend#calculator, p.right_link a, caption {font-family: "Arial Black", "MS Sans Serif", Arial, Verdana, sans-serif; text-transform: uppercase;}
p, ul, ol, label, legend, td {font-family: Palatino, "Palatino Linotype", Georgia, Times, "Times New Roman", serif;}
h1, h2, h3, h4 {font-size: 16pt;}