/* 
================================
 Container Styles for DotNetNuke
================================
*/   
.containermaster {
	width: 100%;
	padding: 0px;
}
.containercap {
	height: 26px;
}
.containerhead {
	height: 26px;
}
.containertitle {
	color: #051b64;
	font-size: 18pt;
	font-weight: bold;
	font-family: Comic Sans MS, Tahoma, Arial, Helvetica; 
}
.contentcell {
	color: #062897;
	height: 400px;
	overflow: scroll;
}


