body
{
  background: url(Img/graypap.gif) white;
}

/*---- links ----*/

a
{
  text-decoration: none /*remove underline*/
}

a:link
{
  color: midnightblue;
  font-weight: bold;
}

a:visited
{
  color: #660000; /*kind'of a burgundy color*/
}

a:hover
{
  color: blue;
}

/*---- fonts ----*/

font.titlefont
{
  color: firebrick;
  font-weight: bold;
}

font.servicefont
{
  /*color: firebrick;*/
  font-weight: bold;
}

font.DescFont
{
  font-size: 1.2em;
}

/*---- Main Table ----*/

table.tablemain
{
  width: 64em;
  border: 0px solid black;
  /** / background: white; /**/
}

table.tablemain td
{
  border: 0px solid black;
}

/*---- Title Table ----*/

table.tabletitle
{
  border: 0px;
}

table.tabletitle td
{
  text-align: center;
  vertical-align: bottom;
  font-weight: bold;
  color: firebrick;
  border: 0px;
}

/*---- Navigation Table ----*/

table.tablenav
{
  border-collapse: collapse;
  border: 0px solid red;
  margin: 0px;
  padding: 0px;
}

table.tablenav td.item
{
  border: 0px solid red;
  margin: 0px;
  padding: 0px;
}

table.tablenav td.sep
{
  border: 0px solid red;
  margin: 0px;
  padding: 0px;
  width: 2px;
  background: green;
}

/* link boxes */
table.tablenav a:link,a:visited
{
  display: block;
  font-weight: bold;
  color: #FFFFFF;
  background-color: green;
  text-align: center;
  padding: 0.2em 1.4em;
  margin: 0px;
  text-decoration: none;
}

table.tablenav a:hover,a:active
{
  background-color: #7ABB1A;
}

/*---- Photostrip table ----*/

table.photostrip
{
  border: 0px solid black;
  padding: 0px;
  margin: 0px;
}

table.photostrip td
{
  border: 0px solid black;
  padding: 0px;
  margin: 0px;
}

img.photostrip
{
  border: 1px solid black;
}

/*---- Captioned photo table ----*/

table.photocaption
{
  border: 0px solid black;
  padding: 0px;
  margin: 20px;
}

table.photocaption td
{
  border: 0px solid black;
  padding: 0px;
  margin: 0px;
  text-align: center;
}

img.photocaption
{
  margin: 0
}

/*---- Overall Description ----*/

.OverallDesc
{
  font-size: 1.2em;
  text-align: center;
}

/*---- Footer Menu ----*/

div.footermenu
{
  text-align: center;
}

div.footermenu a:link,a:visited
{
  font-size: 1em;
  font-weight: bold;
  color: gray;
  text-align: center;
  padding: 0px 12px;
  text-decoration: none;
}

div.footermenu a:hover,a:active
{
  color: purple;
}

/*---- Images ----*/

img.freefloat
{
  margin: 20px
}

/*---- Indentation ----*/

.indent
{
  padding-left:3em;
}
