/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.BMIcontainermaster{
	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;
}
.BMIcontainerrow1{
	background-color: Transparent;
	font-family : Garamond;
	font-size : 14pt;
	color : #5C5C36;
}

.BMIcontainerrow2 {
	background-image : url(Container_UpperLeftImage.jpg);
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
}

.BMIcontainerrow3 {
	background-image : url(Container_LowerRightImage.jpg);
	background-repeat: no-repeat;
	background-position : right;
		width: 24px;
	height: 24px;
}

.BMIContainertitle{
	font-family : Garamond;
	font-size : 18pt;
	color : #5C5C36;
	padding-bottom : 5;
	font-weight : bold;
}


