 /* Remove unwanted elements */
#nav, #sidebar, #accessibility, #accessnav, #footer, #navlist ul, #navlist li, #navlist a
{
display: none;
}

/* Ensure the content spans the full width */
#wrapper, #innerwrapper, #content
{
width: 100%; margin: 0; float: none;
}

#imagecol {
	float: none;
	height: 215px;
	width: 357px;
}

a { text-decoration : underline; color : #0000ff; }

body { color : #000000; background : #ffffff; font-family : "Times New Roman", Times, serif; font-size : 12pt; }