#news{
	overflow:hidden;
}

#news #solidLine{
	border-top:1px solid #cccccc;
	width:500px;
	height:1px;
	overflow:hidden;
}

#news .dottedLine{
	width:120px;
	height:1px;
	background-image:url(elements/dottedLine.jpg);
	background-repeat:no-repeat;
	overflow:hidden;
	margin-bottom:10px;
	margin-top:5px;
}

#news #headline{
	color:#019dd0;
	font-size:36px;
	font-weight:bold;
}

#news #subHeadline{
	color:#d10032;
	font-size:18px;
	font-weight:bold;
}

#news .news{
	width:400px;
	margin-top:20px;
	overflow:hidden;
}

#news .newsPic{
	margin-right:5px;
	margin-bottom:5px;
}

#news .float1{
	float:left;
}

#news .float2{
	float:right;
}

#news .newsHeadline{
	font-weight:bold;
	font-size:14px;
}

#news .newsDate{
	font-style:italic;
}

#news .newsText{
	margin-top:10px;
	text-align:justify;
}

#news .formatLink{
	text-decoration:none;
	font-size:12px;
	color:#019dd0;
	font-weight:bold;
}

#news .formatLink:hover{
	color:#d00032;
}

#news #pagerLast{
	margin-right:30px;
	margin-top:20px;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	display:block;
	float:left;
	color:#019dd0;
}

#news #pagerNext{
	margin-top:20px;
	margin-right:20px;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	display:inline;
	float:right;
	color:#019dd0;
}

#news #pagerLast:hover{
	color:#cd0039;
}

#news #pagerNext:hover{
	color:#cd0039;
}

#news .align0{
	text-align:left;
}

#news .align1{
	text-align:center;
}

#news .align2{
	text-align:justify;
}

#news .align3{
	text-align:right;
}
