    body {
        margin: 0px; 
        padding: 0px; 
        background: #FFF;
        /* font-family: Arial, Helvetica, Verdana, sans-serif; */
        font-family: Arial, Helvetica, Avant Garde;
        font-style: normal;
        font-variant-ligatures: normal;
        font-variant-caps: normal;
        font-variant-numeric: normal;
        font-weight: normal;
        font-stretch: normal;
        /* font-size: 80%; */
        /* font-size: 100%; */
        font-size: 10pt;
        line-height: 1.4;
        font-family: Arial, Helvetica, Verdana, sans-serif;
    }
    
    p,h1,h2,h3{
        margin-left: 10px;
    }
    
    img.abimg{ 
            max-width: 100%;
            height: auto; 
    }
    
    #container {
        /* padding-top: 15px; */
    }
    
    #main {
        overflow: hidden;
        width: auto;
        /* padding: 0px 0px 10px 10px; */
        padding: 0px 0px 0px 0px;
    }
    #mymenu{
        font-size: 1.25em;
    }
    
    a {
        color: #436971;
        text-decoration: underline;
    }
    
    ul {
        list-style: disc outside;
    }
    
    ul ul {
        list-style-type: circle;
        padding-left: 10px;
    }
    
    blockquote,
    ul,
    ol,
    dl {
        margin: 1em;
    }
    
    h1 {
        line-height: 1.75em;
    }
    
    h2 {
        /* font-size: 1.6em; */
    }
    
    p {
        /* font-size: 1.15em; */
        line-height: 1.25em;
        margin-bottom: 1.25em;
    }
    
    fieldset {
        border: 1px solid #bfbfbf;
        padding: 8px;
    }
    
    label.form {
        line-height: 2em;
    }
    
    input[type="text"],
    input[type="password"],
    input[type="file"],
    input[type="button"],
    input[type="reset"],
    select,
    textarea,
    .textarea,
    {
        background-image: url(../images/input_shadow.png);
        background-repeat: no-repeat;
        border: 1px solid;
        border-color: #bfbfbf #dedede #dedede #bfbfbf;
        font: 1em Arial, Helvetica, Verdana, sans-serif;
        padding: 5px 1px;
    }
    
    input[type="submit"],
    input[type="button"],
    input[type="reset"],
    button {
        background: #d4d4d4 url(../images/header_bg.png) repeat-x 0 0;
        border: 1px solid;
        border-color: #c8c9ca #9e9e9e #9e9e9e #c8c9ca;
        color: #34404f;
        font-weight: bold;
        text-shadow: 1px 1px #FFF;
        padding: 5px 1px;
        font: 1em Arial, Helvetica, Verdana, sans-serif;
    }
    @media (max-width: 769px) {
       #header { /*hides the header image and verbage in mobile mode*/
        display: none;
      }
    }