/* Copyright (c) 2004-2010 Pearl Crescent, LLC. */

body {
  margin: 0px; padding: 0px;
  font-family: sans-serif;
  max-width: 1200px;
}

#navbar { padding: 8px;
          font-weight: bold; font-size: smaller; text-align: center; }
#navbar a { margin: 0 2em; text-decoration: none; color: black; }
#navbar a:hover { text-decoration: underline; }
#navbar a.selected { color: rgb(153, 102, 51); }

a { font-weight: bold; text-decoration: none; color: rgb(153, 102, 51); }
div.fineprint a { font-weight: normal; }
a:hover { text-decoration: underline; }
a[name] { text-decoration: none; color: black; }
a:visited { color: #663300; }

td.topbar { background-color: rgb(153, 102, 51); text-align: right; }
td { vertical-align: top; }
td.vcenter { vertical-align: middle; }

ul { margin-bottom: 0px; }
ul li { margin-bottom: 5px; }
ul li.last { margin-bottom: 0px; }

div.header { font-size: 110%; font-weight: bold; font-variant: small-caps; }
div.question { font-weight: bold; margin: 20px 0px 0px 0px; }
div.answer { margin: 10px 25px 35px 25px; }

div.finePrint { font-size: 70%; margin: 5px }

.centered { margin-left: auto; margin-right: auto; }
