@charset "utf-8";

body {
	background-image: url(images/bg.jpg);
	background-attachment: fixed;
	background-position: center;
	background-color: #000;
	color: #FFFFFF;
	font-family: 'Oswald', sans-serif;
	font-style: normal;
	font-size: 16px;
}

.text-white-xl {
	color: #FFFFFF;
	font-family: 'Oswald', sans-serif;
	font-size: 28px;
}
.text-white-large {
	color: #FFFFFF;
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
}
.text-white-med {
	color: #FFFFFF;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
}
.text-white-small {
	color: #FFFFFF;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
}

.text-red-xl {
	color: #ed1c24;
	font-family: 'Oswald', sans-serif;
	font-size: 28px;
}
.text-red-large {
	color: #ed1c24;
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
}
.text-red-med {
	color: #ed1c24;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
}
.text-red-small {
	color: #ed1c24;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
}

.textfooter-red {
	color: #ed1c24;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
}
.textfooter-white {
	color: #FFF;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
}


.znd {
	color: #FFFFFF;
	font-family: 'Oswald', sans-serif;
	font-size: 10px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 0.3em;
}

a {
	color: #FFF;
	text-decoration: underline;
}
a.znd {
	color: #FFF;
	text-decoration: none;
}

a.red {
	color: #ed1c24;
	text-decoration: underline;
}

.border {
	border: 2px solid #C4C4C4;
}


.sub-bg {
	background-color: #000;
	padding: 5 20 5 20;
}

.sub-bg-subpage-footer {
	background-color: #000;
	padding: 5 0 5 0;
	width: 950px;
	height: 67px;
}

.sub-bg-subpage-menu {
	background-color: #000;
	width: 483px;
	height: 71px;
	padding: 0 0 15 0;
}

.sub-bg-index-rotating {
	background-image: url(images/index_09.jpg);
	height: 427px;
	width: 950px;
}
.sub-bg-index-announcements {
	background-image: url(images/index_14.jpg);
	height: 221px;
	width: 675px;
	padding: 5 20 2 20;
}
.sub-bg-index-sponsors {
	background-image: url(images/index_13.jpg);
	height: 259px;
	width: 275px;
	padding: 5 0 0 0;
}
.sub-bg-index-footer {
	background-image: url(images/index_15.jpg);
	background-color: #000;
	backround-repeat: none;
	height: 67px;
	width: 950px;
	padding: 5 0 0 0;
}
.sub-bg-index-menu {
	background-image: url(images/index2018_03.jpg);
	height: 71px;
	width: 483px;
}

.sponsorarea{
    height:250px;
    overflow-y: scroll;
	scrollbar-color: #FFF;
}

.announcementsarea{
    height:221px;
    overflow-y: scroll;
	scrollbar-color: #FFF;
}


.nav{
    border: none;
    list-style:none;
    margin:0;
    padding:0;
    text-align:center;
}
.nav li{
    display:inline;
}
.nav a{
    display:inline-block;
    padding: 0 3 0 3;
}
nav ul li a {
  display: block;
  text-decoration: none;
  color: #FFF;
  padding: 10px 0;
  font-family: 'Oswald', sans-serif;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.1;
}

nav ul li a:hover {
	text-decoration: none;
color: #ed1c24;}