html
{
    height: 98%;
}

body
{
    font-family: Trebuchet MS, Helvetica, Arial, San-serif;
    font-size: 10pt;
    background-color: #ff9900;
    margin-top: 0px;
    height: 100%;
}

h2
{
    font-family: Trebuchet MS, Helvetica, Arial, san-serif;
    font-size: 20pt;
    color: #333333;
    font-weight: normal;
    margin: 10px 0px 10px 0px;
}

h3
{
    font-family: Trebuchet MS, Helvetica, Arial, san-serif;
    font-size: 14pt;
    margin: 5px 0px 0px 0px;
    color: #ff6600;
    font-weight: bold;
    clear: both;
}

h4
{
    font-family: Trebuchet MS, Helvetica, Arial, san-serif;
    margin: 0px;
    padding: 0px;
    display: block;
    font-size: 12pt;
    clear: both;
}

#page
{
    margin-left: auto;
    margin-right: auto;
    width: 718px;
    background-color: #fe9900;
    height: 100%;
    padding: 5px;
}

#content
{
    margin-top: 5px;
}

#flags
{
    float: right;
}

#services, #ministry, #news, #media, #contacts, #users
{
    background-color: #cbba9e;
    border: 10px #ffffff solid;
    border-bottom: 25px #ffffff solid;
    width: 660px;
    color: #333333;
    padding: 0px 20px 80px 20px;
    display: none;
}

#secure
{
    background-color: #cbba9e;
    border: 10px #ffffff solid;
    border-bottom: 25px #ffffff solid;
    width: 460px;
    color: #333333;
    padding: 0px 20px 80px 20px;
}

#introduction
{
    width: 720px;
    color: #333333;
}

#media_box
{
    float: left;
    width: 190px;
    margin-right: 10px;
    background-color: #343434;
    height: 340px;
    margin-top: 25px;
}

#media_header
{
    float: right;
    position: relative;
    top: -12px;
}

#welcome
{
    background-color: #cbba9e;
    border: 10px #ffffff solid;
    border-bottom: 25px #ffffff solid;
    width: 280px;
    color: #333333;
    padding: 0px 20px 10px 20px;
    float: left;
}

#updates
{
    width: 159px;
    background-color: #867557;
    border: 10px #ffffff solid;
    border-left: 0px #ffffff solid;
    height: 250px;
    margin-top: 25px;
    float: left;
    padding: 5px;
}

#footer
{
    padding: 5px;
    color: #ffffff;
    text-align: center;
    font-size: 10pt;
    clear: both;
    height: 24px;
    font-size: 9pt;
}

#navigation
{
    background-image: url(/files/tab-gradient.jpg);
    background-repeat: repeat-x;
    background-position: bottom center;
    height: 26px;
}

#news_header
{
    position: relative;
    top: -5px;
    left: 15px;
    float: right;
}

#login
{
    color: #ffffff;
    padding: 5px 0px 5px 5px;
}

.newstext
{
    color: #000000;
}

.tab
{
    float: left;
    text-align: center;
    cursor: pointer;
    background-image: url(/files/tab-gradient.jpg);
    background-repeat: repeat-x;
    background-position: bottom center;
    padding: 4px 0px 4px 0px;
    height: 18px;
    width: 120px;
}

.tab a
{
    text-decoration: none;
    color: #000000;
    display: block;
}

.block
{
    width: 215px;
    padding: 10px 0px 10px 5px;
    float: left;
}

.block2
{
    width: 150px;
    border: 1px #333333 solid;
    margin: 5px 0px 0px 5px;
    float: left;
}

.block3
{
    width: 85px;
    border: 1px #000000 solid;
    margin: 5px 0px 0px 5px;
    float: left;
}

.input
{
    border: 1px #867557 solid;
}

.submit
{
    border: 1px #333333 solid;
    background-color: #867557;
    padding: 2px 10px 2px 10px;
}

.message
{
    background-color: #867557;
    border: 10px #ffffff solid;
    width: 75%;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
    text-align:  center;
}

.header
{
    background-color: #ffffff;
    width: 720px;
    height: 248px;
    clear: both;
    margin-bottom: 10px;
}

.sidebar
{
    background-color: #ffffff;
    width: 248px;
    height: 420px;
    float: left;
}

.headerimg, .sidebarimg
{
    margin: 10px;
}


