/* CSS Document */
div.navbar { width: 195px; padding: 3px; background-color: #dfe9f5;  overflow: hidden;
						 font-size: 12px; font-family: arial, sans-serif; color: #4c83c8; }
div.deeper {position: relative; left: 5px; margin-top: 10px; margin-bottom: 10px; width: 200px; }
div.navbar a {
	color: #4c83c8;
}
a.youarehere { font-weight: bold; font-size: 14px;  background-color: #c6d8ed;}
div.youarehere { list-style-type: circle; width: 180px; list-style-type: circle; }
a.toplevel { font-weight: bold; font-size: 14px;   margin-bottom: 15px; line-height: 200%;}
div.toplevel ul { position: relative; left: -35px;} 
ul.toplevel { list-style-type: none;}
ul.deeper { list-style-type: none; }
ul.youarehere { list-style-type: disc; }
div.bodytext { position: relative; left: 225px; width: 750px;}
