#page_nav, #nav_left, #nav_right, #document_options, #controls, #footer, #footer_no_right_nav, 

.hidden, .print, .noprint, p.pdf, .full
{
  display:none;
}
#content, #footer, #footer_no_right_nav
{
  padding: 0em;
  width: 100%;
  overflow: show;
}
#content_wrapper
{
 margin: 0em;
}
body
{
  background-color: white;
  min-width: 0px;
  margin: 0em;
  padding: 0em;
}

h1, h2
{ 
	margin-left: 0em;
}

a, a:link, a:visited, a:active
{
    text-decoration: none;
    font-style: normal;
    color: #000000;
}
#footer #copyright #footer_no_right_nav
{
  display: block;
  position: absolute;
  bottom: 2em;
}
