html
{
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #78B5F6;
}

#header
{
    height: 90px;
    border-bottom: 10px solid #003366;
    border-top: 10px solid #003366;
    text-align: center;
    padding-top: 7px;
    margin-bottom: 15px;
    color: #003366;
    font-weight: bold;
    font-size: 20px;
}

#wrapper
{
    text-align: left;
    margin: 0 auto;
    width: 750px;
    border: 1px solid black;
    background-color: White;
    padding: 8px;
}


h3
{
    background-color: #003366;
    color: White;
    padding: 3px;
    border: 1px solid black;
    font-weight: bold;
}

.panel
{
    border: 1px solid black;
    border-top: none;
    padding: 3px;
}

h1
{
    font-weight: bold;
    font-size: 25px;
}

.center
{
    text-align: center;
    color: #9F1149;
    padding: 5px;
}


.pnlEstimate table
{
    border: 0;
    width: 100%;
}

.pnlEstimate table td
{
    padding: 3px;
    border: 1px solid #BEBEBE;
    width: 50%;
}


.rfv
{
    font-size: 18px;
}

.topTable td
{
    padding: 3px;
    vertical-align: middle;
}

.updating
{
    font-weight: bold;
    color: #000080;
    width: 133px;
}


strong
{
    font-weight: bold;
    color: #003366;
    font-size: 13px;
}

ul li
{
    margin-left: 10px;
    list-style-type: square;
    list-style-position: inside;
}
