/* common print styles for SHASS new faculty announcement page  */


/* GENERAL */

body {
  background-color: #ffffff;
  background-image: none;
}

.offscreen {
  display: none;
}
#divskiplink,
#divtopanchor {
  display: none;
}
/* elements for screen display or print display only */
span.screenonly {
  display: none;
}
span.printonly {
  display: inline;
}
div.screenonly {
  display: none;
}
div.printonly {
  display: block;
}



/* PAGE AREA */

#divpagearea {
  width: 620px;
}



/* NAVIGATION */

#divnavigation {
  display: none;
}



/* HEADER AREA */

#divheader {
  background-color: #ffffff;
}
#divheader h1 {
  padding: 32px 0px 0px 111px;
}
#divheader p {
  padding: 0px 0px 20px 0px;
}



/* BODY AREA */

#divbody {
  background-color: #ffffff;
  background-image: none;
}
#divmaintext {
  padding: 10px 0px 20px 0px;
  width: 560px;
}
#divmaintext div.divphoto {
  display: none;
}
div.divfaculty {
  border-top: 2px solid #eeeee9;
  padding: 32px 0px 20px 175px;
  width: 385px;
}
div.divfaculty p.backtotop {
  display: none;
}



/* FOOTER */

#divfooter {
  border-top: 2px solid #eeeee9;
  padding-top: 32px;
  background-image: none;
}
#divfooter p.school {
  float: none;
  padding: 0px 0px 0px 175px;
  margin-bottom: 12px;
  width: auto;
  text-align: left;
}
#divfooter p.mit {
  float: none;
  padding: 0px 0px 0px 175px;
  margin-bottom: 12px;
  width: auto;
  text-align: left;
}
