    body {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 12px;
  }

  h1 {
    font-size: 24px;
  }

  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 14px;
  }

  li {
    margin-bottom: .5em;
  }

  #newsletter-container {
    width: 100%;
    border: 1px solid #aaa;
  }

  #head-signature,
  #head-signature img {
    background-color: #000;
    width: 142px;
    border: 0;
  }

  #head-newsletter-name {
    width: 100%;
    text-align: left;
    vertical-align: middle;
    color: #000;
    background-color: #eee;
    padding: 1px 10px 1px 10px;
  }

  #newsletter-name {
    font-size: 36px;
    margin: 0;
    padding: 0;
  }

  #newsletter-subtitle {
    font-size: 12px;
    white-space: pre;
    margin: 1px 0 .5em 0;
    padding: 0;
  }

  #newsletter-content-container {
    padding: .5em 1em 1em 1em;
    border-top: 1px solid #ccc;
  }

  #intro-text {
    border-bottom: 1px solid #ccc;
    padding: 0 0 1em 0;
  }

  #newsletter-articles {
    padding: 1em 0 1em 0;
  }

  #newsletter-articles .item {
    margin: .5em 0 .5em 0
  }

  #closing-text {
    border-top: 1px solid #ccc;
    padding: 1em 0 1em 0;
  }

  .links,
  #copyright,
  #copyright a {
    text-align: center;
    font-size: 9px;
    white-space: nowrap;
  }

  .links,
  #copyright {
    margin-top: 1.5em;
  }

  #copyright a {
    display: block;
  }


.event-title {
  font-weight: bold;
}

.event-content .event-intro {
  display: none;
}

.event-intro p {
  margin-bottom: 1em;
  margin-top: 0;
  padding-top: 0;
}

.event-date {
  display: none;
  font-style: italic;
}

.right_sidebar {
  margin-top: 65px;
}

.item-listing {
  margin-bottom: 2em;
}

.item-listing td {
  padding: 10px;
  border-bottom: 1px solid #CCC;
  vertical-align: top;
}

.item-listing img {
  border: 0px;
}

.item-listing .item-title {
  font-weight: bold;
  font-size: 1.2em;
  color: #000;
}

.item-intro {
  margin-top: .5em;
}

.batch-control span {
  padding-right: .5em;
}

.active {
  font-weight: bold;
}

.cal-normal {
	background-color: #ffffff;
	border: none;
}

.cal-hilite {
	background-color: #efefef;
	border: none;
}

.cal-header {
	background-color: #c0c0c0;
	border: none;
}

.cal-title {
  background-color: #ffffff;
  border: none;
  text-align: center;
  font-weight: bold;
}

.ruled-table th {
  text-align: left;
  border-bottom: 1px solid #ccc;
  background-color: #eee;
}

.ruled-table td {
  border-bottom: 1px solid #eee;
}

h2.subhead {
  border-bottom: 1px solid #fec828;
  margin-bottom: 15px;
}