/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.topHeading
	{
		background:url(Top.gif) no-repeat left bottom;
		padding:0px 0px 0px 0px;
		vertical-align: bottom;
	}
	
.middleSection
	{
		background:url(middle.gif) repeat-y left bottom;
		padding:0px 5px 5px 8px; 
		color:#333;
	}
	
.Normal .NormalDisabled
	{

		color:#333;
	}	
	
.bottomSection
	{
		background:url(bottom.gif) no-repeat left top;
	}

