.navbar {
	text-align:justify;
	width:80%;
	background-color:black;
	font-family: Verdana, Arial, Sans-Serif;
	margin: auto;
	border: 2px solid black;
	border-radius: 5px;
}
.navChoice {
	font-size: 1em;
	font-weight: bold;
	display: inline-block;
	padding: 10px 30px;
	color:white;	
}

.navChoice:hover {
	background-color:green;
}

.navbar:after {
  content: '';
  width: 100%; /* Ensures there are at least 2 lines of text, so justification works */
  display: inline-block;
}

a.noLine {
	text-decoration: none;
	color: white;
}

 .leftFrame{
	width:72%;
	height:1000px;
	background-color:red;
	float:left;
	display:inline-block;
}
.rightFrame{
	width:25%;
	padding:5px;
	height:1000px;
	border:solid black 5px;
	background-color:yellow;
	display:inline-block;
}
	
.division {
	background-color:black;
	color:yellow;
}
.text {
	width:100%;
	font-size:30px;
	font-family: "Fantasy", Copperplate, serif;
	font-style:underline;
	margin:10px;
	padding:5px;
	text-align:center;
}

.textEventDescription {
	width:80%;
	font-family: "Fantasy", Copperplate, serif;
	font-style:underline;
	margin-left:auto;
	margin-right:auto;
	padding:5px;
	text-align:center;
}
	
.content{
	margin:10px auto 10px auto;
}

.center{
	display:block;
	width:80%;
	text-align:justify;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid black;
}

.centerTable{

	width:40%;
	
	margin-left: auto;
	margin-right: auto;
	border: 2px solid black;
}

.dataCenter{

	text-align:center;
	margin-left: auto;
	margin-right: auto;
}
	
.centerFull{
	width:80%;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	border: 5px solid black;
	border-radius: 5px;
	background-color:yellow;
}
	
.banner{
	color:blue;
	background-color:yellow;
	border: 2px solid black;
}
.tableCollapsed{
	margin-left:auto;
	margin-right:auto;
	width:80%;
	border-collapse: collapse;
}	

.tableImage{
	width:90%;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
}

th {
	font-family: "Fantasy", Copperplate, serif;
	font-style:underline;
	
	text-align:center;
	border: 1px solid #dddddd;
}
		
td {
	font-family: "Fantasy", Copperplate, serif;
	
	text-align:center;
	border: 1px solid #dddddd;
}

.statSheet{
	width:80%;
	margin-left:auto;
	margin-right:auto;
	height: 500px;
}
		
.playoffBracket {
	width:80%;
	margin-left:auto;
	margin-right:auto;
	height: 100vh;
}

.logo {
	width:30%;
	margin-left:auto;
	margin-right:auto;
	display:justify;
	border:solid black 2px;
}

.centeredContent{
	margin-top:10px;
	margin-left:3%;
	margin-right:3%;
	display:justify;
}