/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.container1_row1 {
	width: 100%;
	/* background-color: #dfe5f2;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; */
}
.leftcontainer1_row2 {
	width: 100%;
	/* background-color: #dfe5f2;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; */
}
.leftcontainer1_content {
	width: 100%;
	vertical-align:top;
		/* background-color: #dfe5f2;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; */
}
.leftcontainertop {
	height: 32px;
	margin: 0px;
	padding: 0px;
}
.leftcontainer1_topfill {
	background-image: url(images/left_container1_top.gif);
	height: 32px;
	background-repeat: no-repeat;	/* background-color: #000000; */
	margin: 0px;
	padding: 0px;
}
.leftcontainer1rightfill {
	background-image: url(images/left_container1_right.gif);	background-repeat: repeat-y;
}
.leftcontainer1leftfill {
	background-image: url(images/left_container1_left.gif);
	background-repeat: repeat-y;
}
.leftcontainer1bottomfill {
	background-image: url(images/container1_08.gif);
}
h2 .Head   {
	font-family: Arial, Tahoma, Helvetica;
	font-size: 20px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px 0px -10px 10px;
	/*	letter-spacing: .2em;
	word-spacing: normal;
	background-position: top;
	height: 30px;
	width: auto;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	clip: rect(0px,10px,32px,10px);
	padding: 0px; */
} 
p {	} 