/* @group subnav */
/* the subnav declarations start here */
#subnav {
  background: #695b3f url("/about/images/frame-leftstrip.png") left center repeat-y;
  height: 1.2em; }
  #subnav a:hover {
    color: white;
    text-decoration: none; }
  #subnav span {
    background: url("/about/images/frame-toprightstrip.png") top right repeat-y;
    height: 100%;
    float: right;
    width: 10px;
    display: inline; }
  #subnav ul {
    margin: 0;
    padding: 0 0 0 42%; }
    #subnav ul li {
      width: 33%;
      padding: 0; }
      #subnav ul li a {
        padding-left: 3em; }
      #subnav ul li.selected a {
        color: #fff; }

#content h1 {
  color: #73674e; }
#content h2 {
  color: #73674e; }
#content ul li {
  list-style-image: url("/about/images/about-squarebullet.png"); }
#content ul ul li {
  padding-left: 2em; }
#content ol.outline li {
  color: #6b5938;
  list-style-type: decimal; }
  #content ol.outline li a {
    color: #6b5938; }
#content td {
  background: #dcd7cb; }
#content th {
  background: #cfc5b1; }
#content div.rightbox-more div.inner p span.ref-more,
#content div.rightbox-notes div.inner p span.ref-more {
  background-color: #806c47; }
#content span.ref-more {
  background-color: #806c47; }

#background {
  background: #eaeaea; }

.footer {
  background: url("/about/images/frame-bottomleftstrip.png") top left no-repeat; }

.footer p {
  background: url("/about/images/frame-bottomrightcnr.png") top right no-repeat; }
