/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue {
	width: 100%;
	background-color: #026B7E;
	BORDER-RIGHT: #7994CB 0px solid; 
	BORDER-TOP: #7994CB 0px solid; 
	BORDER-LEFT: #7994CB 0px solid; 
	BORDER-BOTTOM: #7994CB 0px solid; 
	moz-border-radius-bottomleft: 1px; 
	moz-border-radius-bottomright: 1px; 
	moz-border-radius-topleft: 1px; 
	moz-border-radius-topright: 1px
}

.containerrow1_blue {
}
.containerrow2_blue {
	background-color: #dbdbdb;
}
.blueboldtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #026B7E;
	text-decoration: none;
}
.menuback {
	background-attachment: scroll;
	background-image: url(images/menubg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}



