/* Text formatting styles */
body {
  /* background-color: #e0eedc; */
  background-color: HoneyDew;
  color: black;
  font-size: medium;
  font-family: bookman old style, Garamond, Times New Roman, times;
  padding: 1px;
  margin: 0;
  }
h1 { /* main heading */
  text-align: center;
  font-weight: bold;
  font-size: 200%;
  font-family: bookman old style, Garamond, Times New Roman, times;
  /* font-family: Arial Black, Arial, Verdana; */
  color: Gold;
  margin: 10px;
  }
h2 { /* main subheading */
  text-align: center;
  font-weight: bold;
  font-size: large;
  font-family: Arial Black, Arial, Verdana;
  color: Gold;
  margin: 10px;
  }
h3 { /* default section heading */
  text-align: center;
  font-weight: bold;
  font-size: large;
  font-family: Arial Black, Arial, Verdana;
  }
h4 {
  font-weight: bold;
  font-size: large;
  font-family: Arial Black, Arial, Verdana;
  }
/*a:link {
  color: #703000;
  }
a:visited, a:active {
  color: #703000;
  } */
a:hover {
  color: red;
  }
.bmcline {
  text-align: center;
  }
.oddimage {
  float: right;
  margin: 10px 0px 10px 10px;
  }
.evenimage {
  float: left;
  margin: 10px 10px 10px 0px;
  }
.coverthumb {
	float: right;
	width: 230px;
	height: 325px;
}
.copyright {
	font-size: small;
	}
/* Page banner */
.header {
   position: relative;
   /* top: 0; */
   height: 90px;
   width: 100%;
   background-color: Green;
   /* background-color: ForestGreen; */
   }
.logo {
   position: absolute;
   top: 5px;
   left: 5px;
   width: 100px;
   }
.headertext {
   position: absolute;
   top: 0;
   width: 100%;
}

/* Navigation */
.menubar {
    list-style-type: none;
	height: 30px;
    margin: 0;
    padding: 0;
    overflow: hidden;
/*    background-color: Cornsilk; */
    background-color: Khaki;
	border: 1px black solid;
}
/* Adjustments for smaller screens to allow space for wrapping */
@media screen and (max-width: 1090px) {
	.menubar { height: 60px;	}
}
@media screen and (max-width: 600px) {
	.menubar { height: 90px; }
}
@media screen and (max-width: 420px) {
	.menubar { height: 120px; }
}
 
.menubar li {
    float: left;
}
.menubar li a {
	color: black;
}
.host-button {
	margin-left: 60px;
}

.menubar-link, .dropbutton {
    display: inline-block;
    color: black;
    text-align: center;
    padding: 5px 20px;
    text-decoration: none;
}

.menubar-link:hover, .dropdown-link:hover, .submenu-link:hover, .dropbutton:hover {
    color: red;
	background-color: LightGoldenrodYellow;
}

.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
	color: black;
    background-color: WhiteSmoke;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
	border: 1px black solid;
}
.dropdown-content a {
	color: black;
}

.submenu {
	padding-left: 15px;
}

.submenu-link {
	font-weight: bold;
}

.dropdown-link, .submenu-link {
    color: black;
    padding: 2px 20px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-link:hover, .submenu-link:hover {
	background-color: Gainsboro;
}

.dropdown:hover .dropdown-content {
    display: block;
}

/* Basic page layout */
.content {
	position: relative;
	float: none;
	width: 100%;
	margin-left: 10px;
	margin-top: 10px;
}
.alert {
	color: red;
}
header {
	width: 100%;	
   text-align: center;
   margin-bottom: 10px;
}
article {
	clear: both;
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
}
article p {
	text-align: justify;
}
article ul li {
	margin-top: 8px;
}
.widelist {
	clear: both;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.widelist td {
	padding: 5px;
}
.tabledate {
	text-align: right;
}
.singlecol {
	float: left;
	width: 100%;
}
.hidden {
	display: none;
}
.partNof2 {
	float: left;
	width: 40%;
	padding-left: 5%;
	padding-right: 5%;
	}
.partNof2 div.infobox {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	}
.partNof3 {
   float: left;
   width: 33%;
   font-size: medium;
   }
.partNof3 ul li {
	margin-top: 8px;
}
footer {
	clear: both;
	text-align: center;
	margin-top: 20px;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	border: solid;
	border-color: silver;
	border-radius: 5px;
	}
/* Common elements */
.infobox {
	width: 500px;
	background-color: white;
   padding: 10px;
   border: solid;
   border-radius: 5px;
   border-color: silver;
   margin-left: auto;
   margin-right: auto;
   }
dt {
	font-weight: bold;
	margin-top: 10px;
	}
.infobox dl {
	margin-top: 5px;
	margin-bottom: 5px;
	}
.progbox {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	}
.ballcard {
	width: 300px;
	float: right;
}
/* Captioned Pictures */
.photobox {
  float: left;
  width: 650px;
  margin-left: 5px;
  }
header .photobox, article .photobox {
	float: none;
	margin-left: auto;
	margin-right: auto;
	}
.photobox512 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 512px;
  }
#hball {
  width: 522px;
  }
#IFF06 {
  width: 650px;
  }
.photocaption {
  float: left;
  font-size: small;
  margin-left: 10px;
  }
.photocredit {
  float: right;
  font-size: small;
  margin-right: 20px;
  }
.author {
  text-align: right;
  margin-right: 30px;
  }
.reqfield {
	color: red;
	font-weight: bold;
	}
.formok {
	color: green;
	font-weight: bold;
	font-size: large;
	}
.datehead {
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: large;
	font-family: Arial Black, Arial, Verdana;
}
img {
	border: 0;
}
.leftarrow {
	float: left;
	margin-left: 5px;
}
.rightarrow {
	float: right;
	margin-right: 5px;
}