body{
  color: black;
  margin: 0px;
  background: #F9F4D5;
  font-family: Garamond, Times, serif;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

td {
 border: 0 none;
 border-collapse: collapse;
 border-spacing: 0;
 vertical-align: top;
 padding: 0px;
}

td.leftpic {
  width: 355px;
}

img.lefhpic {
  width: 355px;
  padding: 0;
  position: absolute;
}

div.rightside {
  left: 355px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}

div.maintext {
  color: black;
  background: #F9F4D5 url(background.jpg) no-repeat;
  padding-left: 1em;
  padding-right: 1em;
  height: 100%;
}


td.navbar {
  color: black; 
  background: #FDFBED;
  border-bottom: thin solid black;
  font-size: 125%;
  font-weight: bolder;
  vertical-align: middle;
  text-align: center;
  width: 20%;
}


h1{
  font-size: 250%;
  font-weight: bolder;
}

p{
  text-align: justify;
}


a.navlink:link {
  color:black;
  text-decoration: none;
}

a.navlink:visited {
  color:black;
  text-decoration: none;
}

a.navlink:hover {
  color: gray;
  text-decoration: none;
}

img.fullwidth {
 float: left;
 width:97%;
 margin: 1em;
}

img.inlineimg {
  width: 30%;
  float:  right;  
  margin-left: 1em;
}

img.inlineimgleft {
  width: 30%;
  float:  left;  
  margin-right: 1em;
  margin-bottom: 1em;
}

