html {
    height: 100%;
}

body {
    background-color: #ffffff;
    height: 100%;
    margin: 0;
    padding: 0;
}

body, a {
    color: #838383;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 9pt;
}

table.main_table {
    background-color: #ffffff;
    border: 0;
    height: 100%;
    margin: 0 auto;
    width: 878px;
}

td.col1 {
    background: #ffffff url("img/left_bg.jpg") top right repeat-y;
    vertical-align: top;
    width: 35px;
}

td.col2 {
    background: #fdfeff;/*#f9fcff;/* url("img/inner_bg.jpg") 0 78px repeat-x;*/
    vertical-align: top;
    width: 808px;
}

td.col3 {
    background: #ffffff url("img/right_bg.jpg") top left repeat-y;
    vertical-align: top;
    width: 35px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

div.menu {
    background: transparent url("img/menu_div.gif") bottom right repeat-x;
    padding-bottom: 1px;
}

div.menu_parent {
    background: transparent url("img/parent_div.jpg") bottom right no-repeat;
    padding-bottom: 3px;
}

div.menu a.item,
div.menu a.item_active,
div.menu_parent a.item,
div.menu_parent a.item_active {
    border: 0;
    display: block;
    font-size: 8pt;
    letter-spacing: .7pt;
    padding: 8px 0 7px 18px;
    text-decoration: none;
    text-transform: uppercase;
    width: 205px;
}

div.menu a.item,
div.menu_parent a.item {
    color: #f47a25;
}

div.menu a.item_active,
div.menu_parent a.item_active,
div.menu a.item:hover,
div.menu_parent a.item:hover {
    background: #f47a25 url("img/menu_active_bg.jpg") top left repeat-x;
    color: #ffffff;
}

div.menu_child {
    padding-bottom: 2px;
}

div.menu_child a.item,
div.menu_child a.item_active {
    border: 0;
    display: block;
    font-size: 8pt;
    letter-spacing: .7pt;
    padding: 9px 0 8px 29px;
    text-decoration: none;
    text-transform: uppercase;
    width: 194px;
}

div.menu_child a.item {
    background: #e7ecf2;
    color: #83847f;
}

div.menu_child a.item_active,
div.menu_child a.item:hover {
    background: #7e92aa url("img/child_active_bg.jpg") top left repeat-x;
    color: #ffffff;
    font-weight: bold;
}

p {
    margin: 0;
    padding: 0 0 10px 0;
}

.text_module {
    background: transparent url("img/text_bg.jpg") top left repeat-x;
    padding: 10px;
    text-align: justify;
}

