html, body {
    height: 99%;
}

body, a, td {
    font-weight: normal;
    font-size: 16px;
    font-family: arial;
}

p {
    margin: 0;
    padding: 0;
}

td {
    vertical-align: top;
}

ul {
  margin: 0;
  padding-left: 20px;
  list-style-type: square;
}

li {
  margin: 0;
}

.projects li {
/*  margin-bottom: 5px;*/
}

.nobr {
    white-space: nowrap;
}

.SiteBody {
    padding: 10px;
    width:700px;
    //width:550px;
}

.SiteHeader {
    color: #021f53;
    font-size: 30px;
    vertical-align: bottom;
    padding: 0px;
    margin: 0px;
}

.SiteHeaderGDH {
    color: #021f53;
    font-weight: 900;
    font-size: 36px;
    font-family: helvetica;
    padding: 0px;
    margin: 0px;
}

.SiteMajorHeading {
    text-decoration:underline;
    font-weight: 900;
    font-size: 20px;
}

.SiteHeading {
    font-weight: 900;
    font-size: 18px;
}

.BlueBar, .WhiteBar {
  width: 40px;
  padding: 0px;
}

.BlueBar {
  background-color: #021f53;
}

.BottomBorder {
  border-bottom: 6px solid #021f53;
}

.FooterCell {
  margin: 0px;
  padding: 0px;
  text-align: center;
  vertical-align: bottom;
}

.FooterBox {
  border-top: 6px solid #021f53;
}

.FooterBox, .FooterBox a {
  width: 1%;
  font-size: 16px;
  text-align: center;
  color: #021f53;
}

.menu td {
    width:150px;
    text-align: center;
    vertical-align: middle;
}

.menu div {
    border: 3px solid #021f53;
    border-radius: 60px / 22px ;
    background-color: #021f53;
    height: 40px;
    line-height: 40px;
    width: 120px;    
    margin-top: 5px;
    margin-left: 10px;
    text-align: center;
    vertical-align:middle;
}

.menu a {
    font-weight: 700;
    font-size: 16px;
    font-family: arial;
    color: #ffffff;
}
