body {
	padding: 0;
	margin: 0;
	background-image: url(images/sidebar_image.gif);
	background-position: top left;
	background-repeat: repeat-y;
	font-family: "Lucida Grande", "Myriad Web", Myriad, verdana, sans-serif;
}

#header {
	height: 64px;
	background-image: url(images/top_gradient.gif);
	background-position: top left;
	background-repeat: repeat-x;	
}

#logo {
	height: 64px;
	background-image: url(images/hal_logo.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#logo h1 { display: none; }

#navbar {
	font-size: x-small;
	width: 165px;
	position: absolute;
	top: 68px;
	left: 0px;
}

#content {
	margin-left: 200px;
	margin-right: 20px;
}

ul {
	list-style-image: url(images/unselected_arrow.gif);
	list-style-position: inside;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

li {
	margin-left: 2px;
	padding-left: 12px;
}

li.selected {
	list-style-image: url(images/selected_arrow.gif);
	background: rgb(192, 202, 237);
	font-weight: bolder;
	border: 1px solid rgb(134, 153, 220);
}

li.selected_subitem {
	list-style-image: url(images/selected_dot.gif);
	font-weight: bolder;
}

li a { color: black; }

a { 
    color: rgb(74, 108, 192); 
}
