/* ---- Content area styles --- */

#homeLeftNav{
	width:200px; /* for ie 6 */
	float:left;
	overflow:hidden; /* for ie 6 */
	float:left;
}
html>body #homeLeftNav /*hide these styles from ie 6, avail for everything else */
{
	width:188px;
	margin-right:11px;
	overflow:visible;
}

#homeLeftNavTop{
	background-image:url(/images/layout/boxTop.gif);
	width:188px; 
	line-height:11px;
	height:11px; 
}
#homeLeftNavItems{
	width:188px;
	height:346px;
	background-image:url(/images/layout/boxMiddle.gif);
	background-repeat:repeat-y;
	text-align:left;
	padding-left:10px;
}
.homeLeftNavTitle{
	padding:0px 0px 5px 0px; /* IE 6 needs different bottom padding */
	font-size:7.5pt;
	font-weight:bold;
	line-height:12px;
	height:12px;
}
html>body
{
	padding:0px 0px 10px 0px;
}
.RightNavMiddleNoBG ul li {margin-bottom:4px;}

.HomeFooterBox {margin-top:0px;}
/* ---- Content area end --- */

