#newsContainer
{

}

#newsNav
{
	float: right;
	width: 200px;
	margin: 30px 15px 10px 20px;
	text-align: center;
	border: 2px solid #B94D55;
	display:inline;
}

#newsNav ul
{
	margin: 0px;
	padding: 0px;
	margin-left:0px !important; /*FF uses this value. All others use the one below*/
	margin-right:0px !important; /*FF uses this value. All others use the one below*/
	margin-left:-72px;
	margin-right:-73px;
}

#newsNav ul li
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
	border-bottom: 1px solid #B94D55;
	width:200px;
}

#newsNav ul li.newsTitle
{
	font-size: 0.8em;
	font-weight: bold;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	width:200px;
	background-color:#FFE6F2;
}

#newsNav ul li a
{
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 3px 3px 3px 15px;
	background: white url(/images/layout/newsArrow.gif) no-repeat left;
	text-align: left;
}



#newsNav ul li a:hover
{
	background: #F0D9B5 url(/images/layout/newsArrow.gif) no-repeat left;
	text-decoration: underline;
}

#newsContainer img
{
	float:right;
	/*border-bottom:2px solid #B94D55;
	margin-bottom:2px;*/
}

a.registerHere
{
	display: block;
	margin: 3px;
	font-size: 0.7em;
	font-weight: bold;
	text-decoration: none;
}

a.registerHere:hover
{
	text-decoration: underline;
}