/* CSS only needed for the demo */
	
	#mainContainer{
		width:550px;
		margin:0px;
		text-align:left;
		background-color:#FFF;
		padding:0px;
		

	}
	.clear{
		clear:both;
	}
	
	/* End CSS only needed for the demo */
	
	
	#rssBox{ /* The main box for the rss scroller */
	width:550px;
	margin:1px;
	float:right;
	height:75px;
	padding:0px;
	font-size:9px;
	background-color:#CCCCCC;
	/* Never change these two values */
		overflow:hidden;
	position:relative;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	}		
	
	#rssBox .slide{	/* A specific slide */
		background-color:#FFFFFF;	/* Light blue background color */
		
	}
	
	.rssBoxDate{
		display:none;	 /* I don't want to show the date */
		margin: 0px;
		padding: 0px;
	}
	.rssBoxHeading{	/* Heading of RSS item */
	font-weight:bold;
	color:#317082;
	margin:0px;
	font-size: 10px;
	padding: 0px;
	border: 0px none 0;
	}
	.rssBoxDescription{	/* Description of RSS item */
	font-size: 9px;	
	}	
	.rssBoxLink{	/* Read more link */
		color:#000066;
		text-decoration:none;
	}
	.rssBoxLink:hover{	/* Read more link - mouse over */
		text-decoration:underline;
	}
	p.rssBoxHeading {
	margin: 0px;
	padding: 0px;	
	}
		p.rssBoxDescription {
	margin: 0px;
	padding: 0px;	
	}
		p.rssBoxDate {
	margin: 0px;
	padding: 0px;	
	}
