﻿#marqueecontainer
{
	position: relative;
	width: 485px; /*marquee width */
	height: 200px; /*marquee height */
	background-color: white;
	overflow: hidden;
	/*border: 3px solid #990033;*/
	padding: 2px;
	padding-left: 4px;
	margin-left:10px;
	margin-top:15px;
	border:1px solid #8B8D8E;
	/*
	border-left:1px solid #8B8D8E;
	border-right:1px solid #8B8D8E;
	border-bottom:1px solid #8B8D8E;*/
}

.newsitem
{
	text-align:left;
	margin-bottom:15px;
}

.newsitem span.date
{
	text-decoration: italics;
	display:block;
	color:#000;
	padding-left:5px;
	clear:both;
	font-size:.7em;
}

.newsitem span.title a
{
	color:#990033;
	font-family:PrioriSanRegular Verdana Tahoma Trebuchet MS;
	font-weight:bold;
	text-decoration: underline;
}

.newsitem blockquote.content
{
	color:#8B8D8E;
	font-size:.8em;
	margin-left:15px;
	margin-top:5px;
}


