.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:red;
}

.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 {
	font-size:30px;
	font-family: "Fantasy", Copperplate, serif;
	font-style:underline;
}
	
.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{
	display:justify;
	width:80%;
	text-align:justify;
	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;
}
	

.tableImage{
	width:90%;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
}

th {
	font-family: "Fantasy", Copperplate, serif;
	font-style:underline;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}
		
td {
	font-family: "Fantasy", Copperplate, serif;
	margin-left: auto;
	margin-right: auto;
}

.statSheet{
	width:80%;
	margin-left:auto;
	margin-right:auto;
	height: 500px;
}
		
.playoffBracket {
	width:80%;
	margin-left:auto;
	margin-right:auto;
	height: 100vh;
}