
#topmenu {
 width: 70%; border-bottom: solid #454545 1px; padding: 10px; text-align: center; font-family: Arial; font-size: 10pt; color: #454545
}
#topmenu a:link {
  text-decoration: underline; color: #454545
}

#topmenu a:visited {
  text-decoration: underline; color: #454545
}

#topmenu a:active {
  text-decoration: underline; color: #454545
}

#topmenu a:hover {
  text-decoration: none; color: #74B4C0;
}

#pagemenu {
 width: 70%; padding: 20px; text-align: center; font-family: Arial; font-size: 14pt; color: #454545
}
#pagemenu a:link {
  text-decoration: underline; color: #454545
}

#pagemenu a:visited {
  text-decoration: underline; color: #454545
}

#pagemenu a:active {
  text-decoration: underline; color: #454545
}

#pagemenu a:hover {
  text-decoration: none; color: #74B4C0;
}

#mainframe {
  border: 1px solid #454545; width: 99%;
}

.text {
  font-family: Arial; font-size: 10pt; margin-top: 0px; margin-bottom: 0px; text-align: left;
}

#thumbscontainer {
  float: left; margin-left: 10px; margin-right: 10px; width: 160px;
}
#thumb {
  float: left; padding: 5px;
}


