/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster {
	width: 100%;	
	border-right: #7994cb 0px solid; 
	border-top: #7994cb 0px solid; 
	border-left: #7994cb 0px solid; 
	border-bottom: #7994cb 0px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containerrow1_blue {
	background-image: url(gradient_LtBlue.jpg);
}
.containerrow2_blue {
	background-color: #ffffff;
}

.heading_container1
{
	font-family:Times New Roman;
	font-size:16px;
	font-weight:bold;
	font-style:normal;
	color:#446201;
}
.heading_container2
{
	font-family:Times New Roman;
	font-size:14px;
	font-weight:bold;
	font-style:normal;
	color:#E5D8C6;
}

