* {
    margin: 0;
    padding: 0;
}

@charset "UTF-8";

body {
    background-color: black;
    font-family: Verdana, Geneva, Arial, sans-serif;
}


#wrapper {
    width: 960px;
    height: 1300px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fdebcf;
    border: 5px solid black;
}

#hdr {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

body {
    background-color: #cococo;
}

nav {
    width: 90%;
    height: 45px;
    background-color: gray;
    margin-left: auto;
    margin-right: auto;
}

nav ul ui {
    text-align: center;
    Width: 85%;
    height: 45px;
    background-color: gray;
    margin-left: auto;
    margin-right: auto;
}

ul {}

ul li {
    list-style: none;
    background-color: #808080;
    display: inline-block;
    line-height: 35px;
    margin-left: auto;
    margin-right: auto;
}

ul li a {
    display: block;
    text-decoration: none;
    font-size: 14px;
    font-family: arial;
    padding: 0 35px;
    color: white;
    margin: 5px;
}

#banner {
    width: 90%;
    height: 50px;
    border: solid 5px red;
    background-color: #afeeee;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}

#banner h1 {
    text-align: center;

}

#column-1 {
    border: 2px solid red;
    float: left;
    margin-left: 15px;
    margin-top: 15px;
    width: 47%;
    height: 600px;
    font-size: small;
    background-color: white;
}

#const h2 {
    text-align: center;
}

#const h3 {
    text-align: center;
}



#column-1 h3 {
    text-align: center;
}

#column-1 p {
    Margin: 0 15px 0 15px;
}

.vertical-line {
    border-left: 6px solid black;
    position: absolute;
    height: 500px right: 50%;
    top: 10%;
}

#column-2 {
    border: 2px solid red;
    float: right;
    margin-right: 15px;
    margin-top: 15px;
    width: 47%;
    height: 600px;
    font-size: small;
    background-color: white;
}

#column-2 h3 {
    text-align: center;
}

#column-2 p {
    Margin: 0 15px 0 15px;
}

#info {
    border: 2px solid red;
    width: 75%;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
}

#info h1 {
    color: red;
    text-align: center;
}

#info h2 {
    color: red;
    text-align: center;
}

#info h4 {
    margin: 0 15px 15px 15px;
}

#meetings {
    padding-right: 5px;
    padding-left: 5px;
    border: 2px solid red;
    width: 75%;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
}

#meetings h1 {
    color: red;
    text-align: center;
}

#meetings h2 {
    color: red;
    text-align: center;
}

#meetings h4 {
    color: GREEN;
    text-align: center;
    margin: 0 15px 15px 15px
}

#const {
    border: 2px solid red;
    width: 75%;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    padding: 25px 25px 25px 25px;
}

#genmail {
    border: 2px solid red;
    width: 75%;
    height: 500px;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    padding: 25px 25px 25px 25px;
}

#const h1 {
    color: red;
    text-align: center;
}

#const h4 {
    color: black;

}

.clear {
    clear: both;
}

#seals {
    border: 2px solid red;
    width: 80%;
    background-color: white;
    margin-left: auto;
    margin-right: auto
}
