/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue {
	width: 100%;
	background-color: #ffffff;
	text-indent: 0px;
	border-right: #999999 1px solid; 
	border-top: #999999 1px solid; 
	border-left: #999999 1px solid; 
	border-bottom: #999999 1px solid; 
	moz-border-radius-bottomleft: 8px; 
	moz-border-radius-bottomright: 8px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containerrow1_blue {
	background-color: #054680;
	background-image: url(/Portals/0/images/containerbkgrd.gif)
}
.containerrow2_blue {
	background-color: #ffffff;
}
.contentmain {

	width: 100%;
	background-color: #ffffff;
	text-indent: 0px;
	border-right: #ffffff 1px solid; 
	border-top: #ffffff 1px solid; 
	border-left: #ffffff 1px solid; 
	border-bottom: #ffffff 1px solid; 
	moz-border-radius-bottomleft: 8px; 
	moz-border-radius-bottomright: 8px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.headerbar 
{
    background-image: url(/Portals/0/images/prodheader.gif)
}


.Head {

	font-family: Tahoma,Arial,Helvetica;
	font-size: 20px;!important
	font-weight: normal;
	color: #CC3300;
}
	
