html {
  background-color: #EEE;
  font-family: sans-serif;
}

body { 
  margin: 1em 2em 0em 2em;
  color: black; 
}

a:link {
  color: #000099;
}

a:hover {
  color: #000077;
  text-decoration: none;
}

a:active {
  color: #000099;
}

h1, h2 {
  font-family: sans-serif;
  font-weight: bold;
  color: #333;
  padding-top: .5em;
  padding-bottom: .5em;
  background: inherit;
  margin: 0;
}

h1 {
  font-size: 150%;
}

h2 {
  font-size: 120%;
}

.section h1 {
  font-size: 120%;
  font-weight: bold;
  padding: .3em;
  padding-left: .3em;
  padding-right: 2em;
  border-top: 1px solid #AAA;
  margin-top: 1.5em;
  display: table;
  margin-bottom: .5em;
}

#main {
  background-color: white;
  padding: 1em;
  border-right: 1px solid #AAA;  
  border-left: 1px solid #AAA;  
}

#menu_header {
  text-align: center;
  top: .7em;
  background: #940101;
  background-image: url(/images/shadow.png);
  background-repeat: repeat-x;
  background-position: bottom;
  padding: .2em 0em .4em 0em;
  margin: 0px -1px 0px -1px;
}

ul#menu_a {
  padding: 0em 0em 0em 0em;
  margin: 0em 0em 0em 0em;
  color: white;
}

ul#menu_a li {
  height: 100%;
  display: inline;
  padding: .2em 1em .2em 1em;
  height: 2em;
  margin: 0em;
}

ul#menu_a li.current {
  background: #A47101;;
}

ul#menu_a a {
  color: white;
}

#footer {
  text-align: center;
  border-top: 1px solid #AAA;
  padding: 1em 0em 1em 0em;
  margin: 0em 0em 0em 0em;
}

.small_img{
  border: none;
  padding: 0em;
}

#content {
  margin: 0em 0em 0em 0em;
  padding: 0em 0em 1em 0em;
  background-color: white; 
}

table.docutils {
  border-width: 0em;
  border-collapse: separate;
  margin-left: 1em;
}

table.docutils td {
  border-width: 0px;
}


