/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster
{
	border-top-width: 1px;
	border-left-width: 1px;
	border-left-color: #7994cb;
	border-bottom-width: 1px;
	border-bottom-color: #7994cb;
	width: 100%;
	border-top-color: #7994cb;
	background-color: transparent;
	border-right-width: 1px;
	border-right-color: #7994cb;
}
.containerrow2 {
	background-color: #FFFFFF
}

.ContainerTitle
H1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 140%;
	font-weight : bold;
	text-align : left;
	color : #330099;
}


