/* ***********************************************************************
 * Formatting
 * *********************************************************************** */

* {
    margin: 0;
    padding: 0;
}

BODY {
    background: url("/images/background-transforming_business.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-color: white;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;
    color: #8B8B8B;
}

TABLE, IMG {
    border: 0;
}

H1 {
    font-family: Arial,Helvetica,Verdana,sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #084C8D;
    text-transform: uppercase;
    letter-spacing: 3px;
}

H2 {
    font-size: 10px;
    font-weight: normal;
    color: #084C8D;
}

H3 {
    font-size: 10px;
    font-weight: normal;
    color: #40590A;
    text-transform: uppercase;
}

A:link, A:visited, A:active {
    color: #5B5B5B;
    text-decoration: none;
}

DIV#rightContent A:link,
DIV#rightContent A:visited,
DIV#rightContent A:active {
    color: #81915D;
}

A:hover {
    color: #8B8B8B !important;
}

.footnote {
    font-size: 9px;
}

DIV.reset {
    clear: both;
    font-size: 0;
}

DIV#content LI {
    color: #084C8D;
}

DIV#rightContent {
    font-size: 9px;
}


/* ***********************************************************************
 * Layout
 * *********************************************************************** */

H1, H3, H4, H5, H6, P, BLOCKQUOTE, LABEL, OL, DL, FIELDSET, ADDRESS, HR {
    margin-bottom: 10px;
}

H2 {
    margin-bottom: 5px;
}

UL {
    margin-left: 16px;
    margin-bottom: 16px;
}

P, LI {
    line-height: 19px;
}

LI {
    margin-bottom: 5px;
}

.ie6floatfix {
    display: inline;
}

DIV#bodyWrapper {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

DIV#leftNav,
DIV#content,
DIV#rightContent {
    padding-top: 200px;
}

DIV#leftNav {
    width: 184px;
    padding-left: 24px;
}

DIV#content {
    width: 357px;
    margin-right: 20px;
}

DIV#rightContent {
    width: 183px;
    margin-left: 12px;
    margin-right: 20px;
}

DIV#rightContent P,
DIV#rightContent LI {
    line-height: 17px;
}

