/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.GreenHead
{
	font-family: TAhoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;	
}
.GreenBody
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	background-image: url(c_rep.jpg);
	background-repeat: repeat-x;
	height: 339px;
	width: 100%;	
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 0px;
	border-left: #FFBA00 1px solid;
	border-right: #FFBA00 1px solid;
}
.YellowHead
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	background-color: transparent;
	
}
.TransBody
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;	
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 0px;
	background-color: Transparent;
	
}
.WhiteHead
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	background-color: #FFFFFF;
	
	padding-left: 5px;
	
}
.WhiteBody
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;	
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 0px;
	background-color: #FFFFFF;
	
}
.BlueBody
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	background-image: url(blue_rep1.jpg);
	height: 160px;
	background-repeat: repeat-x;
	padding-left: 5px;
	padding-right: 5px;
}
.WhiteHead23
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;	
	
}