#news_page {

  position: relative;
  width:  960px;
  top:  72px;
  background:  #FFFFFF;
  color:  #000000;
  padding-left:  10px;

}

#years_bar {

  position:  relative;
  width:  940px;
  height:  30px;
  left:  0px;
  background:  #E6E6E6;
  color:  #000000;

}

#years_bar ul {

  list-style:  none;
  height:  30px;
  overflow:  hidden;
 
}

#years_bar li {

  float:  left;
  padding-top:  5px;

}

#years_bar a {

  display:  block;
  height:  30px;
  text-align:  center;
  color:  #000000;
  background-color: none;
  text-decoration:  none;
  
}

#years_bar a:hover {

  background-color:  #E8E8E8;
  border-top:  5px solid #888888;

}

#news_list_table {

  float:left;
  width:  940px;
  margin-top:15px;
  margin-left:  0px;
  background:  #FFFFFF;
  color:  #000000;
  border-bottom:  2px dotted #CCCCCC; 

}

#news_list_table td {

  padding-left:  0px;
  top:  0px;
  
}

#news_list_table tr:hover {

  color: #FF6600; 

}

#news_list_table td a {

  color:  #000099;
  text-decoration:  none;

}


#news_list_table td a:hover {    

  text-decoration:  underline;

}

#footer {

  float:left;
  margin-top:  20px;
  margin-left:  0px;
  background:  #555555;
  height:  20px;
  width:  940px;
  border-top:  3px solid #AAAAAA;
  text-align:  center;
  padding-top: 3px;
  font-size:  10px;
  color:  #FFFFFF;
  
}

#footer_right {

  float: right;
  padding-right:  12px;
  color:  #FFFFFF;

}

#footer_email {

 float: left;
 padding-left:  12px;

}

#footer_email a {
  
  color:  #FFFFFF;
  text-decoration:  none;

}
