html, body {
    height: 100%;
    color: #ffffff;
    background-color: #057D9F;
    font-size: 10pt;
}

header.pagehead {
    background-color: #057D9F;
    text-align: center;
    height: 150px;
}

footer {
    height: 80px;
}

footer p {
    margin: 0 auto;
    width: 900px;
    color: #000000;
}

.footlinks {
    background-color: #000000;
    background-image: url('../img/footer.jpg');
    background-position: top left;
    background-repeat: repeat-x;
    height: 40px;
    text-align: center;
    color: #000000;
    font-size: 10pt;
    padding-top: 10px;
}

.footlinks a {
    color: #000000;
}

.footlinks a:hover {
    color: #953255;
}

section.maincontent-top {
    margin: 0 auto;
    width: 920px;
    height: 17px;
/*    background-image: url('../img/border-top.png');
    background-position: top center;
    background-repeat: no-repeat;*/
}

section.maincontent {
    min-height: 79%;
    margin: 0 auto;
    width: 840px;
    padding: 40px;
    background-color: #ffffff;
    color: #000000;
/*    background-image: url('../img/border-mid.png');
    background-position: top center;
    background-repeat: repeat-y;*/
}

section.maincontent-bot {
    margin: 0 auto;
    width: 920px;
    height: 17px;
/*    background-image: url('../img/border-bot.png');
    background-position: top center;
    background-repeat: no-repeat;*/
}


a {
    color: #0000ff;
}

a:hover {
    color: #ff0000;
}

.videoplayer {
    background: #000000 url('../img/tv.jpg') top left no-repeat;
    margin: 0 auto;
    width: 718px;
    height: 413px;
    padding-left: 24px;
    padding-top: 24px;
}

.vidspace {
    width: 690px;
    height: 388px;
}

.logininput {
    -webkit-box-shadow: 0px 2px 9px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 2px 9px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.35);
}

.loginlabel {
    text-align:right;
    width:100px;
    display:inline-block;
    font-weight: bold;
}

nav ul {
  overflow: auto;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
 
nav li {
    display: inline-block;
    margin: 0px;
    height: 36px;
    float: left;
}
 
nav li:last-child {
  border-right: none;
}
 
nav li a {
    display: inline-block;
    margin: 0px;
    padding-left: 6px;
    padding-right: 6px;
    height: 36px;
    line-height: 33px;
    text-decoration: underline;
    color: #007dc4;
    font-family: 'Fjalla One', sans-serif;
    font-weight: bold;
    font-size: 14pt;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
 
nav li a:hover {
    color: #434343;
}
 
nav li.active a {
    color: #ffffff;
    background: #007dc4;
}