﻿body
{
    font-family: Tahoma, Sans-Serif;
    font-size: 11px;
}

a
{
    text-decoration: none;
    color: #000000;
}

a:hover
{
    text-decoration: underline;
}

p
{
    margin-bottom: 0;
    margin-top: 5px;
}

.path
{
    margin-top: 10px;
    font-weight: bold;
    background-color: #EEEEEE;
    padding: 4px;
    border: solid 1px #CCCCCC;
    width: 546px;
    _width: 554px;
}

#pageTitle
{
    width:546px;
    _width: 554px;
    font-size: 11px;
    text-transform: uppercase;
    height: 20px;
    padding: 7px 0 0 10px;
    _padding: 7px 4px 4px 10px;
    margin-bottom: 0;
    color: #FFFFFF;
    background-image: url(/images/DESIGN_V3/supportbar.png);
}

#pageMenu
{
    width:554px;
    background-image: url(/images/DESIGN_V3/pagemenubg.gif);
    border: solid 1px #CCCCCC;
}

.menuSection
{
    padding: 10px;
    float: left;
    width: 163px;
    _width: 183px;
}

.menuSection ul
{
    margin: 10px 0 0 0;
    padding: 0;
    list-style-type: none;
}

.menuSection li
{
    list-style-type: none;
    background: url(/images/DESIGN_V3/supportdot.png) left 4px no-repeat;
    padding-left: 13px;
    margin-top: 5px;
}

.menuSection p
{
    margin: 0;
    font-weight: bold;
}

.clear
{
    clear: both;
    height: 1px;
    font-size: 1px;
    line-height: 1px;
}

#content
{
    width: 536px;
    _width: 556px;
    padding: 10px;
}