/* styles for Truant news page */



/* MAIN AREA */
/* table encompasses everything between primary nav and footer */

#maintable div.strut1 {
  width: 254px;
  height: 1px;
}
#maintable div.strut2 {
  width: 324px;
  height: 1px;
}
#maintable div.strut3 {
  width: 172px;
  height: 1px;
}
#maintable td.shaded {
  background-color: #efefef;
}



/* BROCHURES LIST */

#divbrochures {
  padding: 72px 10px 72px 18px;
}
#divbrochures p {
  font-family: Verdana, Arial, Lucida, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 22px;
  color: #636363;
  margin: 0px;
}
#divbrochures a,
#divbrochures a:link,
#divbrochures a:visited {
  color: #636363;
  text-decoration: underline;
}
#divbrochures a:active,
#divbrochures a:hover,
#divbrochures a:focus {
  color: #636363;
  text-decoration: underline;
}

