﻿
#seminars{
	background-image: url(/Images/events_red.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 900px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 9px;
	padding: 0px;
	vertical-align: middle;
	clear: both;
}

	#seminars img 
	{
		float: left; 
		margin-left: 100px;
		padding-top: 0px;
		margin-right: 10px;
	}

	#seminars span 
	{
		clear: both;
		font-weight: bold;
		color: #FEFEFE; 
		padding-top: 10px;
		display: block;
	}
	
	#seminars span a {
		color: #0189C7;
		margin-left: 6px;
	}

#newsticker {
	background-image: url(/images/news_red_bg.gif);
	background-repeat: no-repeat;
	clear: both;
	height: 35px;
	width: 900px;
	overflow: hidden;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 10px;
	padding: 10px 0px 0px 80px; 
	margin: 0px;
}

	#newsticker span {
		font-weight: bold;
		color: #FEFEFE;
		font-size: 10px;
		margin-left: 0px;
	}

	#newsticker span a {
		color: #0189C7;
		margin-left: 6px;
	}
