body {
    margin: 0;
    font-family: "Comic Sans MS";
    background-image: url("/img/bggrad.png");
    background-repeat: repeat-x;
    background-color: white;
}

a {
    color: blue;
    text-decoration: none;
}

a:hover {
    color: blue;
    text-decoration: underline;
}

.content {
    margin: 5px auto;
    width: 900px;
}

/* HEADER */
/* HEADER ----- BANNER*/
.header a {
    color: white;
    text-decoration: none;
}

.header a:hover {
    text-decoration: underline;
}

.header .banner {
    background-image: url("/img/banner.png");
    border: black 1px solid;
    height: 73px;
    width: 900px;
}

.header .banner .settings {
    float: left;
    height: 65px;
    width: 273px;
    padding: 4px;
}

.header .banner .settings a {
    font-family: Verdana;
    font-weight: bold;
    font-size: 9pt;
}

.header .banner .logo {
    float: left;
    height: 73px;
    width: fit-content;
    padding-left: 55px;
    padding-right: 55px;
}

.header .banner .logo img {
    margin: 17px 0;
}

.header .banner .alerts {
    float: right;
    height: 73px;
    width: 210px;
}

/* HEADER ----- NAV*/
.header .navigation {
    border: black 1px solid;
    border-top: black 0px solid;
    width: 900px;
    text-align: center;
    background-color: #6e99c9;
    color: white;
    font-size: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
}

/* FOOTER */
.footer {
    font-family: Verdana;
    font-size: 7pt;
    line-height: 12px;
    text-align: center;
}

/* BODY */
.body {
    margin: 10px 0;
    background-color: white;
    border: black 1px solid;
    padding: 10px;
    width: 880px;
    height: fit-content;
    overflow: hidden;
}

.body .container {
    border: black 1px solid;
    background-color: #B0D0F2;
}

.body .container h4 {
    margin: 0;
    padding: 3px;
    background: #6e99c9;
    border-bottom: black 1px solid;
    text-align: center;
    color: white;
}

.body .container .err {
    display: block;
    font-weight: bold;
    unicode-bidi: isolate;
    margin: 0;
    padding: 3px;
    background: #FF7F7F;
    border-bottom: black 1px solid;
    text-align: center;
    color: white;
}

/* ADMI/HOME.PHP */
.small {
    font-family: Verdana;
    font-size: 8pt;
}

/* USER.PHP */
.left {
    float: left;
    text-align: center;
    width: 439px;
}

.right {
    float: right;
    text-align: center;
    width: 439px;
}

.Title {
    font-size: 18px;
}

.usercontainer {
    font-family: Verdana, Sans-Serif;
    font-size: 8pt;
    text-align: center;
}