body {
  background: #e5d5b7 url(images/exptextb.jpg) repeat scroll 0%;
  font-family: "Californian FB","Times Roman",serif;
  color: #006600;
  direction:ltr;
}
h1 {
  border-style: solid none;
  border-top-width: medium;
  border-bottom-width: medium;
  font-style: italic;
  text-align: center;
  font-family: Garamond;
  font-size: 3.5em;
  font-weight: normal;
  margin: 0;
  padding-top: 0;
  top: 0;
  font-weight: normal;
}
h2.title {
  border-style: solid none;
  border-top-width: medium;
  border-bottom-width: medium;
  padding:0;
  margin: 0;
  text-align:right;
  font-style: italic;
  text-align: center;
  font-family: Garamond;
  font-size:1.2em;
  font-weight: normal;
  text-decoration: none;
}
h2 {
  font-size: x-large;
  font-weight: bold;
  text-transform: capitalize;
  text-align: center;
  text-decoration: underline;
  font-family: Garamond;
  font-style: italic;
}
h3 {
  font-weight: bold;
  text-align: center;
}
h4 {
  text-align: center;
  font-size: medium;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
}
span.negative {
  color: white;
  background-color: black;
}
table {
  border:  none;
  width: 100%;
}
td.menu 
{
  vertical-align: top; 
  height: 30em; 
  width: 10em; 
  padding-right: 0;
}
td.content
{
  vertical-align: top;
}
ul.mnu
  {
  float:left;
  width:100%;
  padding:1em 0 1em 0;
  margin:0;
  list-style-type:none;
  border:0;
  }
.btn
  {
    text-align:center;
    vertical-align:middle;
    list-style-type:none;
    padding:0em;
    margin:0.1em;
    line-height:1em;
  }
a.btnIn
  {
    float:left;
    width:9em;
    text-decoration:none;
    font-family:Arial;
    color:Black;
    padding:0 0.1em 0.1em 0.1em;
    background-image:url('menu/button-pill1.png');
    background-repeat:no-repeat;
    line-height:2em;
  }
a.btnOut
  {
    float:left;
    width:9em;
    text-decoration:none;
    font-family:Arial;
    color:Maroon;
    padding:0em 0.1em 0.1em 0.5em;
    text-align:left;
    background-image:url('menu/button-arrow1.png');
    background-repeat:no-repeat;
    line-height:2em;
  }

