@charset "UTF-8";
body {
    color: #0F3B1C;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    /* [disabled]-webkit-box-shadow: inset 0px 0px #D94E4E; */
    /* [disabled]box-shadow: inset 0px 0px #D94E4E; */
    /* [disabled]background-repeat: repeat; */
    background-size: cover;
    /* [disabled]background-clip: border-box; */
    background-color: #FAF9F5;
    font-size: 1em;
    text-align: center;
    list-style-type: none;
    padding-top: 0px;
    /* [disabled]border: thick outset #0F3B1C; */
}

#container {
    width: 960px;
    color: #266635;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: inset 0px 0px;
    box-shadow: inset 0px 0px;
    list-style-type: none;
    border: thick solid #0F3B1C;
} 

header h1  {
    font-weight: bold;
    font-size: 3rem;
    color: #266635;
    text-decoration: none;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    margin-bottom: -10px;
    border-bottom: medium dotted #0F3B1C;
    font-variant: small-caps;
}
header p {
    font-size: 1.3rem;
    margin-top: -10px;
    font-style: normal;
    font-weight: bold;
}
main p {
}

a:link, a:visited {
    color: #0F3B1C;
    text-decoration: underline;
    list-style-type: none;
    display: inline;
    font-size: 1.3rem;
}

a:hover, a:active {
    color: #9D6B36;
    text-decoration: underline;
    list-style-type: none;
    padding-bottom: 0px;
    font-style: 1.3rem;
}
main {
    margin-left: 70px;
    margin-right: 70px;
    margin-top: 0px;
    margin-bottom: 0px;
    list-style-type: none;
}
main h1 {
    color: #266635;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 2rem;
    padding-bottom: 0px;
}
main h2 {
    color: #266635;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 1.7rem;
    margin-top: 30px;
}
main li h3 {
    margin-top: 25px;
    font-size: 20px;
}
main li p {
}
main li p {
    margin-bottom: 50px;
}
li h3 a {
    display: inline-block;
    font-size: 1.3rem;
}
aside {
    list-style-type: none;
    border-radius: 50px;
    background-color: #F6E3BF;
    border: thick solid #DFB450;
    margin-top: -14px;
    padding-right: 40px;
    padding-left: 20px;
    border-spacing: 255px 255px;
    -webkit-box-shadow: 0px 0px 0px;
    box-shadow: 0px 0px 0px;
}
aside h1  {
    margin-left: 130px;
    margin-right: 130px;
    color: #266635;
    padding-bottom: 20px;
    padding-top: 20px;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 2rem;
}
ul h2 a {
}
aside ul {
    padding-left: 30px;
    list-style-type: none;
}
aside ul p {
    margin-right: 46px;
    margin-bottom: 19px;
    margin-top: -5px;
    padding-bottom: 20px;
}
footer {
    display: inline-block;
}
footer h1 {
    color: #266635;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 2rem;
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 22px;
}
ul li a {
    display: inline-block;
    list-style-type: none;
}
footer ul {
    list-style-type: none;
}
header img {
    margin-top: 50px;
    margin-bottom: 20px;
    border: medium double #0F3B1C;
    border-radius: 29px;
}
