/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_gray {
	width: 100%;
	background-color: #dddddd;
	bor//der-right: #8f9092 1px solid; 
	border-top: #8f9092 1px solid; 
	bo//rder-left: #8f9092 1px solid; 
	border-bottom: #8f9092 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containerrow1_gray {
	background-image: url(headerback.jpg);
	background-repeat: no-repeat;
	background-color: #e6f4f7;

}
.containerrow2_gray {
	background-color: #ffffff;
}




.newsFeed
{
	padding: 17px 16px 19px;
	background-color: #d7d4cb;
	background-image: url("newsBG.png");
	background-repeat: no-repeat;
	background-position: right -4px;
	
	bor//der-right: #8f9092 1px solid; 
	border-top: #8f9092 1px solid; 
	bo//rder-left: #8f9092 1px solid; 
	border-bottom: #8f9092 1px solid; 
}

.newsFeed h2
{
	text-align: left;
	padding: 0 0 10px;
	margin: 0;
}

.newsFeed .Head
{
	padding: 0;
	margin: 0;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20pt;
	text-align: left;
	text-transform: uppercase;
}
