@import "common.css";

/* -- sitemap -- */
#sitemap{
  color:#015b3c;
}

#mapList{
  padding:10px;
  margin:10px;
}

#mapList{
  color:#771100;
}

#mapList h2{
  font-size:22px;
}

#mapList ul ul{
  list-style-type:square;
  margin-left:30px;
}

#mapList li{
  text-align:left;
}

#mapleft{
  float:left;
  padding:50px;
}

#mapright{
  padding:50px;
  float:right;
}

.mapbody{
  position:relative;
  width:200px;
  border-right:1px solid gray;
  border-bottom:1px solid gray;
  padding:20px;
  margin-bottom:20px;
  background-color:white;
}

/* IE 6 */
* html .mapbody{
  width:250px;
}
* html .mapbody li li{
  font-size:12px;
  font-weight:normal;
}

.tophierarchy{
  font-size:15px;
  font-weight:bold;
}

