/* Start of CMSMS style sheet 'Left Column' */
#mainLeftColumn {
  width: 175px;
  background: #D7DEED;
}
#mainLeftColumn h2 {
  font-family: times, serif;
  font-weight: normal;
  font-size: 1.9em;
  line-height: 1em;
  text-align: center;
  color: white;
  margin: 0;
}

#email_signup h2 {
  background: #4461AC;
  padding: 6px 0 2px 0;
  margin: 0 0 2px 0;
}

#email_signup {
  border-top: solid 6px #4461AC;
  padding: 15px 5px;
}


#email_signup input {
  width: 106px;
  padding: 3px 6px;
  margin: 6px 0;
  font-size: .8em;
}

#email_signup button {
  border: 0;
  background: none;
}


#latest_news h2 {
  background: #4461AC;
  padding: 6px 0 2px 0;
  margin: 0 0 2px 0;
}

.NewsSummaryItems {
  border-top: solid 6px #4461AC;
  padding: 15px;
}
.NewsSummaryItems h3 {
  font-size: 1em;
  color: #E31736;
  margin-bottom: 5px;
  margin: 0;
}
.NewsSummaryItems p {
  font-size: .9em;
  line-height: 1.2em;
  margin-bottom: 20px;
}
.NewsSummaryItem a {
  color: #000000;
}

#latest_news .more {
  padding: 0 15px;
}
#latest_news .more a {
  color: #4461AC;
}

#leftSideNav {
  margin-top: 30px;
}
#leftSideNav ul {
  list-style-image: url(images/nycties/bullet-blue.gif);
  padding-left: 25px;
}
#leftSideNav li {
  padding: 8px 0;
}
#leftSideNav a {
  color: #4461AC;
  font-weight: bold;
}
/* End of 'Left Column' */

