.list1 ,.idTabs { 
        width: 100%;
  text-align:left;
  margin:0px;
  padding:0px;
}
.list1 { border-bottom:1px #CCC solid; height:20px;}
.idTabs { height:5px; }
.right {text-align:right;}
.list1 ul,.idTabs ul{ 
  list-style-type: none;
}

.list1 li,.idTabs li{ 
  margin:0px;
  padding:0px;
  display:inline;
  list-style: none;
  line-height: 1em;
}

.list1 a{ 
  text-decoration:none;
  font-weight:bold;
  font-size:14px;
}

.idTabs a{ 
  text-decoration:none;
  font-size:12px;
  font-weight:bold;
}

.list1 a:hover,.idTabs a:hover,.idTabs a.selected{ 
  text-decoration:underline;
}

.NewsSummary {
/* padding for the news article summary */
  padding: 0.5em 0.5em 0.2em 1em;
/* margin to the bottom of the news article summary */
  margin: 5px 0;
  background:#eee;
}
.NewsSummaryPostdate {
/* smaller than default text size */
  font-size: 90%;
/* bold to set it off from text */
  font-weight: bold;
  float:left;
}
.NewsSummaryLink {
/* bold to set it off from text */
  font-weight: bold;
/* little more room at top */
  margin-left: 180px;
}
.NewsSummaryLink a {
  text-decoration:none;
}
.NewsSummaryLink a:hover {
  text-decoration:underline;
}
.NewsSummaryCategory {
/* italic to set it off from text */
  font-style: italic;
  margin: 5px 0;
}
.NewsSummaryAuthor {
/* italic to set it off from text */
  font-style: italic;
  padding-bottom: 0.5em;
}
.NewsSummarySummary, .NewsSummaryContent {
/* larger than default text */
  line-height: 140%;
  margin-top: 1em;
  margin-left: 180px;
}
.NewsSummaryMorelink {
  padding-top: 0.5em;
}
#NewsPostDetailDate {
/* smaller text */
  font-size: 90%;
  margin-bottom: 5px;
/* bold to set it off from text */
  font-weight: bold;
}
#NewsPostDetailSummary {
/* larger than default text */
  line-height: 150%;
}
#NewsPostDetailCategory {
/* italic to set it off from text */
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}
#NewsPostDetailContent {
  margin-bottom: 15px;
/* larger than default text */
  line-height: 150%;
}
#NewsPostDetailAuthor {
  padding-bottom: 1.5em;
/* italic to set it off from text */
  font-style: italic;
}
/* more divs, left unstyled, just so you know the IDs of them */ 
#NewsPostDetailTitle {
}
#NewsPostDetailHorizRule {
}
#NewsPostDetailPrintLink {
}
#NewsPostDetailReturnLink {
}