body
{
    /* Have to use following line for IE6 to get div#container centered */
    text-align: center; /* hack for ie6 */
    background: #FFFFFF url(images/Background.gif) repeat-y scroll center top;
    margin: 0px;
    padding: 0px;
}

div#container
{
    /* Have to use following line for IE6 to get div#container centered */
    text-align: left; /* hack for ie6 */
    margin: 0 auto 0 auto;
    overflow: auto;
    width: 900px;
}

div#content
{
    overflow: auto;
    padding: 0px 0px 25px 25px;
}

div#content h2
{
    color: #666666;
    border-bottom: solid 1px #cccccc;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    margin: 0px;
    padding-bottom: 15px;
}

div#content h3
{
    color: #888888;
    border-bottom: solid 1px #eeeeee;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 90%;
    margin: 20px 0px 0px 0px;
    padding-bottom: 10px;
}

div#content p, div#content li
{
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 85%;
    line-height: 150%;
}

div#left
{
    float: left;
    padding-top: 25px;
    width: 650px;
}

div#left img
{
    float: left;
    border: solid 1px #cccccc;
    padding: 2px;
    margin: 0px 10px 5px 0px;
}

div#right
{
    border-bottom: solid 1px #cccccc;
    border-left: solid 1px #cccccc;
    float: right;
    overflow: auto;
    width: 190px;
}

div#feature
{
    background-color: #eeeeee;
    padding: 5px;
}

div#feature p
{
    color: #ffffff;
    font-weight: bold;
}

div#feature ul
{
    margin-left: 0px;
    padding-left: 10px;
    list-style: none;
}

div#feature li
{
    padding-left: 25px;
    padding-bottom: 10px;
    background-image: url(images/Tick.gif);
    background-repeat: no-repeat;
    background-position: 0 0px;
}

div#footer
{
    border-top: solid 1px #cccccc;
    clear: both;
    padding: 5px 25px 5px 25px;
}

div#footer p
{
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 70%;
}

div#footer a
{
    color: #666666;
    font-weight: bold;
    text-decoration: none;
}

div#footer a:hover
{
    color: #666666;
    text-decoration: underline;
}

.hidden
{
    display: none;
}

/* Navigation ********** */

#navigation
{
    /*background-color: #412C79;*/
    background-color: #000000;
    clear: both;
    height: 23px;
    padding-bottom: 1px;
}

#navigation ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#navigation li
{
    border-right: 1px solid #999999;
    float: left;
    height: 23px;
}

#navigation li a
{
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    line-height: 20px;
}

#navigation li a:hover
{
    text-decoration: underline;
}

