body {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border-width: 0px;
	text-decoration: none;
	font-family: GillSans, Futura, Verdana, Geneva, sans-serif;
	font-size:19px;
	background-position: center top;

	

}
.nounderline {
	text-decoration: none;
}


.floating-menu {
font-family: futura;
background: url(images/lineblue.png);
padding: 1px;;
width: 100%;
position: fixed;
}

.floating-menu a, 
.floating-menu h3 {
font-size: 1.2em;
margin: 0 0.5em;

}




a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}



.white {
	color: #FFF;
	text-decoration: none;
}

.blue {
	color: #0F1768;
	text-decoration: none;
}

.currentpage {
	color: #EEDA9B;
	text-decoration: none;
}
.hitthislink {
	color: #C30;
	text-decoration: none;
}


.embiggener {
	font-size: 22px;
	font-weight: normal;
	color: #333;
	font-family: futura, "GillSans Light", GillSans, "Futura Std Medium", Verdana, sans-serif;
}


.selflink {
	font-size: 14px;
	font-variant: small-caps;
	color: #FFF;
	font-family: GillSans, Futura, Verdana, Geneva, sans-serif;
	text-decoration: none;
}
.blackplease {
	color: #000;
}
#dropshadow {
	color: white;
  text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
}
table.contain {
	background-size:cover;
background-repeat: no-repeat;
}
td.contain {
	background-size:contain;
background-repeat: no-repeat;
}

    ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}

li {
  float: left;
}

li a, .dropbtn {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
  background-color: red;
}

li.dropdown {
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {background-color: #f1f1f1;}

.dropdown:hover .dropdown-content {
  display: block;
}