#content {
	margin: 0 0;
	max-width:800; 
	LEFT: 20%; 
	OVERFLOW: auto; 
	WIDTH: 79%; 
	BOTTOM: 22px; 
	POSITION: absolute;
	background-color:#ffffff;
	/* z-index:100; */ 
	TOP: 150px 
	}
#sidebar-left {	
	margin:0;
	padding:0 10 0 0;
 	LEFT: 0px; 
 	OVERFLOW: auto; 
 	WIDTH: 19%; 
 	BOTTOM: 142; 
 	POSITION: absolute; 
 	TOP: 150px;
	z-index: 1;
/*	background-image: url(../img/frmwk/leftFade.gif);
	background-position: right;
	background-repeat: repeat-y; 
*/}
#bottomBanner {
	bottom:22;
	padding: 0px 0px 10px 0px;
	height:120;
	width:19%;
	position:absolute;
	left:10px;	
	z-index: 1;
/*	background-image: url(../img/frmwk/leftFade.gif);
	background-position: right;
	background-repeat: repeat-y; 
*/}
#leftColor {
	background-image: url(../img/frmwk/leftFade.gif);
	background-position: right;
	background-repeat: repeat-y; 
	margin:0;
	padding:0;
 	LEFT: 0px; 
 	OVERFLOW: auto; 
 	WIDTH: 19%; 
 	POSITION: absolute; 
 	bottom: 0px;
	height: 75%;
}
#leftColor {	
	margin:10;
	bottom: 0px;
	width: expression(((document.body.clientWidth*.19))+"px");
	height: expression((document.body.clientHeight-170)+"px");
}
#content {
	margin: 10; 
	top: 150;
	width: expression(((document.body.clientWidth)-(document.body.clientWidth*.20)-10)+"px");
	height: expression((document.body.clientHeight-187) + "px");
}
#sidebar-left {	
	margin:10;
	top: 150;
	width: expression(((document.body.clientWidth*.19))+"px");
	height: expression((document.body.clientHeight-312) + "px");
}

#pageContent {
	 position:relative; 
	 width:100%;
}
#mainContent {
	position:relative; 
	left:0; 
	top:0; 
	width:65%;
	/*margin: 10;
	position: absolute;
	top: 0;
	left:0;
	width:65%;*/
}
#relatedContent {
	position:absolute; 
	right:10px; 
	top:0px; 
	width:25%;
	background-color:#e5eaef;
	padding: 6px;
	/*position:absolute; 
	right:0px; 
	top:0px; 
	width:250px;*/
}
/*#relatedContent img {
	border: 1 #003366 solid;
}*/
#relatedContent a {
	color:#003366;
}
#relatedContent a:visited {
	color:#003366;
}
#relatedContent a:hover {
	color:#ff0000;
}

/*treeview styles*/
.tree {
	background-color: #ffffff;
	border-bottom: 1 #99adc2 solid;
	padding-bottom: 10;
}
.node {
	border: 1 #ffffff solid;
	font-size:.7em;
	padding: 1;
}
.leaf {
	border: 1 #ffffff solid;
	font-size:.7em;
	padding-left: 15;
}
.nodeOver {
	background-color:#e5eaef;
	border: 1 #ffffff solid;
	font-size:.7em;
	padding: 1 4;
	cursor:hand;
}
.nodeSelected {
	background-color:#ffffa0;
	border: 1 #ffffff solid;
	font-size:.7em;
	padding: 1 4;
}
.nodeSelectOver {
	background-color:#ffffa0;
	border: 1 #ffffff solid;
	border: 1 #99adc2 solid;
	font-size:.7em;
	padding: 1 4;
	cursor:hand;
}


