*   
    {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    } 

body
    {
    color: rgb(255, 255, 255);
    font-weight: normal;
    font-style: normal;
    font-family: Arial,Helvetica,sans-serif;
    color: white;
    border-left: 1px solid rgb(153, 153, 153);
    border-right: 1px solid rgb(153, 153, 153);
    width: 100%;
    max-width: 750px;
    padding: auto 7.5%;
    margin: auto 7.5%;
    background-color: rgb(0, 51, 0);
    border-top-style: none;
    }

p   
    {
    font-size: 16px;
    width: 75%;
    }

fieldset
    {
    border: none;
    position: relative;
    left: -1em;
    }

fieldset input,
fieldset textarea,
fieldset p
    {
    font-size: 1.25em;
    width: 95%;
    }

fieldset p.noia
    {
    font-size: 1.25em;
    width: 95%;
    display:none;
    }

fieldset textarea
    {
    overflow: scroll;
    }

fieldset button
    {
    width: 120px; height: 40px;
    background-color: rgba(128, 128, 128, 0.2);
    border: 1px solid white;
    border-radius: 8px;
    color: white;
    padding: 0px;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px grey;
    font-size: .85em;
    font-weight: bold;
    cursor: pointer;
    }

fieldset button:hover,
fieldset button:active
    {
    border: 2px solid rgb(255, 255, 115);
    }

h2 
    {
    font-size: 24px;
    font-weight: normal;
    font-style: italic;
    float: left;
    color: rgb(204, 204, 204);
    font-family: Arial,Helvetica,sans-serif;
    }

img 
    {
    max-width: 100%;
    height: auto;
    }

iframe
    {
    width: 95%;
    height: 360px;
    margin: 1%  0% 1% 0%;
    border: 1px solid rgb(128, 128, 128);
    position: relative;
    left: 1%;
    }

a:link
    {
    color: rgb(255, 102, 102);
    text-decoration: none;
    }

a:visited
    {
    color: rgb(51, 204, 255);
    text-decoration: none;
    }

a:hover
    {
    color: rgb(255, 204, 255);
    text-decoration: none;
    }
    
.banner-top
    {
    display:inline-block;
    margin: 0 0 -2px 8%;
    }

.banner-bot
    {
    border-color: rgb(153, 153, 153);
    border-top: 1px solid rgb(153, 153, 153);
    color: rgb(255, 255, 255);
    font-family: Arial,Helvetica,sans-serif;
    font-size: 8pt;
    text-align: center;
    padding: 10px 0 1px 0;
    margin: 10px 0 0 0;
    width: 100%;
    }

.button-thumb
    {
    width: 100px; height: 115px;
    border: 1px solid white;
    border-radius: 20px;
    margin: 0px 0px 10px 1px;
    padding: 10px auto;
    display: inline-block;
    }
    
.button-thumb img
    {
    border-radius: 18px;
    margin-top: px;
    margin-left: 0px;
    }

.button-thumb p
    {
    font-size: .75em;
    margin: 0px 0px 0px 10px;
    text-align: center
    }
    
.button-thumb:link
    {
    width: 120px; height: 120px;
    cursor: pointer;
    }

.button-thumb:hover,
.button-thumb a:active,
.button-thumb:visited
    {
    border: 2px solid rgb(255, 255, 115);
    }
    
.image-rt
    {
    width: 250px; height: 199px;
    float: right;
    padding: 1px;
    margin: 10px 0px 10px 10px;
    border: 2px solid lightblue;
    color: rgb(255, 255, 255);
    }   

.image-lt
    {
    width: 250px; height: 199px;
    float: left;
    padding: 1px;
    margin: 10px 10px 10px 0px;
    border: 2px solid lightblue;
    color: rgb(255, 255, 255);
    }
   
.menu-top
    {
    display:inline-block;
    margin: 0 0 -2px 8%;
    position: relative;
    top: -4px;
    }
    
.menu-top a:link,
.menu-top a:visited
    {
    width: 120px;
    background-color: rgb(193, 193, 117);
    border: 1px solid rgb(153, 153, 153);
    border-radius: 0px 0px 8px 8px;
    color: white;
    padding: 0px;
    margin: -1.5px;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px grey;
    font-size: .85em;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
    }

.menu-top a:hover,
.menu-top a:active
    {
    background-color: rgb(255, 255, 115);
    }

.text-block-normal
    { 
    color: rgb(255, 255, 255);
    width: 75%;
    display: inline-block;
    font-size: 1.0em;
    margin: 1% 2% 1% 11%;
    }

.heading-normal
    {
    font-size: 1.25em;
    margin: 3% 5% 1% 10%;
    }

.resp-mobile
    {
    display:none;
    }
    
.resp-desktop
    {
    display:block;
    }


/* Media responsive over-writes appear below. */
/* Mobile phones get left nav tabs, and scaled images. */

@media only screen and (max-width: 479px)
    {
    .body
        {
        width: 360px;
        margin-left: 0;
        padding: 0;
        }
        
    iframe
        {
        width: 95%;
        height: 300px;
        position: relative;
        left: 1%;
        }
     
    .menu-left
        {
        width: 20px;
        height: 550px;
        padding: 0;
        margin: 0;
        position: fixed;
        top: 55px;
        left: 33px;
        display: inline;
        float: left;
        }
    
    .banner-top
        {
        margin-left: 0;
        }
    
    .menu-left a:link, a:visited
        {
        font-size: 1em;
        height: 38px;
        padding-top: 12px;
        margin-bottom: 80px;
        margin-left: -80px;
        transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        }
    
    .menu-left a:hover, .menu-left a:active
        {
        background-color: rgb(255, 255, 115);
        }
    
    .image-lt,
    .image-rt
        {
        width: 175px; height: auto;
        }
    
    .heading-normal
        {
        font-size: 1.25em;
        margin: 2% 5% 0% 10%;
        }
    
    .text-block-normal
        {
        font-size: .95em;
        margin: 2% 2% 3% 12%;
        }
    }

/* Tablets (AD 2016) and desktops get HD video,
smartphones (AD 2016) get SD video. */

@media only screen and (max-device-width: 767px)
    {
    .resp-mobile
        {
        display:block;
        }
    
    .resp-desktop
        {
        display:none;
        }
    }