body {
    margin: 0px;
    background-color: #FFFFFF;
}

h1 {
    font-family : Sans-Serif, Calibri;
    color: #595959;
    font-weight : bold;
    font-size: 20px;
    margin-right : 5px;
    margin-top : 5px;
    margin-bottom : 20px;
    text-decoration: none;
}

h2 {
    font-family : Sans-Serif, Helv, Helvetica, Verdana, Arial;
    color: #595959;
    font-size: 17px;
    font-weight: bold;
    margin-top: 4px;
    margin-bottom: 12px;
    text-decoration: none;
}

p, li {
    font-family : Sans-Serif, Helv, Helvetica, Verdana, Arial;
    font-size: 16px;
    text-decoration: none;
    margin-top: 4px;
    margin-bottom: 6px;
}

a {
    text-decoration: none;
    color: #3838ff;
}

a:hover {
    text-decoration: underline;
    color: #AA1414;
}


#wrapper {
    background-color: #FF0000;
    font-family: "Arial", sans-serif;
    border-top: 10px solid #F2F2F2;
    margin: 15px;
    min-width: 850px;
}

#header {
    float: left;
    background-color: #D8D8D8;
    width: 100%;
    border-bottom: 4px solid #F2F2F2;
}

.clearing {
    clear: both;
}

#tlcontainer {
    float: left;
    width: 200px;
    background-color: #F2F2F2;
    margin: 0px;
}

#tlcontainer #tlt {
    height: 60px;
    display: block;
    font-size: 24px;
    background-color: #595959;
    color: #F2F2F2;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
}

#tlcontainer #tlb {
    display: block;
    font-size: 18px;
    background-color: #AAAAAA;
    color: #F2F2F2;
    text-align: center;
    vertical-align: middle;
    padding: 4px;
    height: 21px;
}

#trcontainer {
    width: 100%;
    background-color: #F2F2F2;
    margin: 0px;
}

#trcontainer #trt {
    height: 60px;
    font-size: 22px;
    color: #F2F2F2;
    background-color: #595959;
    line-height: 60px;
    margin: 0px;
}

#content-wrapper {
    float: left;
    width: 100%;
    background-color: #FFFFFF;
}

#content-wrapper #left {
    float: left;
    width: 200px;
    background-color: #FFFFFF;
    margin-top: 25px;
}

#content-wrapper #content {
    margin-left: 200px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

#footer {
    float: left;
    border-top: 15px solid #D8D8D8;
    background-color: #595959;
    width: 100%;
    text-align: right;
    color: #F2F2F2;
    font-size: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
}

#footer a {
    text-decoration: none;
    color: #F2F2F2;
    padding-left: 5px;
    padding-right: 5px;
}

#footer a:hover {
    color: #AA1414;
}