@charset "utf-8";

body {

    background-color: #F7F8FB;

    background-size: cover;

    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;

    font-style: normal;

    font-weight: lighter;

    /* [disabled]font-size: 0px; */

    float: none;

    clear: both;

    text-align: center;

}

body header {



}

body header img {

    text-align: center;



}





h1 {

    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;

    font-style: normal;

    font-weight: 500;

    text-align: center;

    font-size: xx-large;

    background-size: contain;

    background-color: #F7F0F0;

    -webkit-box-sizing: content-box;

    -moz-box-sizing: content-box;

    box-sizing: content-box;

    height: 238px;

    background-image: url(images/BackgroundElliesCorner.jpg);

    background-attachment: fixed;

    overflow-x: no-display;

    overflow-y: no-display;

}

body footer {

    font-size: x-small;

    text-align: center;

    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;

}

nav {

    font-weight: bold;

    line-height: normal;

    font-variant: small-caps;

    font-size: medium;

    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;

    color: #292626;

    text-decoration: none;

    clear: left;

}

.navlist {

    list-style-type: none;

    text-decoration: none;

    color: #292626;

    overflow-x: hidden;

    overflow-y: hidden;

    padding-top: 0px;

    text-align: center;

}

.navlistitem {

    float: left;

    padding-top: 8px;

    padding-right: 8px;

    padding-bottom: 8px;

    padding-left: 8px;

    color: #252121;

    text-align: center;

}





section {

    width: 50%;

    margin-left: 25%;

    text-align: center;

}

body bold {

    font-style: normal;

    font-weight: bold;

}

body bold italic {

    font-style: italic;

    font-weight: bold;

}

