/* mac hide\*/
html, body
{
    height: 100%
}
/* end hide */

body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #003366;
    padding: 0;
    margin: 0;
    text-align: left;
    min-width: 950px; /* for mozilla */
    /* background-color: #eff2f4; */
    background-color: #ffffff;
}

#outer
{
    height: 100%;
    min-height: 100%;
    width: 950px;
    /* border: 2px solid #ffffff; */
    color: #000000;
    text-align: left;
    margin: 0px;
    position: relative;
    /* background: url("images/cc_content_bg1.gif") repeat-y center center; */
    position: relative;
}

html>body #outer
{
    height: auto;
} /* for mozilla as IE treats height as min-height anyway */

#innerWrap
{ /* enables content first */
    float: left;
    width: 750px;
}

#header
{
    position: absolute;
    top: 0;
    left: 0px;
    width: 950px;
    height: 158px;
    background: #4f7296; /* needs to be same as mainMenu bg colour */
    overflow: hidden;
    color: #000000;
    z-index: 100;
    border-bottom: 25px solid #ffffff;
}

#left
{
    position: relative; /* IE needs this to show float */
    width: 200px;
    float: left;
    padding-top: 183px; /* needed to make room for header */
    padding-bottom: 32px; /* needed to make room for footer */
    color: #003366;
}

#left p
{
    /* padding: 10px; */
    padding-left: 10px;
    padding-right: 10px;
}

#right
{
    position: relative; /* IE needs this to show float */
    width: 200px;
    float: right;
    padding-top: 183px; /* needed to make room for header*/
    padding-bottom: 32px; /* needed to make room for footer */
    color: #003366;
}

#right p
{
    padding-left: 10px;
    padding-right: 10px;
}

#footer
{
    width: 950px;
    clear: both;
    height: 52px;
    border-top: 2px solid #ffffff;
    background-color: #d7e0e6;
    color: #000000;
    text-align: center;
    left: 0;
    bottom: 0;
    position: absolute;
}

* html #footer
{ /* only IE gets this style*/
    \height: 52px; /* for IE5 */
    he\ight: 50px; /* for IE6 */
}

div, p
{
    margin-top: 0
} /* clear top margin for mozilla */

#centreContent
{
    width: 550px;
    float: right;
    padding-top: 183px;
    padding-bottom: 32px; /* needed to make room for footer */
    color: #003366;
}

#centreContent p
{
    padding-left: 15px;
    padding-right: 15px;
}

#clearfooter
{
    width: 100%;
    height: 52px;
    clear: both
} /* to clear footer */
