img{
	border: 0;
}
#big{
 	line-height:200%;
}
#sitemap_content
{
  float: left;
  color: #333;
  border: 0px solid white;
  background: white;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0px;
}

.bluelink A:link {text-decoration: none;color:blue; padding-right: 0px;}
.bluelink A:visited {text-decoration: none; color:blue; padding-right: 0px;}
.blueklink A:active {text-decoration: none; color:blue; padding-right: 0px;}
.blueklink A:hover {text-decoration: none; color:blue; padding-right: 0px;}
#bold_title{
  font-weight:bold;
  font-size:12px;
  color:black;
  text-decoration:underline;
}
#bold_title_heading{
  font-weight:bold;
  font-size:15px;
  color:black;
  text-decoration:underline;
}
#link_blue{
  text-decoration:none;
  color:blue;
}
dd {
  margin-left: 20px;
}

.newtools {
  background-color: #e0fad8;
  border-radius: 10px;
  border: solid 1px #ceeec5;
  margin: 8px;
}
.newtools-yellow {
  background-color: #fbfba9;
  border-radius: 10px;
  border: solid 1px #e8e86f;
  margin: 8px;
}
.newtools-header {
  color: #185a06;
  font-weight: bold;
  font-size: 14pt;
}
td.newtools {
  text-align: center;
  border: none;
}

.sitemap-popup {
/*  top:      70px;
  left:     70px;*/
  width:    300px;
  position: absolute;
  vertical-align: middle;
  border-radius: 10px;
  border:    solid 1px #707273;
  padding:   8px;
  background-color: #f0f0f0;
  z-index:  10000;
}
.sitemap-popup-close-btn {
  background-color: #fff;
  border: 2px solid #707273;
  border-radius: 50px;
  cursor: pointer;
  display: inline-block;
  font-family: arial;
  font-weight: bold;
  position: absolute;
  top: -20px;
  right: -20px;
  font-size: 25px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
}
#sitemap-popup-content {
  vertical-align: middle;
  background-color: #f0f0f0;
}
.open {
  display: block;
}
.closed {
  display: none;
}