/* Author: Jonathan Dawson */

body
{
  background-color: #004c00;
  color: #000000;
  font-size: 11pt;
  font-family: arial, verdana, sans-serif;
  font-weight: normal;
  margin: auto;
  text-align: center;
  width: 100%;
}

/* default page link styles */

a:link, a:visited
{
  color: #003c00;
  font-size: 11pt;
  text-decoration: underline;
}
a:hover
{
  color: #007f00;
  font-size: 11pt;
  text-decoration: underline;
}
a:active
{
  color: #003c00;
  font-size: 11pt;
  text-decoration: none;
}

/* site styles */

table.site-menu
{
  background: url(/images/menu/navbg1.gif) repeat-x;
  margin: auto;
  white-space: nowrap;
  width: 95%;
}

div.site-menu a:link, div.site-menu a:visited, div.site-menu a:active
{
  color: #ffffff;
  padding: 0px 15px 0px 15px;
  text-decoration: none;
  white-space: nowrap;
}

div.site-menu a:hover
{
  background: url(/images/menu/navbg2.gif) repeat-x;
  color: #ffffff;
  padding: 3px 15px 3px 15px;
  text-decoration: none;
  vertical-align: topline;
  white-space: nowrap;
  z-index: 2;
}

table.site-main
{
  background: #ffffff;
  margin: auto;
  vertical-align: top;
  width: 95%;
}

td.site-main
{
  padding: 20px;
  width: 100%;
}

table.mountain
{
  border: thin solid #003C00;
  background-image: url(/images/MountainBackground2.jpg);
}

table.performance
{
  border-style: outset;
  background-image: url(/images/MountainBackground2.jpg);
  font-size: 9pt;
  font-weight: bold;
  text-align: center;
}

/* heading styles */

.h1
{
  color: #000000;
  font-size: 14pt;
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
}

.h2
{
  color: #000000;
  font-size: 12pt;
  font-weight: bold;
}

.h3
{
  color: #003C00;
  font-weight: bold;
  text-decoration: underline;
}

.h4
{
  color: #003C00;
  font-weight: bold;
}

/* list styles */

ul
{
  list-style-type: none;
  padding: 0;
  margin: 0;
}

li
{
  background-image: url(/images/bullets/small_bullet1.gif);
  background-repeat: no-repeat;
  font-size: 11pt;
  padding-left: 1.5em;
}

/* miscellaneous styles */

.employee-name
{
  font-weight: bold;
}

.job-title
{
  font-style: italic;
}

.school-name
{
  font-size: 9pt;
}

.error
{
  color: #ff0000;
  font-size: 12pt;
  text-align: center;
}

.copyright
{
  color: #cfcfcf;
  font-size: 10pt;
  text-align: center;
}

/* disclaimer styles */

.d1
{
  color: #ff0000;
  font-size: 11pt;
  text-decoration: underline;
}

.d2
{
  color: #ff0000;
  font-size: 10pt;
  font-weight: bold;
}

.d3
{
  color: #ff0000;
  font-size: 10pt;
}