/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue {
	width: 100%;
}

.contentPane {
	background-color: transparent;
}

.containerrow1_blue {
	
}
.containerrow2_blue {
	
}

/* style for module titles */
.Head   {
/*    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #333333;	*/
	font-family: Tahoma, Arial, Helvetica; /*Old English Text MT; */
	font-size: 17px; 
	color: #bc2319; /*#cf973d;*/
	font-weight: bold;

}

.rightHead   {
	font-family: Tahoma, Arial, Helvetica; /*Old English Text MT; */
	font-size: 17px; 
	color: #bc2319;
	font-weight: bold;

}

.titleBg {background-image:url(images/title_middle.png); text-align: left;}












