body {
background-color: #009900;
    margin: 0px;		/* spread site across browser */
    padding: 0px;		/* spread site across browser */
}

	/* font sizes */

.fs8{font-size: 8px; font-family: verdana, tahoma, arial;}
.fs9{font-size: 9px; font-family: verdana, tahoma, arial;}
.fs10{font-size: 10px; font-family: verdana, tahoma, arial;}
.fs11{font-size: 11px; font-family: verdana, tahoma, arial;}
.fs12{font-size: 12px; font-family: tahoma, verdana, arial;}
.fs14{font-size: 14px; font-family: tahoma, verdana, arial;}
.fs16{font-size: 16px; font-family: tahoma, verdana, arial;}
.fs18{font-size: 18px; font-family: tahoma, verdana, arial;}
.fs20{font-size: 20px; font-family: tahoma, verdana, arial;}
.fs22{font-size: 22px; font-family: tahoma, verdana, arial;}
.fs24{font-size: 24px; font-family: tahoma, verdana, arial;}
.fs26{font-size: 26px; font-family: tahoma, verdana, arial;}


	/* font styles */

.ffa{font-family: arial;}
.fft{font-family: tahoma;}
.ffv{font-family: verdana;}
.hrt{font-family: Harington;}

@font-face {
   font-family: Harington;
   src: url(fs/Harington.ttf);
}

.fsi{font-style: italic;}
.fwb{font-weight: bold;}

.fcy{color: #ffff00;} /*yellow*/
.fcw{color: #ffffff;} /*white*/


	/* justification */

.tac{text-align: center;}
.taj{text-align: justify;}
.tal{text-align: left;}
.tar{text-align: right;}


	/* header script */

#header{
	color: yellow;
        font-family: Harington;
	font-size: 64px;
	font-weight: bold;
	text-align: center;
	-webkit-text-stroke: 0px #F8F8F8;
	text-shadow: 1px 4px 16px #000000;
}

#subhead{
	color: #000000;
        font-family: Harington;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	-webkit-text-stroke: 0px #F8F8F8;
	text-shadow: 1px 4px 8px #000000;
}


	/* menu */

div.menu {
	font-family: verdana;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}

.bottom {
	border-bottom-width: 1px;
	border-bottom-spacing: 0px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	border-collapse: collapse;
}

.bar {
    clear: left;
        background: #000000;
        color: white;
        text-align: center;
            height: 6px;
            line-height: 0px;
    letter-spacing: 1px;
}


	/* photo box and shadow */

.shadow {box-shadow: 8px 8px 8px #dfdfdf;}

.box1 {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #d8d8d8;
	border-collapse: none;
	background-color: #ffffff;
    	border-radius: 5px 5px 5px 5px;
	margin:auto;
	padding:0px;
}


	/* link colors */

a:link.menu{color:#ffffff; text-decoration:none;}
a:visited.menu{color:#ffffff; text-decoration:none;}
a:hover.menu{color: #ffff00; text-decoration:none;}
a:active.menu{color: #ffff00; text-decoration:none;}

a:link.footer{color:#ffff00; text-decoration:none;}
a:visited.footer{color:#ffff00; text-decoration:none;}
a:hover.footer{color: #ffffff; text-decoration:none;}
a:active.footer{color: #ffffff; text-decoration:none;}

	/* this is for the header link */

a:link.hlink{color:yellow; text-decoration:none;}
a:visited.hlink{color:yellow; text-decoration:none;}
a:hover.hlink{color:yellow; text-decoration:none;}
a:active.hlink{color:yellow; text-decoration:none;}


	/* table */

table.basic {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	border-spacing: 0px;
	border-style: none;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}

table.trim1 {
	border-width: 3px;
	border-spacing: 0px;
	padding: 15px;
	border-style: solid;
	border-color: #000000;
	border-collapse: none;
	background-color: #ffffff;
    	border-radius: 5px;
	padding-bottom:5px;
}

table.border {
	border-width: 2px;
	border-spacing: 10px;
	padding: 10px;
	border-style: solid;
	border-color: #009900;
	border-collapse: none;
	background-color: #ffffff;
    	border-radius: 5px;
}

.top {
    position: relative;
    top: 15px;
}


	/* back to top button */
	/* see button.txt for more information */

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  font-size: 12px;
  border: none;
  outline: none;
  background-color: black;
  color: white;
  cursor: pointer;
  padding: 5px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: black;
}