﻿.newsBoxWrapper
{
	background-color: #F1F1F1;
	width: 463px;
	font-family: Trebuchet MS;
	background-image: url(/App_Themes/Default/Images/newsBoxTop_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	vertical-align: top;	
}

.newsBoxTop
{	
	text-align: left;
	height: 49px;
	width: 463px;	
	}

.titleBox
{
	float: left;
	margin: 15px 0px 2px 30px;
	width: 50%;
	color: #474747;
	font-weight: bold;
	font-size: 14pt;
	text-align: left;
	}

.titleBox span{color: #032C6B; text-transform: uppercase; font-weight: normal; font-size: 8pt;}

.rssBox
{
	float: right;
	width: 10%;
	margin: 15px 10px 2px 0px;
	}

.newsBoxMiddle
{
	clear: both;
	background-image: url(/App_Themes/Default/Images/newsBoxMiddle_bg.jpg);
	background-repeat:repeat-y;
	background-position: top;	
	width: 463px;
	min-height: 100px;	
}

.more{color: #3A6E17;}
	
.newsBoxBottom
{
	background-image: url(/App_Themes/Default/Images/newsBoxBottom_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 49px;
	width: 463px;	
}

.newsBoxWrapper a{font-size: 80%; color: #495A3A; margin-left: 10px;}