/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.head{
font-family:"Courier New", Courier, monospace;
font-stretch:semi-condensed;
font-size:28px;
font-weight:bolder;
color:#045791;
}
.containermaster_blue {
	width: 100%;
	border-radius:20px;
	background-color: transparent;
	border-right: #ffffff 0px solid; 
	border-top: #ffffff0px solid; 
	border-left: #ffffff 0px solid; 
	border-bottom: #ffffff 0px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
	padding:10px;
	padding-bottom:186px;
	font-family:"Century Gothic", Tahoma, Arial, sans-serif;
	color:#000000;
	font-size:10px;
}
.containerrow1_blue {
		background-color: #ffffff;
}
.containerrow2_blue {
		background-color: #ffffff;
}


