﻿#sContainer
{
 width: 230px;
 height: 750px;;
 overflow: hidden;
 border: solid 0px gray;
 padding: 0px 5px;
 background:url(../images/grad.gif) repeat-x;
 color: Gray;
 font-family: Tahoma;
 cursor: default;
 padding-top:15px;
 position:absolute;
}

#sContent
{
	position: relative; top: 0px; left: 0px;

}

#scroller h1
{
	font-size: 10pt;
	font-weight: bold;
	color: #4a69aa;	
	margin: 0px;
}

#scroller a
{
	color:#4a69aa;
	text-decoration: none;
	font-size: 10pt;
}

#scroller a:hover
{
	text-decoration: underline;
}

#scroller
{
	width: 230px;
	text-align: center;
	
}

#sContent ul
{
	margin: 0px; padding: 0px;
	list-style: none;
	font-size: 8pt;
}

#sContent ul li
{
	margin-bottom: 4px;
	color: Black;
}
#newsitem
{
	margin-bottom: 25px;
	width: 210px;
	font-family:Tahoma;
	color:black;
	text-align:left;
	border: solid 0px red;
}

#newsitem span.Title
{
	font-size: 10pt;
	font-weight:bold;
	margin-bottom:10px;
	display:block;
}

#newsitem span.Description
{
	font-size:9pt;
	margin-bottom:5px;
	display:block;		
}

#newsitem a.ReadMore
{
	font-size:9pt;
	color: red;
}