/* NEWS STYLES */
#newsContainer
{
	margin-right: 0px;
	border: 1px solid #143a67;
}

#newsHeaderContainer
{
    font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	color: #143a67;
	font-weight: bold;
	text-align: center;
    background-color: #cee4fe;
    border-bottom: 1px solid #143a67;
}

#newsItems
{
    font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	color: #606060;
	line-height: 30px;
    font-weight: bold;
    /*padding: 15px 5px 5px 5px; */
}

#newsItems a
{
    padding: 0px 2px 1px 15px;
    background: #fff url(images/arrow_right.jpg) left center no-repeat;
    width: 10px;
    height: 10px;
}

#newsItems a
{
    font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	color: #606060;
	line-height: 20px;
    padding: 0 2px 1px 15px;
    background: #fff url(images/arrow_right.jpg) left center no-repeat;
    width: 10px;
    height: 10px;
    text-decoration: none;
}

#newsItems a:hover
{
    font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	color: #606060;
	line-height: 20px;
    padding: 0 2px 1px 15px;
    background: #fff url(images/arrow_right.jpg) left center no-repeat;
    width: 10px;
    height: 10px;
    text-decoration: underline;
}

.news_itemContainer
{
  background-color: #ffffff;
}

.news-header
{
    font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	color: #606060;
	line-height: 20px;
    font-weight: bold;
    padding: 15px 5px 5px 5px;
}

.news-date
{
    font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 10px;
	color: #606060;
	line-height: 20px;
    font-weight: bold;
    padding: 15px 5px 5px 5px;
}

.news-body
{
    font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	color: #606060;
	line-height: 16px;
    font-weight: bold;
    padding: 15px 5px 5px 5px;
}


