/* Start of CMSMS style sheet 'Module: News' */
#content #main #news .NewsSummary .NewsSummaryLink {
  margin: 0;
  padding: 0;
  color: #6f9b8e;
}

#content #main #news .NewsSummary .NewsSummaryPostdate {
  font-style: italic;
  color: #838383;
  font-size: 0.75em;
  margin: 0;
  padding: 0;
  margin-bottom: 1.3em;
  margin-top: -0.4em;
}

#content #main #news .NewsSummary .NewsSummaryContent p {
  padding: 0; /* padding for the news article summary */
  margin: 0;  /* margin for the entire div surrounding the news list */
  border: 0 none; 
  background: #c7e4d2;
  font-size: 0.75em;
  margin: 0; /* margin to the bottom of the news article summary */
}

#content #main #news .NewsSummary {
  padding-bottom: 2em;
  margin-bottom: 2em;
  border-bottom: dotted 1px #edf7f2;
}

#content #main #news p {
  font-size: 0.75em;
}

#content #main #news .large {
  margin-bottom: 20px;
  width: 448px;
}

#content #main #news .small {
  padding: 0;
  float: left;
  margin-right: 20px;
  margin-bottom: 5px;
  width: 118px;
  height: 170px;
}

/* End of 'Module: News' */

