/* Layout */

.frame
  {
  position : absolute;
  top : 224px;
  left : 200px;
  width : 540px;
  height : 220px;
  }

.sidebar
  {
  position : absolute;
  top  : 220px;
  left : 10px;
  width : 200px;
  height : 100%;
  }
  
/* Style */

body
  {
  background-color : #656948; /* 6495ED; 668899; 4682B4; 66CDAA; 008B8B; 5F9EA0; 656948; */
  background-image : url(fire10e.jpg);
  background-attachment : scroll;
  background-position : top left;
  background-repeat : no-repeat;
  color : #FF9933;
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : 10pt;
  }

/* for accessibility only */ 
h1, h2
  {
  display : none;
  }

h2test
  {
  position : absolute;
  top : 200px;
  left : 540px;
  color :  #B22222; /* #FF9933; */
  font-family : Tahoma, Helvetica, Arial, sans-serif;
  font-size : 10pt;
  font-style : italic;
  }
    
a
  {
  padding : 3px;
  }
  
.menu
  {
  width : 100%;
  padding-left : 10px;
  padding-right : 10px;
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : 10pt;
  font-weight : bold;
  }

.menu ul
  {
  list-style-type : none;
  list-style-position : outside;
  margin : 0px;
  border : 0px;
  padding-left : 0px;
  }
  
.menu li
  {
  vertical-align : middle;
  }
  
.menu a
  {
  text-decoration : none;
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : 10pt;
  line-height : 250%;
  color : #FF9933;
  width : 100%;
  padding : 3px;
  }

.menu a:hover
  {
  color : #FF3300;
  }

a img
  {
  border-color : #FF9933;
  }

a:hover img
  {
  border-color : #FF3300;
  }

.notes
  {
  position : relative;
  padding-top : 10px;
  font-family : Tahoma, Helvetica, Arial, sans-serif;
  font-size : 8pt;
  text-align : center;
  background-color : transparent;
  color :  #FFEFD5;  /* papayawhip */
  }

.notes a
  {
  color :  #FFEFD5;  /* papayawhip */
  }

.notes a:hover
  {
  color : #FF3300;
  }

.text
  {
  background-color : transparent;
  width : 100%;
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : 10pt;
  font-weight : lighter;
  text-align : left;
  color :  #FFEFD5;  /* papayawhip */
  line-height : 140%;
  padding-left : 15px;
  }

.text a
  {
  text-decoration : none;
  color : #FF9933;
  }

.text a:hover
  {
  color : #FF3300;
  }

.textcenter
  {
  width : 100%;
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : 12pt;
  font-weight : lighter;
  text-align : center;
  color : #FF9900;
  background-color : transparent;
  }

.textcenter a
  {
  color : #FF3300;
  }

.textindent
  {
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : 10pt;
  font-weight : lighter;
  text-align : left;
  text-indent : 30px;
  color : #FF9933;
  background-color : transparent;
  }


