body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.bottom-links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.page-headings {
font-family: Arial, Helvetica, sans-serif;
  background-color: #B30D0D;
  color: white;
  font-size: 20px;
  padding: 12px 16px;
}

.page-subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #B30D0D;
	font-style:bold;
	padding: 12px 16px;
}


.page-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align:justify;
	color: #3a3a3a;
	padding: 12px 16px;
}

.page-tblhd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #B30D0D;
	padding: 12px 16px;
}

.page-update {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #B30D0D;
	font-style:bold;
}
/* Index page updates */
.page-indexupdate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #B30D0D;
	font-style:bold;
	padding: 10px 20px;
}

.photo-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	text-align:center;
	color: #B30D0D;
	padding: 12px 16px;
}

.page-text-schedule {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align:justify;
	color: #3a3a3a;
	padding: 14px 16px;
}

.page-links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #3a3a3a;
	text-decoration:underline;
}

a:link, a:visited {
  color: white;
  text-align: center; 
  text-decoration: none;
  display: inline-block;
}

a:hover, a:active {
  text-decoration:underline;
}
/* Style The Dropdown Button */
.dropbtn {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #252424;
  color: white;
  padding: 0px;
  min-width:141px;
  min-height:28px;
  font-size: 20px;
  border: none;
  cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  text-decoration:none;
}


/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #000000;
}

.chess-note-table {
	width: 750px;
	}
.chess-note-table-th {
	height:30px;
	align:center;
	font-size:18px;
	padding:8px;
	font-weight:bold;
	border: 1px solid black;

}
.chess-note-table-td {
	text-align: left;
  padding: 8px;
  border: 1px solid black;
  }
.chess-tr:nth-child(even) {background-color: #f2f2f2;}

.sitehomebtn {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #B30D0D;
  color: white;
  padding: 0px;
  min-width:141px;
  min-height:28px;
  font-size: 20px;
  border: none;
  cursor: pointer;
}
.siteaboutbtn {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #FBA029;
  color: white;
  padding: 0px;
  min-width:141px;
  min-height:28px;
  font-size: 20px;
  border: none;
  cursor: pointer;
}

.sitecoachbtn {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #31A9B7;
  color: white;
  padding: 0px;
  min-width:141px;
  min-height:28px;
  font-size: 20px;
  border: none;
  cursor: pointer;
}

.siteeventsbtn {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #E614A3;
  color: white;
  padding: 0px;
  min-width:141px;
  min-height:28px;
  font-size: 20px;
  border: none;
  cursor: pointer;
}

.sitephotobtn {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #1FBD1B;
  color: white;
  padding: 0px;
  min-width:141px;
  min-height:28px;
  font-size: 20px;
  border: none;
  cursor: pointer;
}

.sitearchbtn {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #AD6B0C;
  color: white;
  padding: 0px;
  min-width:141px;
  min-height:28px;
  font-size: 20px;
  border: none;
  cursor: pointer;
}

.sitecontbtn {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #7254AF;
  color: white;
  padding: 0px;
  min-width:141px;
  min-height:28px;
  font-size: 20px;
  border: none;
  cursor: pointer;
}

.siteallbtn {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #999999;
  color: white;
  padding: 0px;
  min-width:141px;
  min-height:28px;
  font-size: 20px;
  border: none;
  cursor: pointer;
}

.hr {
border-top: 1px dashed #B30D0D;

}

.sitehomebtn {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #B30D0D;
  color: white;
  padding: 0px;
  min-width:75px;
  min-height:16px;
  font-size: 13px;
  border: none;
  cursor: pointer;
}
  @keyframes ticker {
    0% { transform: translate3d(0, 0, 0); }
    100% { transform: translate3d(-100%, 0, 0); }
  }
  .tcontainer{
    width: 100%;
    overflow: hidden;
    align: right;
  }
  .ticker-wrap {
    width: 100%;
    padding-left: 100%;
    background-color: #eee;
  }
  .ticker-move {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #B30D0D;
	font-style:bold;
	padding: 10px 14px;
    display: inline-block;
    white-space: nowrap;
    padding-right: 100%;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: ticker;
    animation-duration: 30s;
  }
  .ticker-move:hover{
    animation-play-state: paused;
  }
  .ticker-item{
    display: inline-block;
    padding: 0 2rem;
  }


-->