
.navdiv {
   height: 48px;
   border: 1px black solid;
   background-image:linear-gradient(#BE2E29,#8F251A);
   text-align: center;
   margin-bottom: 0;
}

.logo {
   float:left;
   border-right: 1px solid black;
}

.bhead {
   color: white;
   font-size: 35px;
   float: left;
   padding-left: 10px;
   padding-top: 10px;
   margin-bottom: 0px;
}


.plogin {
   color: white;
   font-size: 15px;
   float: right;
   padding-right: 10px;
   padding-top: 20px;
}
 
a {
   color: white;
}

a:visited {
   color: white;
}

.homepic {
   width: 100%
}

.maindiv {
   background-image: url('topsweep.png');
   background-size: 100%;
   background-repeat: no-repeat;
   height: 90%;
   padding-top: 1px;
   padding-left: 15px;
   margin-top: 0px;
}

.headline {
  color: white;
  font-size: 40px;
  text-shadow: 2px 2px 0px black;
  cursor: pointer;
}


