/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue {
	width: 100%;
	background-color: #FFFFFF;
}

.containerrow2_blue_content {
	width: 100%;
	background-color: #FFFFFF;
	border-right: #3FA462 3px dotted; 
	border-left: #3FA462 3px dotted; 
	border-bottom: #3FA462 3px dotted; 
	padding: 10px;	
	


}

.containerrow2_blue_header {
	width: 100%;
	background-color: #FFFFFF;
	border-right: #3FA462 3px dotted; 
	border-top: #3FA462 3px dotted; 
	border-left: #3FA462 3px dotted; 
	padding: 10px;	

}

.containerrow2_blue_image {
	width: 100%;
	background-color: #FFFFFF;
	border-right: #3FA462 3px dotted; 
	border-top: #3FA462 3px dotted; 
	border-left: #3FA462 3px dotted; 
	border-bottom: #3FA462 3px dotted; 
	padding: 10px;	
}

