.anchor {
  display: block;
  height: 39px; /*same height as header*/
  margin-top: -39px; /*same height as header*/
  visibility: hidden;
}
.w3-text-byellow {
   color: #ffff00;
}
.just {
   text-align:justify;
}
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 50px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

.headerbg1 {
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: inset;
	border-left-style: inset;
	border-right-color: #009900;
	border-left-color: #009900;
	border-top-style: none;
	border-bottom-style: none;
}

.brdr1 {
    height: 30px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: solid;
	border-left-style: inset;
	border-top-color: #009900;
	border-right-color: #009900;
	border-bottom-color: #000000;
	border-left-color: #009900;
	background-color: #CCCCCC;
	background-image: url(images/barbg.gif);
	background-repeat: repeat-x;
	background-position: center;
}
.brdr2 {
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	border-right-color: #009900;
	border-bottom-color: #009900;
	border-left-color: #009900;
}
.hdrtxt1 {
	font-family: "Monotype Corsiva", Signature, cursive;
	font-size: 20px;
	color: #006600;
}
.hdrtxt2 {
	font-family: "Monotype Corsiva", Signature, cursive;
	color: #006600;
}
.tdbrdr {
	border: 3px inset #006600;
	background-color: #FFFFFF;
	padding: 5px;
}
.hilitxt {
	font-family: "Comic Sans MS", sans-serif;
	font-size: 11px;
	font-style: italic;
	background-color: #006600;
	padding: 0px 2px 1px 1px;
	height: 20px;
	border: 3px inset #009900;
	margin: 0px;
	color: #FFFF00;

}
.fotmarg {
	border: 4px inset #009900;
}

body {
	margin: 39px 0px 0px;
	background-attachment: fixed;
	background-color: #009900;
	background-image: url(images/bodbg.jpg);
	background-repeat: repeat;
	background-position: top;

}
.maintxt {
	font-family: "Eras Light ITC", sans-serif;
	font-size: 17px;
	text-indent: 20px;
}
.maintxt2 {
	font-family: "Eras Light ITC", sans-serif;
	font-size: 17px;
}

.tdbrdr2 {
	border: 3px inset #006600;
	background-color: #FFFFCC;
}
#table1 {
  border-collapse: separate;
  border-spacing: 2px;
}
.footrtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #009900;
	background-color: #FFFF00;
}

    #upBtn {
      display: none;
      position: fixed;
      bottom: 75px;
      right: 10px;
      z-index: 99;
      width: 50px;
    }
    
   .txtshado1 {
     text-shadow: 2px 2px 0px #000000;
   } 
   
  .pad1 { 
     padding:50px 0px;
   }
