/* Tag specific styles */
body {
  color: black;
  background-color: #D2EFDF;

  background-image: url('/test/images/sidebarLogo.gif');
  background-position: -10px 125px;
  background-repeat: repeat-y;

  height: 100%;
}

p {
}

p:first-letter {
  font: bold 120% Georgia, serif;
  padding-right: 2px;
}
p.nofirstletter:first-letter
{
  font: normal 100% Georgia, serif;
  padding-right: 0px;
}

a {
/*  color:  #4a936e; */
}

a:hover {
  color: #4a9870;
}

img {
  border: 0px;
}

table {
}

tr {
}

td {
  padding: 5px 5px 2px 5px;
  white-space: nowrap;
}

div {
  display: block;
}


/* Class specific styles */
.contentItem {
}

.itemHeader {
  font-size: 2em;
  padding-left: 10px;
  color: #4088b8;
  border-bottom: 5px ridge #AAA;
  margin: 15px 0px 10px 0px;
}

.subItemHeader {
  font-size: 1.25em;
  color: #4088b8;
  border-bottom: 3px solid #30668a;
  padding: 0px 2px 2px 5px;
  margin: 10px 0px 10px 0px;
}

.newsList {
}

.newsItem {
}