@font-face {
    font-family: myTitle;
    src: url(Fonts/Title.TTF);
}


body {
    overflow-y: visible;
    overflow-y: scroll;
    margin: 0px;
    padding: 0px;
    background: white;
}

.one {

    font-family: myTitle;
    font-size: 40px;

    letter-spacing: 12px;

    color: #22222;
    font-weight: normal;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    text-transform: capitalize;


}

.two {

    font-family: "helvetica", sans-serif;
    font-size: 12px;

    letter-spacing: 2.3px;

    color: #404040;
    font-weight: normal;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    text-transform: uppercase;
    padding-bottom: 12px;

}

.three {

    font-family: "helvetica", sans-serif;
    font-size: 12px;

    letter-spacing: 1.7px;

    color: #404040;
    font-weight: normal;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    text-transform: uppercase;
    padding-bottom: 12px;

}



#myHeader {

    background-color: white;
    width: 1024px;
    height: 90px;
    margin-left: auto;
    margin-right: auto;

    margin-top: 0px;
}

#mylogo {
    float: left;
    background-color: white;

    width: 90px;
    height: inherit;
    padding-left: 13px;
    padding-top: 15px;

}

#myHeadertxt {
    background-color: white;

    height: inherit;
    width: 700px;
    margin-left: 50px;
    padding-left: 70px;
    padding-top: 20px;
}



#ticker {
    background-color: white;
    color: #9e9898;
    float: right;
    width: 280px;
    height: 72px;
    margin-top: 26px;
    margin-right: 8px;
    text-align: right;
    font-family: "arial", sans-serif;
    font-size: 14px;
    text-align: right;

}

div#menubar1 {
    padding-top: 2px;
    padding-bottom: 2px;
    border-style: solid none solid none;
    border-width: 1px;
    border-color: #555555;
    background-color: white;
    width: 1024px;

    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2px;
    padding-left: 0px;
    color: white;
}

div#menubar1 > a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background: white;
    padding: 4px 3px 2px 3px;
    color: black;
    margin-right: 22px;
    margin-left: 28px;

    text-decoration: none;
    border-radius: 2px;
    transition: background 0.3s linear 0s, color 0.3s linear 0s;
}

div#menubar1 > a:hover {
    background: #550000;
    color: #FFF;
}

div#menubar1 > a:active {
    background: #550000;
    color: #FFF;
}

#myFooter {

    background: lightgrey;

    width: 1024px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: lighter;
}

#myFooter2 {



    width: 1024px;

    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: lighter;
    color: lightgray;
}

#myFooter3 {



    width: 1024px;

    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: lighter;
    color: #e6e6e6;
}