﻿body 
{
    font-family: Tahoma, Arial, Sans-Serif;
    font-size: 11px;
    
    background-image: url(images/background.png);
    background-repeat: no-repeat;
}

.pageTitle
{
    padding: 10px 0px 0px 13px;
    
    width: 944px;
    height: 50px;
    
    font-size: 22px;
    color: #333333;
    
    background-image: url(images/page_title.png);
    background-repeat: no-repeat;
}

.mainFrame
{
    margin: 21px 0px 21px 0px;
    width: 964px;
    
    border: solid 1px #8A929F;
}
.subFrame
{
    width: 962px;
    
    border: solid 1px #D0D6EC;
    background-color: #FFFFFF;
}
.topBar
{
    padding: 0px 10px 0px 0px;
    
    background-color: #4A5155;
    height: 21px;
}

.logo
{
    width: 363px;
    height: 90px;
    
    background-image: url(images/logo.png);
    background-repeat: no-repeat;
    background-position: 8px 12px;
}

a.lngLink:link, a.lngLink:visited, a.lngLink:hover
{
    color: #FFFFFF;
    text-decoration: none;
}
a.lngLink:hover
{
    text-decoration: underline;
}

.content
{
    margin: 12px 16px 12px 16px;
    
    width: 927px;
}
.contentText
{
    margin: 8px 16px 12px 20px;
    
    width: 927px;
}
.newsTitle
{
    font-size: 15px;
    font-weight: bold;
    
    color: #AE2F30;
}

.list_item
{
    width: 16px;
    height: 16px;
    
    background-image: url(images/list_item.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.copyright
{
    margin: 48px 0px 12px 0px;
}
a.copyrightLink:link, a.copyrightLink:visited
{
    color: #000000;
    text-decoration: none;
}
a.copyrightLink:hover
{
    color: #0066CC;
    text-decoration: underline;
}
.copyrightLogo
{
    width: 286px;
    height: 37px;
    
    background-image: url(images/copyright.png);
    background-repeat: no-repeat;
}

a.rightMenuLink:link, a.rightMenuLink:visited, a.rightMenuLink:hover
{
    font-size: 11px;
    text-decoration: none;
    
    color: #367FDE;
}
a.rightMenuLink:hover
{
    text-decoration: underline;
}
.rightMenu
{
    margin: 0px 10px 0px 10px;
    padding: 10px;
    
    background-color: #f0f0f0;
    
    border-bottom: solid 1px #8A929F;
}
.rightMenuTitle
{
    font-size: 14px;
    font-weight: bold;
    
    color: #AE2F30;
    
    margin: 0px 0px 8px 0px;
}