body {
  font-family: arial, tahoma, helvetica, verdana;
  width: 768px;
  margin: 0px;
  padding: 0px;
  text-align: center;
}
#container {
  width: 768px;
  border: 3px solid #aaaaaa;
  text-align: left;
}
#foofoocontainer {
  overflow: hidden;
}
#topheader {
  width: 100%;
}
#leftcolumn {
  float: left;
  width: 120px;
  border: 2px solid #ffffff;
}
#leftmenu {
  text-align: left;
  margin: 0px;
  padding: 0px;
}
#leftmenu ul {
  list-style: none;
  margin: 0px 0px 0px 6px;
  padding: 0px;
  line-height: 160%;
}
#leftmenu li {
  margin: 4px 0px 4px 0px;
}
.menuheader {
  background: #0000ff;
  font-weight: bold;
  color: #ffffff;
  padding: 2px 2px 2px 8px;
  text-align: center;
  background: url('images/menuheader.gif') repeat-y;
  height: 20px;
}
#rightcolumn {
  clear: right;
  float: right;
  width: 184px;
  padding-bottom: 25px;
  margin-bottom: -25px;
  border: 2px solid #ffffff;
}
#rightweather {
  padding: 6px 0px 0px 0px;
  text-align: center;
}
#mainbody {
  float: left;
  width: 434px;
  margin: 0px 2px 12px 2px;
  padding: 0px 4px 4px 4px;
  padding-bottom: 25px;
  margin-bottom: -25px;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}
#mainbody ul {
  font-size: 0.9em;
}
#footer {
  clear: both;
  text-align: center;
  font-size: 0.8em;
  padding: 4px 2px 2px 2px;
  margin: 0px 0px 4px 0px;
  border-top: 2px solid #000000;
  line-height: 60%;
}
#footer footertext {
  font-family: arial, tahoma, helvetica, verdana;
  font-size: 0.8em;
}
#footer a {
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
