
#news_container {
  position : relative;
}

#news_container h1 {
  text-align : left;
  position   : absolute;
  top        : -57px;
  width      : 340px;
}
.news_item {
  padding-bottom: 20px;
}
.news_date {
  color        : #FF7605;
  padding-right: 5px;
  margin-right : 5px;  
  font-weight  : bold; 
}
.news_title {
  color           : #7C7A7A;    
  text-decoration : underline;
}
.news_title a:link, .news_title a:visited, .news_title a:hover {
  color           : #7C7A7A;
  text-decoration : underline;
}
.news_title a:hover {
  text-decoration : underline;
}   

.news_text {
  margin-top : 3px;     
}

.news_item_text {
  width  : 280px;
  margin : 4px auto;
}   


#news_list_container {
}                 

.news_list_item {
}
.news_list_line {
  background    : url(../../img/site/line.gif) 0 50% repeat-x;    
  line-height   : 30px
}

.news_list_date {
  color   : #236BB2;
  display : inline;
  padding-right : 10px;
}
   
   
   
.news_item img {
  border : solid 2px #ADD2E7;
  margin : 3px;     
}
.news_item ul {
  list-style-position: inside;
  padding-left: 10px;
}
.news_item blockquote {
  padding-left: 20px;
}
.news_item p {
  padding: 6px 0;
}
   
