html, body {
	height: 100%;
	margin-bottom: 1px;
}
body {
	color: #FFFFFF;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size: 1.2em;
	background-color: #202222;
	background-repeat: repeat-y;
}
h2 {
	font-size: 1.3em;
	text-align: center;
	font-weight: normal;
	margin: 5px;
	padding: 5px;
}

ul {
	line-height: 1em;
	list-style-type: square;
	margin-left: 1em;
	padding-left: 1em;
}
ul li  {
	margin-bottom: .5em;
}

a:link {
	text-decoration: underline;
	color: #CCCCCC;
}
a:visited {
	text-decoration: underline;
	color: #CCCCCC;
}
a:hover {
	color: #8399b8;
	text-decoration: underline;
}
#container {
	margin-right: auto;
	margin-left: auto;
}

#pageTitle {
	text-align: center;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	font-size: 1.2em;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
}
#content {
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-bottom: 50px;
	padding-left: 10px;
	max-width: 800px;
	}
#links {
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-bottom: 50px;
	padding-left: 10px;
	max-width: 800px;
}

.center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.centerTable {
	margin-right: auto;
	margin-left: auto;
}
.thumbBox {
	text-align: center;
	margin-top: 8px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 10px;
	padding-bottom: 3px;
	/* [disabled]border-top: 1px solid #666; */
	padding-top: 15px;
	font-size: 0.9em;
}

.thumbBox img {
	margin-bottom: 0.3em;
}
.thumbBorder {
	border: 2px solid #000000;
	text-decoration: none;
}

.thumbPlugBorder {
	border: 2px solid #202222;
	text-decoration: none;
}


.blankBorder {
	border: 1px solid #202222;
}
.imgCaption {
	margin-top: 6px;
	text-align: center;
}
.imgBorder {
	border: 1px solid #999;
}
.popupInstructions {
	font-size: 0.8em;
	color: #999999;
	margin-bottom: 0.4em;
	margin-top: 0.4em;
	text-align: center;
	padding-top: 6px;
}



Table ul {
	padding-top: 0em;
	margin-top: 0em;
	padding-left: .5em;
}
img {
	text-decoration: none;
}
.flex-container-index {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 680px;
	margin-right: auto;
	margin-left: auto;
}
.flex-container-index > div {
  padding: 5px;
  text-align: center;
}


img, embed, object, video {
	
	max-width: 100%;
	height: auto;
	background-repeat: no-repeat;
	background-size: contain;
}

.flex-container-details-8 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}
.flex-container-details-8 > div {
  padding: 5px;
  text-align: center;
}

.flex-container-details-6 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}
.flex-container-details-6 > div {
  padding: 5px;
  text-align: center;
}

.flex-container-details-4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}
.flex-container-details-4 > div {
  padding: 5px;
  text-align: center;
}


.accordion {
	background-color: #CDCDCD;
	color: #000000;
	cursor: pointer;
	padding-top: 12px;
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 12px;
	width: 100%;
	text-align: left;
	outline: none;
	font-size: 17px;
	transition: 0.4s;
	border: 3px solid #000000;
	font-weight: 700;
}

.accordionInactive {
	background-color: #CDCDCD;
	color: #000000;
	cursor: pointer;
	padding-top: 12px;
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 12px;
	width: 100%;
	text-align: left;
	outline: none;
	font-size: 17px;
	transition: 0.4s;
	margin-top: 12px;
	margin-bottom: 12px;
	border: 3px solid #000000;
}

.acc_active, .accordion:hover {
	background-color: #FFFFFF;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.acc_active:after {
  content: "\2212";
}

.panel {
	padding: 0 18px;
	background-color: #2B2E2E;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}
.panelInactive {
	padding: 0 18px;
	background-color: #2B2E2E;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}

/*bottom navigation buttons*/

.bottomNav {
  list-style: none;
  padding: 0;
  text-align: center;
  margin-top: 12px;
  margin-right: 0;
  margin-bottom: 30px;
  margin-left: 0;
}
.bottomNav li {
  display: inline;
}
.bottomNav a {
  display: inline-block;
  text-decoration: none;
}


.button-link {
  color: #666666;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #003333;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: 6px;
  margin-left: 6px;
  padding-right: 8px;
  padding-bottom: 5px;
  padding-left: 8px;
  background-color: #999999;
  padding-top: 7px;
}
.button-link:hover {
  border: 1px solid #333333;
  text-decoration: none;
  background-color: #666666;
}
.button-link:active {
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
  background: #2E5481;
  border: solid 1px #203E5F;
}
