@charset "utf-8";

html {
    background-color: gray;
    font: 13px/1.5 Arial, sans-serif;
    height: 96%;
    width: 1200px;
    margin: auto;
}

fieldset {
    border: 0px;
}

legend {
    font-weight: bold;
}

.container {
    height: 100%;
    width: 100%;
}

.left_container {
    background: lightblue;
    border-radius: 10px 0px 0px 10px;
    font: 12px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
    float: left;
    padding: 7.5px;
    width: 28.25%;
}

.left_container img {
    width: 100%;
}

.left_container a {
    font-weight: bold;
}

.left_container .center {
    text-align: center;
}

.right_container {
    background: white;
    border-radius: 12px 12px 12px 12px;
}

.right_container .sub_container {
    float: right;
    padding: 12px;
    text-align: justify;
    width: 68.25%;
}

.right_container .sub_container h1 {
    font-size: x-large;
    text-align: center;
}

.right_container .sub_container h2 {
    font-size: large;
    font-weight: normal;
    text-decoration: underline;
}

.right_container .sub_container p {
    text-indent: 15px;
}

.right_container .sub_container hr {
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 25%;
    border: 1px solid #eeeeee;
    height: 1px;
    width: 50%;
}

.right_container .sub_container ul {
    list-style: square outside none;
    padding-left: 10px;
}
