﻿body
{
    color: #666666;
    background-color: #003c79;
    font-family: Arial;
    font-size: 12px;
    line-height: 16px;
}
img
{
    border: 0px;
}
hr
{
    border: 0px;
    height: 1px;
    color: #cfc7c7;
    background-color: #cfc7c7;
}
ul
{
    margin: 0px 0px 10px 15px;
    padding: 0px;
}
ul li
{
    margin: 0px;
    padding: 0px;
}

a:link, a:visited,
a:hover, a:active
{
    color: #ff9933;
}


#header
{
    position: relative;
    margin: 0px auto;
    width: 800px;
    height: 93px;
}
#header .logo
{
    position: absolute;
    top: 30px;
    left: 30px;
}
#header .nav
{
    position: absolute;
    top: 45px;
    left: 220px;
}
#header .nav ul
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
#header .nav ul li
{
    margin: 0px;
    padding: 0px;
    float: left;
    padding: 0px 20px;
    white-space: nowrap;
    overflow: hidden;
}
#header .nav ul li a:link, #header .nav ul li a:visited,
#header .nav ul li a:hover, #header .nav ul li a:active
{
    margin: 0px;
    padding: 0px;
    display: block;
    color: #ffffff;
    font-size: 12px;
    text-decoration: none;
}

#body
{
    margin: 0px auto;
    padding: 0px 0px 15px 0px;
    width: 800px;
    background-color: #ffffff;
    background-image: url(../images/cms/bg_body_bottom.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
}
#body:after
{
    display: block;
    visibility: hidden;
    height: 1px;
    content: ".";
    clear: both;
}
#body .head
{
    padding: 15px 20px 0px 20px;
    background-image: url(../images/cms/bg_body_top.jpg);
    background-repeat: no-repeat;
}
#body .main
{
    float: right;
    margin: 0px 26px;
    padding: 0px;
    width: 520px;
}
#body .sidebar
{
    float: left;
    margin-left: 20px;
    padding: 0px;
    width: 201px;
}
#body .sidebar .orangeBox
{
    margin-bottom: 20px;
    padding: 15px 0px 0px 0px;
    width: 201px;
    color: #ffffff;
    background-color: #ff9933;
    background-image: url(../images/cms/bg_orange_top.jpg);
    background-repeat: no-repeat;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
}
#body .sidebar .orangeBox .content
{
    padding: 0px 15px 15px 15px;
    width: 171px;
    background-image: url(../images/cms/bg_orange_bottom.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
}
#body .sidebar .orangeBox a:link, #body .sidebar .orangeBox a:visited,
#body .sidebar .orangeBox a:hover, #body .sidebar .orangeBox a:active
{
    color: #ffffff;
    text-decoration: underline;
}
#body .sidebar .greyBox
{
    padding: 15px 0px 0px 0px;
    width: 201px;
    background-color: #f4f4f4;
    background-image: url(../images/cms/bg_grey_top.jpg);
    background-repeat: no-repeat;
    font-size: 10px;
}
#body .sidebar .greyBox .content
{
    padding: 0px 15px;
    width: 171px;
    background-image: url(../images/cms/bg_grey_middle.jpg);
    background-repeat: repeat-y;
}
#body .sidebar .greyBox .footer
{
    width: 201px;
    height: 15px;
    background-image: url(../images/cms/bg_grey_bottom.jpg);
    background-repeat: no-repeat;
}

#footer
{
    margin: 0px auto;
    width: 800px;
    height: 60px;
}
#footer .copyright
{
    padding: 0px 30px;
    color: #efebeb;
    font-size: 10px;
    line-height: 60px;
}


h1
{
    padding: 20px;
    color: #ff9933;
    font-size: 26px;
    font-weight: normal;
    line-height: 36px;
}
h2
{
    margin-bottom: 0px;
    color: #003c79;
    font-size: 15px;
}
.bodyBold
{
    font-weight: bold;
}
.bodyItal
{
    font-style: italic;
}
.bodyBlue
{
    color: #003c79;
}
.bodyOrange
{
    color: #ff9933;
}
.bodyRed
{
    color: #c7191b;
}body {
}
