/***** Style of text in site map page ******/
/* Sitemap block (contains all the sitemap content) */
.sitemapBlock{
	margin-left: auto; 
	margin-right: auto;
  width: 324px;
}
/* Sitemap tree block (contains the sitemap content for a given tree) */
.sitemapTreeBlock{
  border: 1px solid #742C18;
  background-color: #E9EEFF;
  width: 322px;
	margin-top: 10px;
}
/* Image which stands for a tree in the sitemap page */
.sitemapTreeImage{
	margin-top: 10px;
	margin-bottom: 10px;
}
/* Footer of sitemap page */
.sitemapFooterBlock{
	width: 676px;
	margin-left:auto;
	margin-right: auto;
}

.siteMap0, .siteMap1, .siteMap2{
	margin-top: 4px;
	margin-bottom: 4px;
}
/* Level 0 in hierarchy */
.siteMap0 {
  padding-left: 10px; 
  font-weight: bold;
}
/* Level 1 in hierarchy */
.siteMap1 {
  padding-left: 20px; 
  font-weight: bold;
}
/* Level 2 in hierarchy */
.siteMap2 {
  padding-left: 30px; 
  font-weight: bold;
}

/* Links */
.siteMap0 A:link, .siteMap0 A:active, .siteMap0 A:visited,
.siteMap1 A:link, .siteMap1 A:active, .siteMap1 A:visited,
.siteMap2 A:link, .siteMap2 A:active, .siteMap2 A:visited
{
  color: #3B342A;
  text-decoration: underline;
  font-weight: normal;
  text-align: left;
}
.siteMap0 A:hover, .siteMap1 A:hover, .siteMap2 A:hover {
  text-decoration: none;
}


