/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.background {
	background-image: url(centerbackground.jpg);
}
.containermaster_green {
	width: 100%;
	background-color: transparent;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containerrow1_green {
}
.moduletitle		{
	background-color: transparent;
	font-size: 9.5Pt;
	font-family: Verdana, Arial;
	font-style: normal;
	
}
.containerrow2_green {
	background-color: transparent;
}

