/*  Container Styles for DotNetNuke */   
.containermaster,.containermaster_clear {
	width: 100%;
	background-color: #ff962d;
	border-right: #336 1px solid; 
	border-top: #336 1px solid; 
	border-left: #336 1px solid; 
	border-bottom: #336 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
	margin-bottom: 10px;
}
.containermaster_borderless { width: 100%; background-color: #ff962d; border: 0; }
.containermaster_clear, .container_content, .container_footer{ background-color: #fff; }
h1.moduletitle, h2.moduletitle {
	font-family: "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	font-weight: bold;
	margin: 0;
	padding-left: 3px;
	font-size: 100%;
	color: #336;
}
h1.moduletitle { letter-spacing: .2em; }

