/* common print styles for Future of Nuclear Power site  */


/* GENERAL */

body {
  background-color: #ffffff;
  background-image: none;
}

.offscreen {
  display: none;
}
#divskiplink,
#divtopanchor {
  display: none;
}
/* elements for screen display or print display only */
.screenonly {
  display: none;
}
.printonly {
  display: block;
}
span.screenonly {
  display: none;
}
span.printonly {
  display: inline;
}



/* PRE-PAGE */

#divprepage {
  display: none;
}



/* OUTER SHELL */

#divoutershell {
  width: 620px;
  margin: 0px;
}



/* BANNER AREA */

#divbanner {
  height: 214px;
  background-image: none;
  margin-bottom: 84px;
}
/* site title */
#divbanner h1 {
  position: absolute;
  left: 0px;
  top: 0px;
}
/* MIT */
#divbanner p {
  left: 400px;
  top: 145px;
}



/* NAVIGATION */

#divnavigation {
  display: none;
}



/* SECTION OF TEXT */

div.divsection {
  padding-left: 0px;
  background-position: 0px bottom;
}


/* TEXT STYLES */

/* back to top */
#divtext p.backtotop {
  display: none;
}



/* FOOTER */

#divfooter {
  padding-left: 0px;
  background-position: 0px top;
}
