@charset "utf-8";

/*-- Main --*/

body
  {
  background-image : url("bras3.jpg");
  color : #400000;
  font-family : arial, helvetica, sans-serif;
  font-size : 12pt;
  font-weight : 400;
  }
 
/* for accessibility only since using graphic headings */ 

h1, h2
  {
  display : none;
  } 
 
a
  {
  color : #400000;
  border-color : #400000;
  background-color : transparent;
  }
  
a:hover
  {
  color : #8B4513;
  border-color : #8B4513;
  background-color : transparent;
  }

a img
  {
  border-color : #400000;
  background-color : transparent;
  }
  
a:hover img
  {
  border-color : #8B4513;
  background-color : transparent;
  }

/*-- Layout Boxes --*/

.titlebox
 {
  position : absolute;
  top : 10px; 
  right : 24px; 
  width : 100%;
  height : 200px;
  text-align : right;
  background-color : transparent;
 }
 
.menubox
  {
  position : absolute; /* relative; */
  top : 322px; /* 25px; */
/*  left : 20px; */
  right : 50px;
  width : 150px;
  text-align : right; /* left; */
  vertical-align : middle;
  z-index : 2;
  }

.contentbox
  {
  position : absolute;  /* should be relative but IE 5.5 problematic */
  top : 330px;
  left : 64px;
  right : 24px;
  width : 70%; /* auto; */
  }

/*-- Menu --*/

.menubox ul
  {
  list-style-type : none;
  line-height : 22pt;
  font-size : 14pt;
  }
    
.menubox li
  {
  vertical-align : middle;
  }

.line
  {
  left : 0px;
  width : 100%;
  height : 2px;
  font-size : 0pt;
  background-color : #D4A269;
  }
    
/*-- Content --*/

.textcenter
  {
  background-color : transparent;
  width : 100%;
  text-align : center;
  padding-left : 1em;
  padding-right : 1em;
  padding-top : 1em;
  padding-bottom : 1em;
  }

.textright
  {
  background-color : transparent;
  width : 100%;
  text-align : right;
  }

.imgleft
  {
  float : left;
  margin-right : 10px;
  background-color : transparent;
  font-weight : lighter;
  }

.imgright
  {
  float : right;
  margin-left : 10px;
  background-color : transparent;
  font-weight : lighter;
  }

/*-- Trailer --*/

.notes
  {
  position : relative;
  background-color : transparent;
  font-family : verdana, helvetica, arial, sans-serif;
  font-size : 9pt;
  font-weight : 200;
  text-align : center;
  line-height : 14pt;
  }

/*-- End --*/