body {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 1.2em;
  font-family: Arial, Helvetica, sans-serif;
  background-image: url(bg10.gif);
  background-repeat: repeat;
  background-color: #f5f5dc;
  color: #000000;
}

#content {
  position: relative;
  width: 980px;
  height: auto;
  margin: 0 auto;
}


#name {
  position: absolute;
  top: -20px;
  left: 235px;
  z-index: 1;
}

#slogan {
  position: absolute;
  top: 130px;
  left: 235px;
  z-index: 3;
}

#logoright {
  position: absolute;
  top: 10px;
  right: 0px;
  z-index: 2;
}

#logoleft {
  position: absolute;
  top: 10px;
  left: 0px;
  z-index: 2;
}


#leftcolumn {
  float: left;
  width: 200px;
  height: auto;
}

#rightcolumn {
  float: left;
  width: 200px;
  height: auto;
}

#centercolumn {
  float: left;
  width: 560px;
  height: auto;
  padding: 0 7px;
  text-align: left;
  border-right: 1px solid #000000;
  border-left: 1px solid #000000;
}

h1, h2, h3, h4 {
  text-align: center;
}

.menu {
  width: 200px;
  font-size: 1em;
  text-align: center;
}

.menu ul {
  margin-left: 0;
  padding-left: 15px;
  list-style-type: none;
}

.menu a {
  display: block;
  padding: 3px;
  width: 160px;
  background-color: #b0e0e6;
  border-bottom: 1px solid #000000;
}

.menu a:link, .menu a:visited, .menu a:active {
  color: #000080;
  text-decoration: none;
}

.menu a:hover {
  background-color: #6a5acd;
  color: #ffffff;
}
p.address {
  border-bottom: 1px solid #000000;
  padding-bottom: 7px;
  padding-top: 180px;
}

p.header {
  background-color: #0000ff;
  color: #ffffff;
  padding: 10px;
  text-align: center;
}

p.bottomborder {
  clear: both;
  margin: 0 auto;
  color: #000000;
  text-align: center;
  padding: 5px;
  /*border-top: 2px solid #000000;*/
  border-bottom: 2px solid #000000;
}

img {
  border: 0;
}

.ttstyle {
  font-size: 1em;
  text-align: center;
  width: 500px;
  background-color: #ffffdd;
  border: 2px solid #ff0000;
  padding: 5px;
}

div#alansm {
  width: 135px;
  margin: 0 auto;
}

p.ponderables {
  background-color: #0000FF;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  text-align: center;
  font-style: oblique;
  margin-bottom: 0px
}

div.ponderables {
  background-color: #ccccff;
  color: #000066;
  margin-top: 0px;
  padding: 2px 8px;
}

.ponderables hr {
  width: 70%;
  color: #ff0000;
  background-color: #ff0000;
  height: 3px;
  text-align: center;
}

