/* theme.css style rules */

body
{
  font-family: Arial, Helvetica, sans-serif;
  background-color:#222222;
}

td
{
  font-family: Times New Roman, Arial, Helvetica, sans-serif;
}

th
{
  font-family: Times New Roman, Arial, Helvetica, sans-serif;
}

#core
{

}

#nav
{
  text-align:right;
  padding-right:18px;
  font-family: Garamond, Monotype Corsiva, Arial, Helvetica, sans-serif;
  font-size:15px;
}

#subnav
{
  padding-left: 10px;
  font-family: Times New Roman, Arial, Helvetica, sans-serif;
  color: #000000;
  font-size: 13px;
}

#content
{
  font-family: Times New Roman, Helvetica, sans-serif;
  color: #000000;
  font-size: 15px;
  padding-left: 50px;
  padding-right: 75px;
}

#line
{
  position:relative;
  left: -5px;
}

#line2
{
  background-image:url(../images/line.gif);
  height: 10px;
}

.question
{
  font-style: italic;
}

.button
{
  font-size: 10px;
}

a:link
{
  font-family: Times New Roman, Helvetica, sans-serif;
  color:#006407;
  font-size: 13px;
  text-decoration:none;
}

a:visited
{
  font-family: Times New Roman, Helvetica, sans-serif;
  color:#006407;
  font-size: 13px;
  text-decoration:none;
}

a:hover
{
  font-family: Times New Roman, Helvetica, sans-serif;
  color:#800080;
  font-size: 13px;
  text-decoration:none;
}