body
{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #e6e6e6;
    color: #545454;
}

img
{
    display: block;
    border: none;
    margin: 0;
    padding: 0;
}

ul
{
    list-style-image: url(../img/li.png);
}

.content
{
    width: 950px;
    margin: 0 auto;
    background-color: #ffffff;
}

.inner
{
    width: 840px;
    margin: 0 auto;
}

.left
{
    float: left;
    width: 235px;
}

.right
{
    float: right;
    width: 600px;
    position: relative;
}

.clear
{
    clear: both;
}

.ribbon
{
    position: absolute;
    top: 243px;
    left: 0;
    width: 600px;
    height: 30px;
    background-image: url(../img/ribbon.png);
}

.link-ribbon
{
    text-decoration: none;
    line-height: 30px;
    font-size: 14px;
    color: #545454;
}

.link-ribbon:hover, .ribbon .selected
{
    color: #003366;
    font-weight: bold;
}

.ribbon .left
{
    float: left;
    margin-left: 30px;
}

.ribbon .right
{
    float: right;
    margin-right: 20px;
    text-align: right;
}

.left-menu
{
    border: 1px solid #e6e6e6;
    margin: 25px 0 0 0;
}

.left-menu-header
{
    background-color: #e6e6e6;
    padding: 6px 35px 6px 0;
    text-align: right;
    font-weight: bold;
    color: #003366;
    font-size: 14px;
}

.left-menu-arrow
{
    margin-left: 180px;
}

.left-menu-link
{
    display: block;
    padding: 7px 24px 7px 0;
    text-decoration: none;
    font-size: 14px;
    color: #545454;
    border-bottom: 2px dotted #e6e6e6;
    margin: 0 11px 0 12px;
    text-align: right;
}

.left-menu-link:hover, .left-menu .selected
{
    color: #003366;
    font-weight: bold;
}

.left-menu .last
{
    border: none;
}

.page
{
    margin: 25px 0 0 0;
    padding: 0 15px 0 15px;
}

.page h1
{
   margin: 0;
   padding: 5px 0 0 0;
   font-weight: normal;
   font-size: 16px;
   color: #003366;
}

.page-link-big
{
    color: #003366;
    font-weight: bold;
    font-size: 18px;
    text-decoration: underline;
}

.page-link-big:hover
{
    text-decoration: none;
}

.page-link
{
    color: #003366;
    text-decoration: underline;
    font-weight: bold;
}

.page-link:hover
{
    text-decoration: none;
}

.page-big
{
    font-weight: bold;
    font-size: 18px;
}

.page-pic-right
{
    float: right;
}

.page-pic-center
{
    margin: 0 auto;
}

.table1
{
    width: 100%;
}

.table1 td
{
    padding: 2px 0 2px 0;
    vertical-align: top;
}

.table2
{
    width: 100%;
    border-left: 1px solid #b5d0eb;
    border-right: 1px solid #b5d0eb;
}

.table2 td
{
    padding: 4px 0 4px 10px;
    vertical-align: top;
    border-bottom: 1px solid #b5d0eb;
    font-size: 11px;
}

.table2 .header
{
    font-weight: bold;
    background-color: #b5d0eb;
}