BODY{
	background-image: url(img/header_bg_fill.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #333;
}
#header_left_shadow{
	background-image: url(img/left_siteheader_shadow.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 200px;
	width: 12px;
	float: left;
}
#header_right_shadow{
	background-image: url(img/right_siteheader_shadow.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 200px;
	width: 12px;
	float: left;
	clear: right;
}
#page_content_top{
	background-image: url(img/header_bottom_fill.gif);
	background-position: top left;
	background-repeat: repeat-x;
	width: 800px;
	height: 19px;
	clear: both;
}
#foo{
	background-image: url(img/foo_bg_fill.gif);
	background-position: top left;
	background-repeat: repeat-x;
	height: 64px;
	clear: both;
}
#foo_reflection{
	/*
background-image: url(img/foo_reflection.gif);
*/
	background-position: top left;
	background-repeat: repeat-x;
	height: 54px;
	width: 790px;
	margin: auto;
	padding: 5px;
	color: #fff;
	clear: both;
}
.dtree a.node, .dtree a.nodeSel {
	color: #666;
	white-space: nowrap;
	padding: 0px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #ff6600;
	text-decoration: underline;
}