﻿html, body
{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, Verdana, Sans-serif;
    font-size: 12px;
    color: #333333;
    background-color: #ff6400;
}
.subcontainer
{
    margin-top: 0px;
    background: #FFFFdd;
    border-top: solid 1px orange;
    border-bottom: solid 1px #FFD782;
    border-left: solid 1px #FFD782;
    border-right: solid 1px #FFD782;
}
#NavBar
{
    margin-top: 0px;
    background: orange;
    border-top: solid 1px #FFD782;
    border-bottom: solid 1px #FFD782;
    border-left: solid 1px #FFD782;

}
#Maincontent
{
    padding-right:20px;
    background: white;
    line-height: 18px;
    padding: 0px;
    width: 100%;
    font-family:  Arial, Helvetica, Verdana, Sans-serif;
}
#sidebar-left
{
    width: 240px;
    line-height: 18px;
    padding : 4px;
}

.lefcol_rightborder
{
    padding-right:10px;
}

.module
{   border: solid 1px #6a0101;
    padding:1px;
    margin-bottom:12px;
}
.module h4
{
    margin: 0;
    background: red;
    border-bottom: solid 1px #6a0101;
        font-family:  Arial, Helvetica, Verdana, Sans-serif;
    border-top: solid 1px #6a0101;
    text-align: center;
    line-height: 18px;
    color: White;
    font-size:12px;
    width: 100%;
}
.context
{   
    border-bottom: solid 1px #ffcec1;
    padding:1px;
    width:100%;
    margin-bottom:10px;
}
.context_title
{
    background: #c84600;
    border-bottom: solid 1px red;
    border-top: solid 1px red;
    text-align: left;
    color: White;
    padding-left:20px;
    font-size:10pt;
    font-weight:bold;
}
.context_title a 
{
    color: white;
    text-decoration:none;
}

.context_title a : hover
{
    color: white;
    text-decoration: underline;
}
#sidebar-right
{
    float: right;
    width: 200px;
    line-height: 18px;
    margin-top: 2px;
}
#header
{
    margin-top: 0px;
    height: 205px;
}

.pageFooter
{
    background-color: #6a0101;
    color: White;
    padding: 0px 0px 0px 50px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.mainTableBorder
{
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #333300;
}
#BannerBox
{
    background-color: White;
    border: solid 5px orange;
    margin-left: 240px;
    height: 190px;
}
