
@import url("2-col-static.css");    /* basic two column, static layout */

body {
  background-color: #aaa;
}

#container {
  background-color: #efedda;
}

#header {
}

#topmenu {
  float: right;
}

#leftnav {
}

#content {
}

#footer {
  font-size: 80%;
  text-align: center;
  color: #666;
}

#footer a {
  text-decoration: none;
}

a {
  border-bottom: dashed #060 1px;
  color: #060;
  text-decoration: none;
}

a:hover {
  border-bottom: dashed #0b0 1px;
  color: #0b0;
}

img {
  border-width: 0px;
}

h1, h2, h3 {
  color: #343;
}

h1 {
  text-align: center;
  font-size: 140%;
}

h2 {
  font-size: 120%;
}

h3 {
  font-size: 110%;
}

.centered {
  text-align: center;
}

.pullout {
  float: right;
  margin: 10px
}

img.bordered {
  border: solid #333 4px;
}

#header a {
  border-bottom: none;                       /* reverts earlier style */
  text-decoration: none;
}

#content table.client_table { width: 100%; border-collapse: separate; border-spacing: 5px; }
#content table.client_table tr { vertical-align: top; }
#content table.client_table tr td { width: 50%; padding: 5px; border: solid #666 1px; }
