#content {
    width: 520px;
    float: left;
}

#border {
    background-color: #FFFFFF;
    height: 500px;
    float: right;
    text-align: left;
}

#border .public-news-header {
      margin-left: 10px;
      width: 155px;
}

#left .public-news-header {
      width: 155px;
}

#border .public-news-header TR TD, #left .public-news-header TR TD {
      padding-left: 5px;
      background-color: #FF6600;
      vertical-align:middle;
      text-align:left;
      font-weight: bold;
      font-size: 8pt;
      color: #ffffff;      
}

#border .public-news-header TR TD.empty, #left .public-news-header TR TD.empty {
      background-color: #FFFFFF;
}

#latest-news {
	width: 155px;
	background-color: #FFFFFF;
	color: #000000;
	
}

#latest-news .news-title, #latest-news .news-title A {
	font-weight: bold;
}

#latest-news .news-more, #latest-news .news-more A {
	font-size: 7pt !important;
	font-weight: bold;
}

#latest-news .news-date {
	font-size: 8pt;
}

#latest-news .news-category {
	font-size: 8pt;
}

#latest-news .news-content {
	font-size: 9pt;

}

#latest-news .news-content A {
	color: #FF6600;
	font-size: 9pt;
}

#border #latest-news {
    margin-left: 10px;
}

#latest-news P {
    margin: 0px;
    line-height: 120%;
}


#latest-news .highlights-title {
	font-size: 8pt;
    font-weight: bold;
    color: #FF6600;
}

