/* ------------ */
/* Basic styles */
/* ------------ */
body
{
  background-color: #443A23;
  color: #5F5130;
  margin: 0px;
}
h1
{
  text-align: center;
  font-size: 18pt;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
}
h2
{
  text-align: center;
  font-size: 14pt;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
ol
{
  font-size: 10pt;
  font-family: Arial, Helvetica, sans-serif;
}
img
{
  border: none;
}
th, td, p
{
   font-family:Arial, Helvetica, sans-serif;
   font-size:10pt;
}
a:link
{
  color: #5F5130;
}
a:visited
{
  color: #5F5130;
}
a:active
{
  color: #5F5130;
}
/* ------------ */
/* Button Bar   */
/* ------------ */
td.button, td.buttonHighlighted
{
  border-style: solid;
  border-width: 0px;
  border-bottom-width: 1px;
  border-color: #827042;
  cursor: pointer;
  font-size: 8.75pt;
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
  font-weight: bold;
  padding: .6em;  
}
td.button a, td.buttonHighlighted a
{
  color: #827042;
  text-decoration: none;
}
span.button
{
  color: #827042;
}
.buttonHighlighted
{
  background-color: #E3DECB;
}
/* ---------------- */
/* Custom Elements  */
/* ---------------- */
.emphasis
{
  color: red;
  font-weight: bold;
}

#nav-menu a
{
 line-height: 1.5em;
 display: block;
 border: 0em;
 color: #000000;
 text-decoration: none;
 text-align: center;
}

#nav-menu td
{
 background: url(images/bg_blue_2.gif) #fff bottom left repeat-x;
 font-family: "Times New Roman", Arial, Helvetica, sans-serif;
 width: 20%;
 align: center;
}

#nav-menu a:hover
{
 line-height: 1.5em;
 display: block;
 border: 0em;
 color: #0d2474;
 text-decoration: underline;
 text-align: center;
}

#nav-menu
{
 align:center;
}
