/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.Standard_MasterContainer {
	width: 100%;
	background-color: #fff;
	border: 0px;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
	
}
.Head {
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	color:#336699;
	font-weight: bold;
}

.containerrow2_blue {
	background-color: #ffffff;
}
