/* Side bar */
      
#column-one {
  position: absolute;
  top: 194px;
  width: 185px;
}

/* Safari hacks */
@media screen and (-webkit-min-device-pixel-ratio:0) {
  #column-one {
    top: 193px;
  }
}

/* Table of Contents */  

#toc {
  float: none;
  border: 1px solid #c40000;
  margin: 0;
  width: 250px;
  background-color: #F7F7F7;
}              

#toc h2 { 
  font-size: 14px;
  font-weight: normal;
  font-family: 'Trebuchet MS','Lucida Grande',Verdana,Arial,Sans-Serif;
  color: #ffe400;
  background-color: #c40000;
  padding: 6px 5px 5px 5px;
  margin: 0;
  border: 0;
}

#toc td {
  padding: 0;
  margin: 0;
}
#toc .tocindent {
  margin-left: 1em;
}
#toc .tocline {
  margin-bottom: 0px;
}
#toc p {
  margin: 0
}
#toc .editsection {
  margin-top: 0.7em;
} 
#toc a {
  color: #000030;
}
#toc ul {
  list-style: none;
  margin: 10px 0;
}                
#toc ul li {
  margin-bottom: 5px;
}

/* Edit Links */

h1 {
  font-size: 16px;
}

.firstHeading {
  margin-top: 5px;
  border-bottom-style: solid;
  border-bottom-color: #000;
  font-size: 1.8em;
  color: #c40000;
}

.editsection {
  margin-top: 0.4em;
  font-size: 10px;
  float: right;
}

/* Special stylized non-IE bullets
Does not work in Internet Explorer, which merely default to normal bullets. */
html>body .portlet ul {
  list-style: none;
  margin-left: 0px;
  padding: 0 0 0 30px;
  padding-left: 10px;
  text-indent: -10px;
}

html>body .portlet li {
  margin-left: 10px;
}

html>body .portlet ul li:before {
  content: "\00BB \0020";
}

/* Footer */

p#back_to_top {
  margin: -16px 20px 0 0;
}
