/* css for Jane Smith - Beyond Talking */
body {

  font-family: "Comic Sans MS","Comic Sans",Arial,Helvetica,sans-serif;
  color: #2c4a4c;  /* darkish font colour */
  font-size: 95%;
  background-color: #a29e76;  /* outer bkgrnd colour */
}
h1 {
  color: #2c4a4c; /* for main page titles */
  font-family: "Comic Sans MS","Comic Sans",Arial,Helvetica,sans-serif;
  font-weight: normal;
  font-size: 280%;
  line-height: 120%;
  margin-top: 0px;
  margin-bottom: 10px;
}
h2 {
  color: #2c4a4c;
  font-size: 160%;
  font-weight: normal;
  line-height: 100%;
  margin-top: 0px;
  margin-bottom: 3px;
}
h3 {
  font-size: 125%;
  color: #487578; /* darker than bkgrnd */
  line-height: 100%;
  margin-top: 4px;
  margin-bottom: 4px;
}
h4 {
  font-size: 115%;
  color: #487578; /* darker than bkgrnd */

  line-height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
}
#alignment {
  margin: 0 auto;
  width: 920px;
}

#table_bkgnd {
  background-color: #e2f6f9;  /* bkgrnd within table */
}

/* ===== vertical menu ==== */
#vertmenu {
  height:21px;
  font-size:110%;
  font-weight:normal;
  font-family: "Comic Sans MS","Comic Sans",Arial,Helvetica,sans-serif;
  letter-spacing: 0.2em;
  font-style: italic;
  width: 220px; /* that's the width of the coloured (or not) bars */
  text-align: right;
}
#vertmenu ul {
  margin:0;
  padding:0;
  list-style-type:none;
  list-style-position: outside;
}
#vertmenu ul li {
  display:block;
  /* this determines whether there's a spacer between menu elements */
  margin:0px;
}
#vertmenu ul li a {
  display:block;
  color:#2c4a4c;

  text-decoration:none; /* stops underlining */
  /* padding top rt bott left */
  padding: .2em .5em .2em .4em;
  height:18px;
}
#vertmenu ul li a:hover {
  color:#a5780d;

}
#vertmenu ul li a.current {

   color:#db8913;   
}
