/***************************
* Author: Lisa Riggle
* Last Update: 22 July 2004
***************************/

body
{
  background:#ffffff 
    url('pictures/montagepic3.jpg') 
    no-repeat fixed 50% 70%;
  font-family: Verdana, Arial, sans-serif;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  color: #000000;
}

.main
{
  position: relative;
  left: 40px;
}

.center
{
  text-align: center;
}

.underline
{
  text-decoration: underline;
}

img
{
  border: none;
}

table
{
  height: 100%;
}

ul 
{
  margin-top: 0px;
  list-style-image: url('pictures/bullet.jpg')
}

.maxWidth
{
  width: 100%;
}

.Nav1
{
  background-color: #009966;
  height: 25px;
  width: 100%;
  font-size: 12px;
}

h3
{
  margin-bottom: 0px;
}

.NavSub
{
  color: #ffffff;
  width: 20%;
}

.Nav2
{
  background-color: #006633;
  height: 25px;
  width: 100%;
  font-size: 10px;
}

A:link.nav
{
  color: #ffffff;
  text-decoration: none
}

A:visited.nav
{
  color: #ffffff;
  text-decoration: none
}

A:hover.nav
{
  color: #ffffff;
  text-decoration: underline;
}

A:link
{
  color: #006633;
  text-decoration: none
}

A:visited
{
  color: #006633;
  text-decoration: none
}

A:hover
{
  color: #006633;
  text-decoration: underline;
}