#flashcontent {
 height: 100%;
}

/* For use with the main menu titles */
.MainMenu { 
  color: rgb(0, 0, 0);
  font-family:Palatino Linotype; font-size:24px
}

.MainMenu a {
  text-decoration: none;
}
.MainMenu a:link {
  color: #000000;
}
.MainMenu a:visited { 
  color: #000000;
}
.MainMenu a:hover {
  color: #369;
  text-decoration: underline;
}
.MainMenu a:active {
}

/* For use with secondary menu */
.Menu { 
  color: rgb(0, 0, 0); 
  font-family:Palatino Linotype; font-size:16px
}

.Menu a {
  text-decoration: none;
}
.Menu a:link {
  color: #000000;
}
.Menu a:visited {
  color: #000000;
}
.Menu a:hover {
  color: #369;
  text-decoration: underline;
}
.Menu a:active {
}