@charset "UTF-8";
/* CSS Document */

/*- NEWS  ------------------------------------------------------ NEWS border: 1px solid black;color:#0077bd;----*/

#news{
	margin:0px;
}	
#news .title{
	margin: 0px;
	text-transform:uppercase;
	font-size:1.2em;
	color:#0077bd;
}
#news .moreLink{
	color:#FF0000;
}
#news p { 
	margin-top: 0px;
}
#news .blurbText{
	margin-bottom:5px;
	margin-top:5px;
}
#news .date{
	color:#666666;
	font-size:10px;
	}
#news .image{
	/*margin-right:10px;*/
	border: 1px solid #CCCCCC;
	margin: 5px 0px;
}
#news .article {
	border-bottom: 1px dotted #9A9A9A;
	margin-bottom: 15px;
}
#news .clear{
	clear:both;
}

.archiveLink{
	padding-top:3px;
	float:right;
}
/*- NEWS LIST  ------------------------------------------------------ NEWS LIST----*/
#newsList{
	margin-left:63px;
}
	
#newsList .newsLink {
	line-height: 1.2em;
	font-size:11px;
	text-transform:uppercase;
	margin-bottom: 4px;
}

#newsList .date{
	color:#666666;
	font-size:10px;
	text-transform:uppercase;
	margin-left:-63px;
}

#newsList .title{}
