  body {
    background-color: #5C5C5C;
    font-family: "lucida grande", veranda, tahoma;
    font-size: 0.9em;
    color: #696969;
    text-align: center;
  }
  #container {
    text-align: left;
  }
  #menu, #content, #header, #footer {
    background-color: white;
    padding: 20px;
  }
  h2 {
    font-size: 1.4em;
    border-bottom: 1px solid #C2C2C2;
    color: #696969;
  }
  h1 {
    font-size: 1.7em;
    padding-top: 1em;
    color: #696969;
  }
  a {
    text-decoration: none;
    color: #4D88FF;
  }
  a:hover {
    text-decoration: underline;
    color: #1A66FF;
  }
  .address {
  }
  #header {
    text-align: center;
  }
  #menu ul, #menu li {
    display: block;
    margin: 0;
    padding: 0;
  }
  #menu .mlink {
    font-weight: bold;
  }
  #menu ul .slink:before {
    content: "- ";
	}
	
	/* table styling */
	tbody tr td {
    padding-right: 25px;
  }
  table {
    font-size: 0.9em;
    border: 1px #F2F2F2 solid;
  }
  thead tr {
    background-color: #80AAFF;
    color: white;
  }
  thead tr th {
    border: 0;
  }
  tr[class="odd"] {
    background-color: #F2F2F2;
  }
  tbody tr:hover {
    background-color: #E5EEFF;
  }
