@charset "utf-8";

body
  {
  background-color : transparent;
  background-image : url(tile2.jpg);
  background-position : top left;
  background-repeat : repeat;

  color : #63443a;
  font-family : "bookman old style", "book antiqua", georgia, bookman, "century schoolbook", century, "times new roman", serif;
  font-size : 12pt;
  font-weight : 400;
  }

  /* for accessibility only since using graphic headings */ 

h1
  {
  display : none;
  } 

h2
  {
  font-size : 14pt;
  font-weight : 600;
  }

h3
  {
  font-size : 12pt;
  font-weight : 600;
/*  font-style : italic; */
  }

.header 
  {
  font-size : 12pt; 
  font-weight : 600;
  }

.subheader 
  {
  font-size : 10pt; 
  font-weight : 600;
  }

img
  {
  border-color : #63443a;
  }

a
  {
  color : #63443a;
  }
  
a:hover
  {
  color : black;
  }

.bold
  {
  font-weight : 600;
  }

.italic
  {
  font-style : italic;
  }

a:link img
  {
  border : none;
  }

.noborder {border: none;}

.leftsidebar ul
  {
  list-style-type : none;
  line-height : 32pt;
  font-size : 14pt;
  font-weight : 600;
  }
    
.leftsidebar li
  {
  vertical-align : middle;
  }
  
.frame
  {
  position : absolute;
  top : 160px; /* 220px; */
  left : 190px; /*2em; */
  width : 580px; /* 100%; */
  }

.topbar
  {
  position : absolute;
  background-color : transparent;
  top : 40px;
  left : 140px;
  width : 659px;
  height : 110px;
  }

.leftsidebar
  {
  position : absolute;
  background-color : transparent;
  top : 0px;
  left : 0px;
  right : 140px;
  height : 600px;
  width : 140px;
  }

.rightsidebar
  {
  position : absolute;
  background-color : transparent;
  top : 0px;
  left : 800px;
  width : 140px;
  }

.textcenter
  {
  background-color : transparent;
  font-weight : lighter;
  text-align : center;
  padding-left : 1em;
  padding-right : 1em;
  padding-top : 1em;
  padding-bottom : 1em;
  }

.quoteindent
  {
  padding-left : 200px;
  }
  
.notes
  {
  background-color : transparent;
  position : relative;
  padding-top : 10px;
  font-family : Tahoma, Helvetica, sans-serif;
  font-size : 8pt;
  font-weight : lighter;
  text-align : center;
  }

.imgright
  {
  float : right;
  padding-left : 10px;
  }

.imgleft
  {
  float : left;
  padding-right : 10px;
  }

.nofloat
  {
  clear : both;
  padding-top : 6px;
  }
  
