﻿* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Trebuchet MS, Verdana, Georgia;
    font-size: small;
    background-color: #5c5f4f;
    padding: 10px;
}

.bold_text {
    font-weight: bold;
    font-size: small;
}

.table_header {
    text-align: center;
    font-size: medium;
    font-weight: bold;
}

#header {
    height: 115px;
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    text-align: center;
    border-bottom: double 2px #00774A;
}

#container {
    width: 790px;
    margin: auto;
}

#content {
    padding: 10px;
    background-color: #FFFFFF;
    widows: 100%;
}

#footer {
    height: 50px;
    background-color: #FFFFFF;
    font-size: x-small;
    text-align: center;
    border-top: solid 1px #00774A;
}

.modalBackground {background-color:Gray; filter:alpha(opacity=70); opacity:0.7;}