/* 
================================
 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; */
}
.container1_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; */
}
.container1topfill {
	background-image: url(images/container1_02.gif);
}
.container1rightfill {
	background-image: url(images/container1_06.gif);	background-repeat: repeat-y;
}
.container1leftfill {
	background-image: url(images/container1_04.gif);
	background-repeat: repeat-y;
}
.container1bottomfill {
	background-image: url(images/container1_08.gif);
}
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #CC0000;
}


