div.menuBar,
div.menuBar a.menuButton,
div.menu,
div.menu a.menuItem {
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  color: #000000;
}

div.menuBar {
  background-color: #d0d0d0;
  border: 2px solid;
  border-color: #f0f0f0 #909090 #909090 #f0f0f0;
  padding: 4px 2px 4px 2px;
  text-align: left;
}

div.menuBar a.menuButton {
  background-color: transparent;
  border: 1px solid #d0d0d0;
  color: #000000;
  cursor: default;
  left: 0px;
  margin: 1px;
  padding: 2px 6px 2px 6px;
  position: relative;
  text-decoration: none;
  top: 0px;
  z-index: 100;
}

div.menuBar a.menuButton:hover {
  font-family: "trebuchet", "tahoma", "verdana", "sans serif";
  background-color: transparent;
  border-color: #f0f0f0 #909090 #909090 #f0f0f0;
  color: #000000;
}

div.menuBar a.menuButtonActive,
div.menuBar a.menuButtonActive:hover {
  background-color: #a0a0a0;
  border-color: #909090 #f0f0f0 #f0f0f0 #909090;
  color: #ffffff;
  left: 1px;
  top: 1px;
}

div.menu {
  background-color: #d0d0d0;
  border: 2px solid;
  border-color: #f0f0f0 #909090 #909090 #f0f0f0;
  left: 0px;
  padding: 0px 1px 1px 0px;
  position: absolute;
  top: 0px;
  visibility: hidden;
  z-index: 101;
}

div.menu a.menuItem {
  color: #000000;
  cursor: default;
  display: block;
  padding: 3px 1em;
  text-decoration: none;
  white-space: nowrap;
}

div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
  background-color: #000080;
  color: #ffffff;
}

div.menu div.menuItemSep {
  border-top: 1px solid #909090;
  border-bottom: 1px solid #f0f0f0;
  margin: 4px 2px;
}

.style1 {
  font-family: "trebuchet", "tahoma", "verdana", "sans serif";
  text-decoration: none;
}
.style2 {
  color: #FFFF00;
}
.style3 {
  font-family: "trebuchet", "tahoma", "verdana", "sans serif";
  text-align: left;
  text-decoration: underline;
  margin-bottom: 0;
}


A {
    font-family: "trebuchet", "tahoma", "verdana", "sans serif";
}

A.link {
    font-size: 14pt;
}

h1 h2 h3 {
  font-family: "trebuchet", "tahoma", "verdana", "sans serif";
}

ul,li,body,td,p {
  font-family: "trebuchet", "tahoma", "verdana", "sans serif";
  font-size: 11pt;
  background-color: #353c59;
  color: white; }
li { text-align:left; margin: 0px 15px; list-style: circle outside; }

td table { width: 100%; }
img { padding: 0px; }
td.school { width: 5em; text-align: left; font-size: 15pt; padding: 0px; }
td.blog { font-size: 9pt; text-align: left; font-size: 10pt; color: yellow; padding: 0px; }
td.pad { width:25px; }

.hours td,th { font-size:10pt; width:30%; vertical-align:top; text-align:center; border-style:dotted; border-width:1px; }

a:link { color: white; }
a:visited { color: white; }

