body
{
    background-color: #615d5c;
    margin: 0px;
    font-family: tahoma;
    color: #fff;
    text-align: center;
}

div#page-content
{
    width: 950px; /* 793px; */
    margin: 0px auto;
    background-color: #fff;
    text-align: left;
}

div#page-top
{
    height: 111px;
    background: #fff url("../images/top-header-120.jpg") center center no-repeat;
}
    div#top-header
    {
        height: 90px;
    }
        div#top-header a
        {
            display: block;
        width: 300px;
        height: 70px;
        position: relative;
        top: 15px;
            
        }
    div#top-menu
    {
        
    }
    div#top-menu ul
    {
        list-style-type: none;
        margin: 0px;
        padding: 0px;
    }
        div#top-menu ul li
        {
            float:left;
            margin: 2px 2px;           
        }

        div#top-menu ul li a, a.sys-link
        {
            text-align: center;
            color: #000;
            font-size: 90%;
            text-decoration: none;
            font-weight: bold;
            padding: 3px 5px;
            background: url("../images/button-bg.png") left center repeat-x;
        }
    
        div#top-menu ul li a:hover
        {
            color: #0094e0;
        }

div#page-middle
{
    background-image: url("../images/middle-bg_120.png");
    background-position: 0% 50%;
    background-repeat: repeat-y;
    padding-top: 5px;
}
    div#middle-content
    {
        background-image: url("../images/middle-bg-pic_edited.png");
        background-position: 0% 100%;
        background-repeat: no-repeat;
        min-height: 420px;
        _height: 420px;  /* IE */
    }

div#page-bottom
{
    background-color: #1f1a17;
}
    div#page-bottom p
    {
        margin: 0px;
        padding: 3px;
        text-align: right;
    }

div#middle-menu
{
    width: 220px;
    float: left;
    padding-top: 35px;
}
    div#middle-menu a
    {
        display: inline-block;
        width: 150px;
        margin-left: 20px;
        padding: 4px 5px;
        font-size: 90%;
        text-decoration: none;
        font-weight: bold;
        color: #000;
        background: url("../images/button-bg.png") left center repeat-x;
    }
    div#middle-menu a:hover
    {
        color: #0094e0;
    }

div#middle-center
{
    width: 440px;
    float: left;
    padding-top: 20px;
}

div#middle-center h1, a.active
{
    color: #0094e0 !important;
}

div#middle-right
{
    width: 200px;
    float: right;
    text-align: right;
}

    div#middle-right p
    {
        text-align: right;
        margin: 0px;
        padding-right: 10px;
    }

.clear
{
    clear: both;
}


a img
{
    border: 0px;
}

div#news_box
{
    width: 180px;
    height: 250px;
    background: transparent url("../images/news_box_120.png") 50% 50% no-repeat;
    padding-top: 5px;
    /* padding-top: 20px; */
    text-align: center;
    margin-top: 20px;

}

div#news_box h4
{
    margin-top: 7px;
}


div#flags
{
    position: relative;
    top:0px;
    right: 35px;
}

div.slideshow
{
    height: 125px;
    width: 200px;
    display: block;
}

