@charset "UTF-8";
/* CSS Document */

.maincontainer {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #C8663B;
    height: 100vh;
    width: 980px;
    margin-right: auto;
    margin-left: auto;
    box-shadow: 5px 5px 5px 5px #8B766B;
    padding-left: 10px;
    overflow: hidden;
}
.extraSpace {
    float: left;
    height: 20px;
    width: 600px;
}
.extraSpace10px {
    height: 20px;
    width: 100%;
    float: left;
}
.extraSpaceNav {
    float: left;
    height: 50px;
    width: 250px;
}
.navBar {
    font-family: Arial, Helvetica, sans-serif;
    height: 100%;
    width: 265px;
    overflow: hidden;
    float: left;
    background-color: #C8663B;
}
.navBtn {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    color: #FFFFFF;
    height: 17px;
    width: 235px;
    margin-left: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 7px;
    background-color: #C8663B;
}
.navBtnCurrent {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    height: 18px;
    width: 235px;
    margin-left: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
    text-shadow: 2px 2px #000000;
    padding-left: 7px;
    color: #FFFFFF;
    background-color: #C8663B;
}
.navBtn a:link, .navBtn a:active, .navBtn a:visited {
    color:#481F0F;
    text-decoration:none
}
.navBtn a:hover {
    color: #FF0;
    text-shadow: 2px 2px 2px #703118;
}
.blackRule {
    background-color: #000;
    height: 4px;
    width: 245px;
    margin-left: 5px;
}
.bold18Yellow {
    font-size: 18px;
    font-weight: bold;
    color: #FF0;
}
.bold18White {
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    margin-top: 10px;
}
.normal18white {
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    color: #FFF;
}
.normal14White {
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    color: #FFF;
}
.bold14White {
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    color: #FFF;
}
.normal14Black {
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    color: #000;
}
.normal12Black {
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: #000;
}
.champions {
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    color: #C03;
    font-family: Verdana, Geneva, sans-serif;
}
.black18pointNormal {
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    color: #000;
}
.content {
    float: left;
    height: 99%;
    width: 690px;
    padding-top: 10px;
    padding-right: 20px;
    overflow: auto;
}
.contentHeader {
    font-size: 34px;
    font-weight: bold;
    color: #660000;
    width: 650px;
    box-shadow: 0px 0px;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    background-image: url(../images/contentHeaderBackgroundFALL.jpg);
    font-family: Verdana, Geneva, sans-serif;
    height: 50px;
}
.logInButton {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    background-color: #CCC;
    float: left;
    height: 30px;
    width: 645px;
    margin-top: 20px;
    padding-top: 8px;
    padding-left: 10px;
    box-shadow: 3px 3px 3px 3px #7C361B;
}
.logInButton a:link, .logInButton a:active, .logInButton a:visited {
    text-decoration: none;
    color: #333;
}
.logInButton a:hover {
    text-decoration: none;
    font-weight: bold;
    color: #00F;
    text-shadow: 3px 3px 3px #999;
}
.feeTableHeader {
    font-weight: bold;
    color: #FFF;
}

