#tabshell {
	position: relative;
	height: 218px;
	font-family: Arial, Tahoma, SunSans-Regular ;
	margin: 0;
	padding: 0 0 0 0;
	font-size: 11px;
	line-height: 14px;
}

#tabs {
	position: absolute;
	z-index: 10;
	margin: 0;
    font-weight: bold;
}


#news {
	width: 260px;
	height: 185px;
	background: url(../images/news_bg.gif) top left no-repeat;
	margin: 0px;
	padding: 30px 0 5px 0;
	display: block;
	z-index: 10;
}


#newscontent {
	width: 225px;
	height: 160px;
	margin: 15px 0 10px 0;
	padding: 0 10px 0 15px;
	overflow: auto;
}

#newscontent a { color: #000000; text-decoration: none;}
#newscontent a:link { color: #000000; text-decoration: none;}
#newscontent a:hover { color: #000000; text-decoration: underline;}
#newscontent a:visited { color: #000000; text-decoration: none;}
#newscontent a:visited:hover { color: #000000; text-decoration: underline;}

#events{
	display: none;
	width: 260px;
	height: 185px;
	background: url(../images/events_bg.gif) top left no-repeat;
	margin: 0px;
	padding: 30px 0 5px 0;
	z-index: 10;
}

#eventscontent {
	width: 225px;
	height: 160px;
	margin: 15px 0 10px 0;
	padding: 0 10px 0 15px;
	overflow: auto;
}

#eventscontent a { color: #000000; text-decoration: none;}
#eventscontent a:link { color: #000000; text-decoration: none;}
#eventscontent a:hover { color: #000000; text-decoration: underline;}
#eventscontent a:visited { color: #000000; text-decoration: none;}
#eventscontent a:visited:hover { color: #000000; text-decoration: underline;}



* html #newscontent {
	margin-top: 40px;
}

* html #eventscontent {
	margin-top: 40px;
}