/* home page print styles for Mapping Controversies site  */


/* DECORATIVE PHOTOS */

#divphoto1 {
  display: none;
}
#divphoto2 {
  display: none;
}
#divphoto3 {
  display: none;
}
#divphoto4 {
  display: none;
}



/* COLOR BAR */

#divcolorbar {
  display: none;
}



/* TITLE */

#divtitle {
  position: static;
  padding-bottom: 10px;
}


/* MASSACHUSETTS INSTITUTE OF TECHNOLOGY */

#divmit {
  position: static;
  padding-bottom: 40px;
}



/* PRIMARY NAVIGATION */

#divprimarynav {
  display: none;
}



/* CONTACT LINK */

p#divcontact {
  display: none;
}



/* TEXT AREAS */

#divtext {
}
/* text styles */
#divtext h2 {
  color: #000000;
}
#divtext p {
  color: #000000;
}
#divtext a.pluslink {
  display: none;
}


/* left column */
#divleftcolumn {
  position: static;
  width: 350px;
  padding-bottom: 20px;
}
/* left column text */
#divlefttext {
  min-height: 0px;
  height: auto;
}
/* logos */
#logolist {
  position: absolute;
  left: 440px;
  top: 90px;
  z-index: 1;
}

/* right column */
#divrightcolumn {
  clear: both;
  position: static;
  width: 350px;
  padding-bottom: 20px;
}
/* right column heading */
#divrightheading {
  min-height: 0px;
  height: auto;
}

