#rhs, .leftCont {
	display: none;
}



.mainRight {
	float: left;
	width: 860px;
}

h1 {
	margin-left: 50px;
}
dd, dt {
	text-transform: capitalize;
}
dd {
	margin-left:30px;
}
dl#sitetree {
	margin-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	margin-left:30px;
}
dt {
	position: relative;
	top: -20px;
}

#sitetree, #sitetree * {
	cursor: default;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
#sitetree a {
	background: url(  "/web/design/images/folder.gif" ) left center no-repeat;
	cursor: pointer;
	line-height: 20px;
	padding-left: 20px;
	margin-left: 5px;
	text-decoration: none;
	color: #666;
}
#sitetree a:hover {
	text-decoration: underline;
	color:#0053a0;

}
#sitetree {
	background: url(  "/web/design/images/vdot.gif" ) 1px 14px repeat-y;
	width:800px;
}

#sitetree dt {
	font-size: 14px;
	font-weight: 700;
	padding: 1px 0;
}

#sitetree dd {
	background-image: url("/web/design/images/corner.gif" );
	background-position: 12px 0;
	background-repeat: no-repeat;
	margin: 0;
	padding: 1px 0 1px 10px;
}


#sitetree dd.treechild2, #sitetree dd.treechild3, #sitetree dd.treechild4 {
	background-image: url("/web/design/images/mapplus.gif" );
	background-position: 0px 0;
	background-repeat: no-repeat;
}
#sitetree dd.treenochild2, #sitetree dd.treenochild3, #sitetree dd.treenochild4 {
	background-image: url("/web/design/images/mapminus.gif" );
	background-position: 0px 0;
	background-repeat: no-repeat;
}


#sitetree dd.treechild2, #sitetree dd.treenochild2 {
	margin-left: 18px;
}
#sitetree dd.treechild3, #sitetree dd.treenochild3 {
	margin-left: 36px;
}
#sitetree dd.treechild4, #sitetree dd.treenochild4 {
	margin-left: 54px;
	padding-left:17px;
}




