 div#wrapper {
    background-color:inherit;
    max-width:1100px;
    min-width: 800px;
    width:100%;
    text-align: justify;
    top:0px;
    margin: auto;
    }
div#header {
    background-color:inherit;
    width:100%;
    max-width: 1100px;
    min-width: 800px;
    height:64px;
    text-align: right;
    position: fixed;
    margin: auto;
    top:0px;
    z-index:9999;
    }
div#doubleheader {
    background-color:inherit;
    width:100%;
    min-width: 600px;
    height:66px;
    border-bottom: 2px solid #bb3333;
    position: fixed;
    top:0px;
    right: 16px;
    left: 0px;
    z-index:9998;
    }
div#boxhead {
    background-color: inherit;
    float: center;
    font-size: 14px;
    line-height: 18px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    width:100%;
    } 
div#banner {
    background-color: inherit;
    position: relative;
    text-align: right;
    float: center;
    padding: 0;
    margin: 0 auto;
    width:100%;
    }
div#empty {
    background-color: inherit;
    font-size: 24px;
    text-align: center;
    height: 62px;
    line-height: 18px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
     width:100%;
    }
div#linkbox {
    background-color: inherit;
    font-size:20px; 
    font-weight: 400; 
    text-decoration: none;
    text-align: center;
    border-style: solid;
    border-width: 2px;
    border-radius: 2px;
    border-color: #666666;
    line-height: 20px;
    padding: 12px 10px 8px 10px;
    display: inline-block;
    }
    #linkbox:hover {
    border-color: #bb3333;
     }
div#contentbox {
    background-color: inherit;
    float: center;
    padding: 0px 0px 0px 0px;
    min-width: 600px;
    width:100%;
    font-size: 14px;
    font-weight: 400;
    }
div#staffer {
    background-color: inherit;
    width: 60%;
    position: relative;
    float: center;
    margin: 0 auto;
    padding: 1em;
    }
div#staffertext {
    background-color: inherit;
    font-size: 16px;
    font-weight: 400; 
    text-decoration: none;
    text-align: center;
    line-height: 20px;
    margin: 0 auto;
    padding: 20px 20px 20px 20px;
    }
 div#textbox {
    background-color: inherit;
    float: center;
    font-size: 18px;
    font-weight: 400; 
    text-decoration: none;
    text-align: justify;
    line-height: 30px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width:100%;
    }
#menubar {
    background-color: inherit;
    border-bottom: 0px solid #bb3333;
    height: 20px;
    margin: 0 0 0 0;
    padding: 40px 0 0px 10px;
    max-width:1100px;
    width:100%;
    z-index: 9999;
    }
#menubar a {
    color: #222222;
    font-size: 19px;
    font-weight: 400;
    }
#menubar ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    }
#menubar li {
    display: inline;
    margin: 0 0 0 0;
    padding: 0 10px 0px 0px;
}
#mainimage {
    background-color: inherit;
    max-width:100%;
    inline: block;
    }
#logo {
    width: 126px;
    position: relative;
    float: left;
    padding: 3px 0 0 0;
    }
#circle {
    height: 100px;
    width: 100px;
    position: relative;
    float: left;
    padding: 0 0 0 0;
}
.tooltip{
    display: inline;
    position: relative;
}
.tooltip:hover:after{
    background: #bb3333;
    background: rgba(0,0,0,.8);
    border-radius: 5px;
    bottom: 26px;
    color: #faf;
    content: attr(title);
    left: 20%;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 220px;
}
body {
    background-color: #ffffff;
    color: #222222;
    align: center;
    font-family: Overpass, sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    }
html {
      scroll-behavior: smooth;
    }
a {
    color: #222222;
    text-decoration: none;
    outline: none;
    }
a:hover {
    text-transform: none;
     color: #bb3333;
    }
img {
    border: 0 none;
    width: 100%;
    }
map {
    display: inline;
}
