a:link { color: #08763a;}
a:visited { color: #044822;}
a:hover {color: #0ecf64;}

body {
  background: #fffbe1;
  color: #000;
  margin: 0;
  padding-left: 7%;
  padding-right: 7%;
  padding-top: 20px;
  padding-bottom: 20px;
  font: 10pt lucida, helvetica, sans-serif;
  line-height: 1.5em;
}


td {
  color: #000;
  font: 10pt lucida, helvetica, sans-serif;
  line-height: 1.5em;
}

#navcontainer ul
{
  padding-left: 0;
  margin-left: 0;
  background-color: #730;
  color: White;
  float: left;
  width: 100%;
  font-family: lucida, helvetica, sans-serif;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a, #navcontainer ul li .current
{
  padding: 0.2em 1em;
  background-color: #730;
  color: White;
  text-decoration: none;
  float: left;
  border-right: 1px solid #fff;
}

#navcontainer ul li .current
{
  background-color: #044822;
}

#navcontainer ul li a:hover
{
  background-color: #a63;
  color: #fff;
}

div.pullbox {
  border-width:2px;
  border-style:solid;
  border-color:#CCC #999 #999 #CCC;
  padding: 10px;
  vertical-align:top;
  display:inline;
  margin-bottom:1em;
}

div.left {
  margin-right:20px;
  float:left;
  clear:left;
}

div.right {
  margin-left:20px;
  float:right;
  clear:right;
}



ol.toc {
  list-style-type:upper-roman;
  margin:0;
}

ol.toc::before {
  content:"Contents:";
  font-weight:bold;
}

.center {
  text-align:center;
}

/* This is useful for seeing where I'm forgetting to use p tags properly,
 * but I'm not sure I really like paragraph indentation.
p {
  text-indent: 2em;
}
*/

h1 {
   font-family: lucida, helvetica, sans-serif;
   font-size: x-large;
   counter-reset: section;
}

h2 {
   font-family: lucida, helvetica, sans-serif;
   font-size: large;
}

h2.section {
  clear:right;
}

h2.section:before { 
  content: counter(section, upper-roman) ". ";
  counter-increment: section;
}

h3 {
   font-family: lucida, helvetica, sans-serif;
  font-size: small;
}

.byline {
  color: #777;
  text-indent: 2em;
  font-style: italic;
  font-weight:bold;
  margin-bottom:10px
}

caption {
  caption-side: bottom;
  font-style: italic;
  font-size: 80%;
  text-align: center;
}


.small {
  font: 8pt Verdana, Arial, Helvetica, sans-serif;
}

.bigtitle {
  font: 45pt Verdana, Arial, Helvetica, sans-serif;
}

.section-header {
  margin-top: 40px
}

.spaced-list {
  margin-top: 20px
}

li.no-bullet {
  list-style-type: none;
}

#mainnav li {
  list-style-type: none;
  margin-left: 40px;
  max-width: 720px;
  clear:left;
}

#mainnav a {
  font-weight:bold;
  font-size: 1.2em;
  text-decoration:none;
}

.mainnavicon {
  vertical-align:top;
  margin-bottom: 10px;
  display:inline;
}