@charset "utf-8";
body {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    font-size: 1em;
    color: #253146;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    background-color: #597bba;
    font-style: normal;
    font-weight: 400;
}

#container {
    width: 950px;
    background-color: #d9dadf;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.40);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.40);
}

a:link, a:visited {
    text-decoration: none;
    color: #4FB960;
}

a:hover, a:active {
    color: #bab259;
    text-decoration: none;
}



header h1 {
    font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
    font-weight: bold;
    font-size: 2.6em;
    letter-spacing: 3px;
    word-spacing: 2px;
    text-align: left;
    color: #3F4955;
    text-shadow: -2px 2px #FFFFFF;
}

#headerHomeImage {
    border: 8px solid #FFF;
    border-radius: 20px;
    width: 25%;
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.40);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.40);
    height: auto;
    float: right;
    margin-right: 0px;
    margin-top: -81px;
}

header p {
    margin-bottom: 20px;
    text-align: left;
    padding-bottom: 10px;
    color: #5D6C7E;
    font-style: italic;
    width: 500px;
    font-size: 1.1em;
    margin-left: 40px;
}



main {
    border-top: 6px dotted #97ACD3;
    margin-bottom: 40px;
    padding-right: 0px;
    margin-left: 40px;
    border-right: 6px dotted #97ACD3;
    margin-right: 70px;
}

main h1 {
    font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
    font-weight: bold;
    font-size: 1.6em;
    color: #BA6959;
    margin-bottom: 20px;
    padding-bottom: 0px;
    padding-top: 20px;
    letter-spacing: 2px;
}

#mainPurpose {
    padding-top: 5px;
    width: 600px;
}

main h2 {
    font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
    font-weight: bold;
    margin-top: 38px;
    font-size: 1.4em;
    text-align: center;
    color: #5D6C7E;
    letter-spacing: 3px;
}

main li h3  {
    font-size: 1.2em;
}

main li {
    list-style-type: none;
    margin-left: 60px;
}

main li p {
    margin-top: -5px;
    width: 650px;
}



aside {
    background-color: #BAC2C8;
    border: 6px solid #FFF;
    border-radius: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 0px;
    margin-right: 20px;
    margin-left: 20px;
}

aside h1 {
    text-align: center;
    font-size: 1.6em;
    color: #BA6959;
    font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
    font-weight: bold;
    letter-spacing: 2px;
}

aside ul li {
    list-style-type: none;
}

aside ul li h2 {
    font-size: 1.2em;
}

aside ul li p {
    text-align: left;
    margin-top: -5px;
}

aside a:link , aside a:visited {
    color: #7859ba;
    text-decoration: none;
}

aside a:hover  , aside a:active {
    color: #ba599b;
    text-decoration: none;
}



footer h1 {
    text-align: center;
    font-size: 1.6em;
    font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
    letter-spacing: 2px;
    font-weight: bold;
    color: #5D6C7E;
    margin-top: 30px;
}

footer ul li {
    list-style-type: none;
    text-align: center;
    margin-left: -35px;
    margin-top: -5px;
}
