/* home page print styles for Koch Institute site  */


/* FLASH */

#divflash {
  display: none;
}



/* BODY */

#divbody {
  height: auto;
  margin-bottom: 1.70em;
}
/* news heading */
#divnewsheading {
  display: none;
}
/* news container */
#divnewscontainer {
  margin-left: 40px;
  border: none;
  padding: 0px;
  width: auto;
  height: auto;
}
/* scroller "window" */
#divnewswindow {
  width: auto;
  height: auto;
  clip: auto;
  overflow: visible;
}
/* layer that scrolls */
#divnewsitems {
  position: static;
}
/* tools */
#divtools {
  display: none;
}
/* news items */
#divnewsitems p {
  margin-bottom: 0.85em;
}
