﻿html
{
    min-height: 100%;
    margin-bottom: 1px;
}
    
body
{
    background-repeat: repeat-x;
    background-image: url(images/background.png);
    margin-top: 0px;
    background-color: #717271;
    font-family: Calibri, Segoe UI, Arial, Helvetica, sans-serif;
}

#site
{
    position: relative;
    width: 1109px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
}

#top
{
    background-repeat: no-repeat;
    background-image: url(images/content_top.png);
    width: 1109px;
    height: 75px;
    margin-top: 90px;
    position: relative;
}

#mainContent
{
    background-image: url(images/content_bg.png);
    background-repeat: repeat-y;
    padding: 0px 0px 0px 13px;
    width: 1109px;
}

#mainContentDetail
{
    width: 1038px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 80px;
    letter-spacing: 1px;
    color: #5B5A5A;
    font-size: 14px;
}

#bottom
{
    background-image: url(images/content_bottom.png);
    background-repeat: no-repeat;
    height: 21px;
    width: 1109px;
}

#copyright
{
    text-align: right;
    margin-right: 20px;
    font-size: 12px;
    color: #999999;
}

#logo
{
    background-image: url(images/logo.png);
    background-repeat: no-repeat;
    width: 124px;
    height: 144px;
    margin-top: -80px;
    margin-left: 5px;
    position: absolute;
}

#menu
{
    margin-left: 140px;
    position: absolute;
    line-height: 36px;
    font-size: 16px;
    font-weight:500;
    width: 970px;
}

#menu a
{
    color: White;
    text-decoration: none;
}

#menu a:hover .menuLink
{
    background-image: url(images/menu_hover.png);
    background-repeat: repeat-x;
    text-decoration: none;
}

.menuLink
{
    padding-left: 5px;
    padding-right: 5px;
    float: left;
    margin-right: 25px;
    cursor: pointer;
    cursor: hand;
}

.pagetitle
{
    font-size: 28px;
    margin-bottom: 10px;
    color: #003300;
    width: 1038px;
    position: relative;
}

.subTitle
{
    color: #003300;
    font-size: 24px;
}

.submenu
{
    width: 201px;
    background-image: url(images/submenu_middle.png);
    margin: 0px; border: 0px; padding: 0px;
}

.submenuContent
{
    margin-left: 15px;
}

.submenuitem a
{
    color: #003300;
    text-decoration: none;
}

.submenuitem_split
{
    background-image: url(images/submenu_split.png);
    background-repeat: no-repeat;
    height: 3px;
    margin-top: 9px;
    margin-bottom: 8px;
}

.cap
{
    color: #008A00;
    font-weight: bold;
}

.title
{
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
}

.section
{
    background-color: #f4f4f4;
    padding-top: 2px;
    padding-bottom: 5px;
    padding-left: 10px;
    margin-left: -10px;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #003300;
}

.backToTop
{
    margin-top: 10px;
    margin-bottom: 20px;
}

.backToTop a
{
    text-decoration: none;
    font-size: 11px;
    color: #07702d;
}

img, div
{
    behavior: url("iepngfix-mod.htc");
    border-style: none;
}

ul li
{
    list-style-type: square;
}

h1
{
    font-size: large;
    color: #0a4d22;
}