/* 
================================
 Container Styles for DotNetNuke
================================
*/ 
.containermaster {
	width: 100%;
	background-color: transparent;
	
}  
.containermaster_darkred {
	background-color: white;
	border-right: #CC0000 2px solid; 
	border-top: #CC0000 2px solid; 
	border-left: #CC0000 2px solid; 
	border-bottom: #CC0000 2px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}


.Head   {
   font-size: 14px;
   font-weight: Bold;
}

.SubHead
{
	color:Navy;
}


















