/* 
================================
 Container Styles for DotNetNuke
================================
*/   

div#pnlLeft
{
	text-align: left;
	/*clear: both;*/
	margin-bottom: 10px; /* 240px if not breadcrumbed */
	/*margin-left: 33px;*/
	background-image: url(left_menu_center.gif);
	background-repeat: repeat-y;
	/*float: left;*/
	width: 240px; /*background-color: Fuchsia;*/
	/*z-index: 1;*/
}
div#pnlLeftTop
{
	height: 55px;
	width: 240px;
	background-image: url(left_menu_top.gif);
	background-repeat: no-repeat;
}
div#pnlLeftContent
{
	width: 240px;
}
div#pnlLeftBottom
{
	height: 57px;
	width: 240px;
	background-image: url(left_menu_bottom.gif);
	background-repeat: no-repeat;
}
div#pnlLeftBottomMenu
{
	float: left; 
	margin-left: 47px; 
	margin-top:12px; 
	width:142px;
}
.LeftContent
{
	text-align: left;
	margin-left: 30px;
	width: 170px;
	color: Black;
}
.LeftContent p
{
	color: Black;
}
