/* -----------------------------------
   Page Table of Contents
-------------------------------------- */
#page-contents {
  text-align: left;
  position: relative;
  top: -0px;
  left: 2px;
  width: 15em;
  border:1px solid #f1f1f1;
  border-top-width: 0;
  float:right;
  text-align:right;
  margin-left:10px;
}
#page-contents h3 {
  margin: 0;
  padding: .25em 15px .25em .5em;
  background: url(arrow_down.png) no-repeat center right;
  font-size: 1.1em;
  cursor: pointer;  color:#717171
}
#page-contents h3.arrow-down {
  background-image: url(arrow_up.png);
  color:#000

}
#page-contents a {
  display: block;
  font-size: 1em;
  margin: 3px 0 6px 0;
  font-weight: normal;
  text-align:left;

}
#page-contents h3:hover {color:#000;}

#page-contents div {
  padding: .25em .5em .5em;  
  display: none;
  background-color: #F7F7F7;
  HEIGHT:AUTO
}


#page-contents div a{
text-decoration:none;
border-bottom: 1px solid #F7F7F7;
border-top: 1px solid #F7F7F7;

}
#page-contents div a:hover{
text-decoration:none;
border-bottom: 1px solid #ccc;
border-top: 1px solid #ccc;
}

/* -----------------------------------
   Introduction
-------------------------------------- */
.dedication {
  margin: 1em;
  text-align: center;
  border: 1px solid #555;
  padding: .5em;
}
