﻿/* the news box */
#news
{
	width:200px;
	
	
}
#news .bold
{
    font-weight:bold;
    width:200px;
}

#ctl00_ContentPlaceContent_HomePageNews1_DLoverviewbullets table
{
     width:200px;
}
#news a:visited
{
    color: #000066;
    padding-bottom: 5px;
    font-size: 10px;
    text-decoration: none;
}
#news a
{
    color: #000066;
    padding-bottom:5px;
    font-size:10px;
    text-decoration: none;
}

#news a:hover
{
    color: #000066;
    padding-bottom: 5px;
    font-size: 10px;
    text-decoration: underline;
}


#news div
{
	margin:0 .5em 0 1em;
	padding:0;
}
#news div{
	line-height:1em;
}
/* the news box when JavaScript is available */
#news.hasJS
{
	height:200px;
	overflow:hidden;
	position:relative;
}
/* The nested UL when JavaScript is available */
#news.hasJS div
{
	position:absolute;
	top:120px;
	left:0;
	margin:0 .5em 0 .5em;
	padding:0;
}