
body {
  font-family:Comic Sans MS, Gill Sans, Arial, Sans Serif;
  color:black;
  font-size:80%;
  background:#EAEAD5;
}

a {
  text-decoration:none;
  color:darkgreen;
}

a:hover {
  text-decoration:none;
  color:indigo;
}

a.Selected {
  font-weight:bold;
}

h1 {
  font-family:Serif;
  font-size:xx-large;
  font-weight:normal;
  padding:0px;
  margin:0px;
}

h2 {
  color:green;
  font-size:x-large;
  text-align:center;
}

table#Main {
  width:780px;
  margin:auto;
}

td#Heading {
  text-align:right;
  /* border-top:solid 1px green; */
  border-bottom:solid 1px green;
  padding:4px;
}

td#MainMenu {
  border-bottom:solid 1px green;
  padding:4px;
}

td#SubMenu {
  border-bottom:solid 1px green;
  padding:4px;
  font-size:smaller;
}

td#Content {
  height:400px;
}

td#Footer {
  border-top:solid 1px green;
  border-bottom:solid 1px green;
  padding:4px;
}

div#ContactFooter {
  float:left;
}

div#CopyFooter {
  float:right;
}

div.ThumbLayout {
  width:184px;
  float:left;
}

div.ImageLocation {
  float:right;
}
