a {
  text-decoration: none; 
  font-weight: bold;
  color: teal;
}

a:hover {
  text-decoration: underline;
}

div.menu a {
  font-weight: normal;
}

body {
  margin: 0px;
  font-family: verdana, helvetica, sans-serif;
  font-size: 13px;
  text-align: center;
}

div.body {
  margin-left: auto;
  margin-right: auto;
  width: 870px;
  text-align: left;
}

div.menu {
  float: left;
  width: 170px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}

div.menu table {
  text-align: left;
}

div.main {
  float: left;
  background: #ffffff;
  font-size: 13px;
  padding: 8px 20px 20px 20px;
  width: 640px;
}

h1 {
  font-size: 20px; 
  font-weight: bold; 
  font-family: Trebuchet MS, sans-serif;
  color: teal;
}

h2 {
  font-size: 18px; 
  font-weight: bold; 
  font-family: Trebuchet MS, sans-serif;
  color: teal;
}

h3 {
  font-size: 16px; 
  font-weight: bold; 
  font-family: Trebuchet MS, sans-serif;
  color: teal;
}

strong {
  color: red;
  font-weight: normal;
}

em {
  color: red;
  font-weight: bold;
}

code, pre {
  font-family: monospace;
}

div.header {
  padding-left: 10px;
}

div.navigationbar {
  font-weight: bold; 
  background: #ddddee;
  padding: 1px 1px 1px 20px;
  border: solid #CCCCCC 1px;
  color: teal;
}

td.menuheading {
  font-weight: bold; 
  text-align: center;
  padding-top: 10px;
  padding-bottom: 3px;
}

td.menuitem {
  padding-left: 10px;
}

th {
  background: #eeeeee;
  color: teal;
}

th.text {
  font-weight: bold;
  /*font-size: 12pt; */
  color: black;
}

td.text {
  color: black;
}

div.newsheader {
  background: #eeeeee;
  font-family: Trebuchet MS, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: teal;
  padding: 3px;
  border: solid #cccccc 1px;
}

div.newsbody {
  padding: 10px 10px 5px 30px;
}

div.newsdate {
  font-size: 10px;
  text-align: right;
  padding-bottom: 15px; 
}

div.menu {
  background: #e7f5eb;
  border: solid #cccccc 1px;
  border-top: none;
}

div.menutitle {
  font-weight: bold;
  text-align: center;
  margin-top: 5px;
}

