.layout {
  border-collapse: collapse;
  margin-top: 3ex;
  width: 100%;
}

.layout td {
  border: none;
  vertical-align: top;
}

.layout h2 {
  font-weight: normal;
}

#search-text {
  width: 55%;
}

.newsbox {
  background-color: #ffa;
  border: 1px solid #eea;
  color: #222;
  font-size: 9pt;
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 2ex;
  margin-bottom: 2ex;
}

.linkbox {
  background-color: #eee;
  border: 1px solid #aaa;
  color: #222;
  font-size: 9pt;
  padding-left: 1em;
}

.newsbox h2,
.linkbox h2 {
  font-size: 11pt;
  font-weight: bold;
  margin-bottom: 0;
}

.linkbox a {
  font-size: 100%;
  font-weight: normal;
}

.layout .threeCol {
  width: 25%;
  padding-right: 1em;
}

ul {
  margin-left: 0;
}

ul li {
  list-style-type: none;
  line-height: 180%;
  margin-left: 0;
}

ul.articles li {
  line-height: 100%;
  padding-bottom: 2ex;
}

table.layout td.padded {
  padding: 0 2ex 0 2ex;
}

ul.menu {
  background: #eee;
  border: 1px solid #ccc;
  padding: 0 1.5em;
}

ul.menu li {
  border-left: 1px solid #fff;
  border-right: 1px solid #ccc;
  display: inline-block;
  line-height: 130%;
  margin: 0;
  padding: 0.5ex 2em;
}

ul.menu li a {
  font-weight: normal;
}

ul.menu li.on {
  background-color: #fefefe;
}

#quotes div {
  font-style: italic;
  position: absolute;
  width: 15em;
}


