@import url("dnr_core2.css");
html, body {
  margin: 0;
  padding: 10px;
  font-family: "Trebuchet MS", Trebuchet, Helvetica, Verdana, sans-serif;
  background: #fff;
}
#navdnrheader {
  display: none;
}
#menucontainer {
  display: none; 
}       
#menucontainerwide {
  display: none;
}	
#container { /*for page size with borders*/
  width: 100%;
  text-align: left;
}	
#containerwide { /*for page size with borders*/
  width: 100%;
  text-align: left;
}
* html #container { /*for page size with borders for IE*/
  width: 100%;
}		
#content { /*for content size, color and element positioning*/
  width: 100%;
  padding: 0px 10px 10px 0px;
}
#contentwide { /*for content size, color and element positioning*/
  width: 100%;
  padding: 0px 10px 10px 0px;
}
#leftmenu {
  display: none;
}
#dnrfooter {
  display: none;
}
.hp { display:none; } /* general "hide for printing" class */
