/* --- sitemap page CSS changes/additions --- */

ul.bodyLevel0 {							/* format the home page entry */
	font-family: sans-serif;
   	font-size: 95%;
	list-style-type: none;
	}
li.bodyLevel0 {
	}
ul.bodyLevel1 {							/* format the section links */
	list-style-type: disc;
	}
li.bodyLevel1 {
	margin: 0.66em 0 0 0;
	margin-bottom: 1em;
	}
ul.bodyLevel2 {							/* format the initial child links */
   	font-size: 95%;
	list-style-type: circle;
	}
li.bodyLevel2 {
	margin-bottom: 1em;
	margin: 0.33em 0 0 0;
	}
ul.bodyLevel3 {							/* format second level child links */
   	font-size: 95%;
	list-style-type: square;
	}
li.bodyLevel3 {
	margin: 0.2em 0 0 0;
	}
ul.bodyLevel4 {							/* format all additional child links */
	}
li.bodyLevel4 {
	margin: 0.2em 0 0 0;
	}

