/* ----------------------------------------*/
/* TM CSSsitemap.css */
/* created 2010-03-09 to keep items used in only one shtml file out of the main CSS */
/* ----------------------------------------*/
#sitemap a:link {
 	color:#ff00ff; /* #ff00ff magenta */
} 

#sitemap a:visited {
 	color:darkmagenta; /* #8b008b     #ff00ff magenta */
}

#sitemap h4 {
  color: brown;   /* #245185; */
  margin: 10px;
  padding-left: 10px;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #b9d2e3;
  text-align: left;
  font-size: 120%;}


.onecol {
  position: relative; 
  background-color:gray; 
  top:0; 
  left: 0; 
  right: 10%; 
  width: 90%; 
  margin-top: 0; 
  text-align: left;
  margin-left: auto; 
  margin-right: auto;
  margin-bottom: 0;
  padding: 10px;
}

.onecol h2 {
  margin: 0 10px 1px 20px;
  padding-bottom: 0;
  text-align: left;;
  font-weight: bold;
  font-size: 140%;
}

.onecol h3 {
  margin: 0 10px 1px 30px;
  color: #245185;
  padding-bottom: 0;
  border-top:  1px solid #b9d2e3;
  border-bottom: 0;
  text-align: left;
  font-weight: bold;
  font-size: 130%;
}

.onecol h4 {
  margin: 0 10px 1px 40px;
  color: #245185; 
  padding-bottom: 0;
  border-top:  1px solid #b9d2e3;
  border-bottom: 0;
  text-align: left;
  font-size: 120%;
}
