/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster {
	width: 100%;
	background-color: #ffffff;
	BORDER-RIGHT: #DDDDDD 0px solid; 
	BORDER-TOP: #DDDDDD 0px solid; 
	BORDER-LEFT: #DDDDDD 0px solid; 
	BORDER-BOTTOM: #DDDDDD 0px solid; 
	moz-border-radius-bottomleft: 0px; 
	moz-border-radius-bottomright: 0px; 
	moz-border-radius-topleft: 0px; 
	moz-border-radius-topright: 0px
}
.conthead {
	width: 100%;
	background-color: #A8D7FD;
	height: 36px;
}
.contheadtext {
	color: #003F71;
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
}

