body {  
  font-family: arial, helvetica, sans-serif;
  font-size: 80%;
  color: black;
  background-color: lavender;
  margin: 30px;
}

a {
  color: blue;
  border-bottom: 1px #000 dotted;
  text-decoration: none;
}

a:hover {
  color: red;
  text-decoration: none;
}

td.t1 {
   font-size:8pt;
   color:#000000;
   font-weight:normal;
   text-align:left;
   }

input.t1 {
   font-size:4pt;
   color:#000000;
   font-weight:normal;
   text-align:left;
   }

th.t1 {
   font-size:8pt;
   color:#000000;
   font-weight:bold;
   text-align:center;
   }

h1 {
  font-family: arial, helvetica, arial, sans-serif;
  font-size: 90%;
  }

h2 {
  font-family: arial, helvetica, arial, sans-serif;
  font-size: 80%;
  }  
  
  
#headerBox {
  height: 3em;
  background-color: #5e0000;
}
  
#headerBox2 {
  height: 3em;
  background-color: #5e0000;
}
  
#layoutBox {
  float: left;
  border-bottom: 1px solid #5A799D;
  background-color: #FFFFFF;
  padding: 10px;  
}

#menuBox {
  float: left;
  width: 15em;
  margin: 10px 0 0 0;
}

#footerBox {
  height: 1em;
  text-align: center;
  font-size: 85%;
  clear: both;
  background-color: #fffff;
  }
  
.title {
  margin-top: 20px;
  font-family: helvetica, arial, sans-serif;
  font-size: 280%;
  font-weight: lighter;
  font-style: normal;
  color: #ffffff;
  line-height: 0.9em;
  padding: 5px;
}

.menuGroup {
  padding: 5px 0 5px 0;
  margin-bottom: 30px;
}

.menuGroup a {
  color: #35567C;
  text-indent: 3em;
  border-top: 1px solid;
  border-bottom: 1px solid;
  text-decoration: none;
  font-size: 320%
  margin-bottom: 2px;
  display: block;  
}

.menuGroup a:hover {
  color: #FFFFFF;
  background-color: #5A799D;
}

#news {
  padding: 0px 5px 0px 5px;
  margin-bottom: 30px;
}

#main {
  margin: 10px 0 0 16em;
  border-left: 1px solid #5A799D;
  padding: 10px;
  text-align: left;
  background-color: beige;
}