body {margin:0;}

ul.topnav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #cc0000;
}

ul.topnav li {float: left;}

ul.topnav li a, .dropbtn {
  display: inline-block;
  color: #f2f2f2;
  text-align: center;
  padding: 10px 18px;
  text-decoration: none;
  transition: 0.3s;
  font-size: 15px;
  font-family: arial;
}

ul.topnav li a:hover {background-color: #A40000;}

ul.topnav li.icon {display: none;}

/* START DROPDOWN */

ul.topnav li a:hover, .dropdown:hover .dropbtn {
    background-color: #A40000;
}

ul.topnav li.dropdown {
    display: inline-block;
}

ul.topnav .dropdown-content {
    display: none;
    position: absolute;
    background-color: #A40000;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

ul.topnav .dropdown-content a {
    color: #ffffff;
    padding: 12px 16px;
    border: 1px solid #bbb;
    text-decoration: none;
    display: block;
    text-align: left;
}

ul.topnav .dropdown-content a:hover {background-color: #cc0000}

ul.topnav .dropdown:hover .dropdown-content {
    display: block;
}

/* END DROPDOWN */

@media screen and (max-width:820px) {
  /*
  ul.topnav li:not(:first-child) {display: none;}
  */
  ul.topnav li {display: none;}
  ul.topnav li.icon {
    float: right;
    display: inline-block;
  }
}

@media screen and (max-width:820px) {
  ul.topnav.responsive {position: relative;}
  ul.topnav.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  ul.topnav.responsive li {
    float: none;
    display: inline;
  }
  ul.topnav.responsive li a {
    display: block;
    text-align: left;
  }
}

@media (max-width: 830px) {
   #big_screen_only {
     display: none;
   }
}

@media (min-width: 830px) {
   #small_screen_only {
     display: none;
   }
}


p, table, ul, ol {
    font-family: "verdana";
    font-size:11pt;
    line-height: 170%;
}

h1 {font-family: "arial"; font-size=14pt; color: #000000; font-weight: bold; text-align: center}

h3 {font-family: "arial"; font-size=14pt; color: #000000; font-weight: bold; text-align: left;}

table {
    border-collapse: collapse;
    /* LATER width: calc(35vw - 370px); */
    width: 100%;
}

table, td, th {
    border: 1px solid #cc0000;
}

th {
    vertical-align: center;
    background-color: #cc0000;
    color: #ffffff;
    text-align: center;
}

td {
    vertical-align: top;
    text-align: left;
}

th, td {
    padding: 5px 20px;
}

button, button:hover {
  color: #ffffff;
  background-color: #cc0000;
  border: 1px solid #cc0000;
  border-radius: 3px;
  font-weight: bold;
  font-size: 15px;
  padding: 3px;
  cursor: pointer;
}

a.MainItemLink:link { color: #cc0000; text-decoration: none; font-size=12pt; font-family="comic sans ms" }
a.MainItemLink:active { color: #cc0000; text-decoration: none; font-size=12pt; font-family="comic sans ms" }
a.MainItemLink:visited { color: #cc0000; text-decoration: none; font-size=12pt; font-family="comic sans ms" }
a.MainItemLink:hover { color: #b30000; text-decoration: none; font-size=12pt; font-family="comic sans ms" }

a:link { color: #cc0000; text-decoration: none; font-size=10pt; font-family="arial" }
a:active { color: #cc0000; text-decoration: none; font-size=10pt; font-family="arial" }
a:visited { color: #cc0000; text-decoration: none; font-size=10pt; font-family="arial" }
a:hover { color: #b30000; text-decoration: none; font-size=10pt; font-family="arial" }


#menu {
    background-color: #cc0000;
    height: 14px
    width: 100%;
}
#header {
    background-color: #000000;
}
#wrap {
    width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
    text-align: center;
}
#container {
    width: 97%;
    margin: 0 auto;
    text-align: left;
}
#sidebar_left {
    float: left;
    margin-right: 15px;
    padding:5px
}
#sidebar_right {
    float: right;
    margin-left: 15px;
    padding:5px
}
#blow_quote {
    width: 175px;
    padding:5px;
    text-align: center;
    font-family: "cambria";
    font-size:20px;
    color: #CC0000;
    line-height:130%;
}

#register_now {
    position: fixed;
    bottom: 0px;
    width: auto;
    text-align: center;
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    padding: 14px;
    background-color: #CC0000;
    border-top-right-radius: 25px;
}

#content {
    background-color:#ffffff;
    border-left: 3px solid #cc0000;
    border-right: 3px solid #cc0000;
    border-bottom: 3px solid #cc0000;
    padding: 12px;
  min-height: calc(100vh - 100px);
}

#footer {
    background-color:#ffffff;
    color: #000000;
}

#footer_background_text {
    color:#cc0000;
    padding:10px;
}
#opt_in {
    float: left;
    width: 300px;
    max-width: 90%;
    margin: 15px;
    border: solid 4px;
    border-color: #8A0808;
    padding:5px;
    font-size:12px;
    line-height=100%;
}
