@import url("/common/style/style.css");

/* Color, borders, fonts, etc */
#table_of_contents a:link 
{ 
  color: black;
  text-decoration: none;
}

#table_of_contents a:visited 
{ 
  color: black;
  text-decoration: none;
}

#table_of_contents a:hover
{ 
  color: #FF2B06;
  background-color: white;
  text-decoration: none;
}

/* Layout */

#table_of_contents
{
  position: relative;
  top: .25em;
}

#header h1 { 
  margin-bottom: 4pt;
  margin-top: 0;
}

#header {
/*    margin-bottom: 9px;*/
}

#table_of_contents h2
{
  margin-bottom: 0em;
  margin-top: 0;
}

.section p
{
  font-size: 1em;
  margin-left: 1px;
  line-height: 1.3em;
  margin-bottom: 2em;
}


#footer
{
  position: absolute;
  width: 30em;
  left: 20em;
  bottom: 0em;
  font-size: .75em;  
  padding-top: 1em;
  margin: 5em 0em 1em 0em;

  /*background-image: url(http://lincolnritter.com/common/favicon-orange-white-op.png);*/
  background-repeat: no-repeat;
  background-position: 0em 1.2em;
}






