body {
	background:#fff;
	margin:0;
	padding:0;
	color:#000;
	font:x-small/1.5em Georgia,Serif;
	/*voice-family: "\"}\""; voice-family:inherit;*/
	font-size:16px;
	background-color:#FFFFFF;
} 
html>body {
	font-size:13px;
}

#header {
	float:left;
	width:100%;
	/*background:#DAE0D2 url("../images/tabs/v1/bg2.gif") repeat-x bottom;*/
	font-size:93%;
	line-height:normal; 
	background: #ccc; 
	background: linear-gradient(to top, #ffffff, #dae0d2 85%);
	color: white;
	border-bottom: 1px solid #776655;
}
#header ul {
	margin:0;
	padding:70px 60px 0;
	list-style:none;
}
#header li {
	float:left;
	background:url("../images/tabs/v1/left.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 9px;
}
#header a {
	float:left;
	display:block;
	background:url("../images/tabs/v1/right.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	text-decoration:none;
	font-weight:bold;
	color:#765;
}
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {
	float:none;
}
/* End IE5-Mac hack */
#header a:hover {
	color:#333;
}
#header #current {
	background-image:url("../images/tabs/v1/left_on.gif");
}
#header #current a {
	background-image:url("../images/tabs/v1/right_on.gif");
	color:#333;
	padding-bottom:4px;
}
#header #logo a {
	float:none;
	padding:0 0 0 0;
	background-image:none;
}
#header #logo2 a {
	float:none;
	padding:0 0 0 0;
	background-image:none;
}
#footer {
	text-align:center; 
	background: #ccc; 
	background: linear-gradient(to bottom, #ffffff, #000000); 
	color: white;
}
img {
	max-width: 100%; height: auto; 
}
.font2arial {
	font-family: "Arial", Helvetica, sans-serif;
	font-size:14px;
}
.font3arial {
	font-family: "Arial", Helvetica, sans-serif;
	font-size:16px;
}
.font3arialbold {
	font-family: "Arial", Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}
.font5arialbold {
	font-family: "Arial", Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
}
.font7arialbold {
	font-family: "Arial", Helvetica, sans-serif;
	font-size:48px;
	font-weight:bold;
}
.overlaycovid19 {
  position: absolute;
  top: 130px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../ncaa/images/2020cancelled.png");
}
@media (min-width:992px) {  /* medium+ screen sizes */
    .showDesktopOnly {
        display:inline-block !important;
    }
}
@media (max-width:991px) {  /* small screen sizes */
    .showMobileOnly {
        display:inline-block !important;
    }
 
    .showDesktopOnly {
        display:none !important;
    }
}
table.center {
	margin-left:auto; 
	margin-right:auto;
}