

/*++++++++++++++++++++++++++++++++++++++ News Ticker ++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++             ++++++++++++++++++++++++++++++++++++*/

#newsticker_container {
	width:538px;
	height:25px;
	position:relative;
	margin:20px 0;
	border:1px solid #e2e2e2;
	padding:5px 0 7px 0;
}

#newsticker_container h4 {
	margin:0;
	position:absolute;
	left:5px;
	top:5px;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333;
}

#newsticker {
	list-style:none;
	margin:0;
	padding:0;
	width:538px;
	position:absolute;
	left:0;
	top:0;
	font-size:14.5px;
}

#newsticker a:link, #newsticker a:visited {
	color:#7c9dc1;
	border-bottom:1px dotted #7c9dc1;
}

#main_content a:hover {
	color:#333;
	border-bottom:1px dotted #333;
}

#newsticker li {
	margin:0;
	padding:0;
}