/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.OrangeBody {
	background-position: bottom;
	padding: 0px;
	background-repeat: repeat-x;
	height: 32px;
	background-image: url('Container-Orange-Body.jpg');
}
.Head1 {
	margin: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	position: relative;
	top: 0px;
	left: 0px;
}
.YellowBody {
	background-position: bottom;
	padding: 0px;
	background-repeat: repeat-x;
	height: 32px;
	background-image: url('Container-Yellow-Body.jpg');
}
.BlueBody {
	background-position: bottom;
	padding: 0px;
	height: 32px;
	background-repeat: repeat-x;
	background-image: url('Container-Blue-Body.jpg');
}
.GreenBody {
	background-position: bottom;
	padding: 0px;
	height: 32px;
	background-image: url('Container-Green-Body.jpg');
	background-repeat: repeat-x;
}
.Head2 {
	margin: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	position: relative;
	top: 0px;
	left: 0px;
}



