/*
	Filename         :	sitemap.css
						Provides additional structural and styling information for sitemap page
*/

.col1
{
	float: left;
	margin-right: 12px;
	width: 250px;
}

.col2
{
	float: left;
	width: 250px;
}

h2.sitemap { margin: 0; }
h2.sitemap a { color: #004e9a; }
 
ul.itemList li
{
	list-style-type: none;
	font-size: 0.8em;
}

ul.itemList { margin-top: 0.5em; }
ul.itemList ul { margin-top: 0.1em; }
ul.itemList ul li { font-size: 0.6em; }
ul.itemList ul li a { color: #002b8d; }

