﻿#logo {
    padding-left: 200px;
    padding-right: 200px;
}

#container {
    padding-left: 0px;
    padding-right: 200px;
}

    #container .column {
        position: relative;
        float: left;
    }

.centertop {
    width: 900px;
    padding: 30px;
    margin-left: 20px;
    background-color: #d9edf7;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #2d6785;
    color: #25556D;
}

.centerbottom {
    width: 900px;
    padding: 30px;
    margin-left: 20px;
    background-color: #F2DEDE;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    /*border: 1px solid #A24442;
    color: #91110e;*/
    border: 1px solid #2d6785;
    color: #25556D;
}

.centertop .display-label {
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 1px;
    margin-bottom: 0px;
    margin-left: 120px;
    width: 200px;
    display: inline;
}


.centertop .display-field {
    padding-top: 0px;
    margin-top: 0px;
    width: 200px;
    margin-left: 100px;
    display: inline;
}

.centertop .itemrow {
    margin-bottom: 1px;
}

.centertop .trlabel {
    font: bold;
}

.centertop .trtext {
    margin-bottom: 1px;
}

.centerbottom .display-label {
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 1px;
    margin-bottom: 0px;
    margin-left: 120px;
    width: 100px;
    display: inline;
}

.centerbottom .display-field {
    padding-top: 0px;
    margin-top: 0px;
    width: 150px;
    margin-left: 100px;
    display: inline;
}

.centerbottom .itemrow {
    margin-bottom: 1px;
}

.centerbottom .trlabel {
}

.centerbottom .trtext {
    margin-bottom: 1px;
}

#left {
    width: 200px;
    right: 200px;
    margin-left: -100%;
}

#right {
    width: 200px;
    margin-right: -150px;
}

#footer {
    clear: both;
}