/* CSS Document */

html, body {
  color : #000000;
  background : #ffffff;
  font-family : "Times New Roman", Times, serif;
  font-size : 12pt;
  width:100%
}
a {
  text-decoration : underline;
  color : #0000ff;
}

#wrapper {
	width:100%;
	}
#content {
	float:none; !important
	width:100%;
	}
#pagetitle {
	display:inline;
	}
#sidenav, #footer, #banner {
  display : none;
}