﻿body
{
    background-color:White;
    background-image:url('images/bg-strip.jpg');
    background-repeat:repeat-x;
    color:#6b6c6e;
    font-family:Arial;
    font-size:10pt;
    padding:0px;
    margin:0px;
}

html { overflow: -moz-scrollbars-vertical; }
html { overflow-x: auto; }

a:focus, a:active, a:link, img { outline:none; outline:0; border:none; }

h1, h2, p
{
    margin:0px;
}

h1, h2
{
    color:#00a8de;
}

h1
{
    font-size:18pt;
    margin-bottom:8px;
}

h2
{
    font-size:14pt;
    font-weight:normal;
}

p
{
    margin-bottom:8px;
}

.outerMargin
{
    width:885px;
    margin:0px auto 0px auto;
}

#contentBack
{
    background-image:url('images/content-strip.png');   
    background-repeat:repeat-y;
}

#topCurve
{
    background-image:url('images/top-curve.png');
    height:40px;
    margin-top:20px;
}

#bottomCurve
{
    background-image:url('images/bottom-curve.png');
    height:40px;
}

#contentBack .contentHolder
{
    width:805px;
    margin-left:40px;
}

#mainLogo
{
    background-image:url('images/main-logo.gif');
    display:block;
    width:150px;
    height:148px;
    text-indent:-9999px;
    float:left;
    margin-left:20px;
}

#header
{
    overflow:auto;
}

#menu
{
    margin-bottom:10px;
}

#menu, #footer
{
    background-image:url('images/context-bar.gif');
    height:25px;
    margin-top:10px;
    width:795px;
    margin-left:5px;
}

#menu ul
{
    margin:0px;
    padding:0px;
    list-style-type:none;
}

#menu li
{
    float:left;
    margin-left:10px;
    margin-top:4px;
    padding-right:10px;
    border-right:solid 1px white;
}

#menu li a, #footer a
{
    color:white;
    text-decoration:none;
    font-weight:bold;
}

#menu li a:hover
{
    text-decoration:underline;
}

#headerOuter
{
    color:White;
    padding:15px 25px 15px 25px;
    position:absolute;
    margin-top:35px;
}

#headerOuter a
{
    color:White;
}

#iconsOuterHolder
{
    overflow:auto;
    height:240px;
    margin-bottom:10px;
    margin-left:3px;
}

.iconHolder
{
    background-image:url('images/icon-box.jpg');
    background-repeat:no-repeat;
    width:195px;
    height:240px;
    display:block;
    float:left;
    margin-right:7px;
    text-decoration:none;
}

.iconHolder:hover
{
    background-position:0px -240px;
}

.iconTitle
{
    color:white;
    font-size:10pt;
    margin-top:5px;
    margin-left:12px;
    font-weight:bold;
}

.iconHolder img
{
    margin-left:5px;
    margin-top:4px;
}

.iconHolder ul
{
    margin-top:5px;
    margin-left:25px;
}

.iconHolder li
{
    color:#6b6c6e;
    font-size:8pt;
    font-weight:bold;
    margin-bottom:3px;
}

#innerContentHolder
{
    width:795px;
    margin-left:5px;
    margin-bottom:5px;
}

#footer
{
    margin-top:0px;
    overflow:auto;
    color:White;
}

#footer div
{
    margin:4px 10px 0px 10px;
}

#footer div a
{
    text-decoration:underline;
}
