.wide {
	font-size: 8pt;
}

html {
	/* we really need to know *why* it is not automatically */
	/* getting the correct width */
	width: 8in;
	margin-left: 0;
}

.globaltopics {
	display: none;
}

/* testing new CSS */

div.page {
	position: static;
	margin: auto;
	width: 7in;
	margin-left: 0;
}

div.subnav {
	display: none;
}

div.main {
	position: static;
	margin: auto;
	width: 100%;
}
