body, td
{
    font-family: Tahoma;
    color: #222222;
}

a
{
    color: #139BC1;
}

a:hover
{
    text-decoration: none;
}

#title,
#contacts
{
    color: #FFF;
    height: 60px;
}

#title
{
    width: 545px;
    background-color: #D53839;
}

#title img
{
    margin: 14px 0 0 26px;
}

#contacts
{
    font-size: 11px;
    line-height: 17px;
    width: 196px;
    float: right;
    background-color: #B80000;
}

#contacts span
{
    display: block;
    margin: 13px 0 0 30px;
}

#contacts b
{
    font-size: 12px;
}

.col
{
    padding-top: 40px;
}

#head
{
    background-color: #139BC7;
    width: 100%;
    overflow: hidden;
}

#head,
#head h1
{
    display: block;
    margin: 0;
    padding: 0;
    height: 60px;
}

#head h1
{
    font: normal 26px Arial;
    color: #FFF;
    line-height: 220%;
    background-color: #1385B5;
    float: left;
    padding: 0 39px 0 21px;
}

#logo
{
    font-size: 12px;
    padding-top: 9px;
    padding-left: 80px;
    background: url('/files/images/logo2.png') no-repeat;
    height: 40px;
    line-height: 17px;
    margin-bottom: 46px;
}

#logo,
#logo a
{
    color: #D53839;
    text-decoration: none;
}

#logo big
{
    font-size: 26px;
    display: block;
    line-height: 100%;
}

#menu
{
    font-size: 80%;
}

#menu dt
{
    font-size: 140%;
}

#menu,
#menu dt,
#menu dt#first,
#menu dd,
#menu ul,
#menu li
{
    margin: 0;
    padding: 0;
}

#menu dt
{
    color: #00639E;
    margin: 12px 0 3px 0;
    display: block;
    border-style: solid;
    border-width: 1px 0 0 0;
    border-color: #C5E6F0;
    padding-top: 6px;
    width: 230px;
}

#menu dt#first
{
    border: none;
    margin-bottom: 3px;
}

#menu ul
{
    list-style-type: none;
}

#menu li
{
    margin-bottom: 4px;
}

#footer
{
    font-size: 8pt;
    line-height: 52px;
    height: 50px;
    overflow: hidden;
    width: 100%;
    background-color: #F2F2F2;
    margin-top: 2px;
}

#footer a
{
    color: #000;
    text-decoration: none;
}

#footer a:hover
{
    text-decoration: underline;
}

#footer .r
{
    float: right;
    padding-right: 20px;
}

#footer .l
{
    padding-left: 20px;
}

#line
{
    font-size: 0;
    line-height: 0;
    height: 1px;
    background-color: #C5E6F0;
    margin-top: 100px;
}

#content
{
    font-family: Arial;
    font-size: 90%;
    line-height: 130%;
    padding: 30px 0 0 3px;
}

p
{
    margin: 0 0 1em 0;
}

ul.thumblist
{
    font-size: 90%;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.thumblist li
{
    display: inline-block;
    padding: 10px 20px 20px 0px;
    position: relative;
    vertical-align: top;
    width: 200px
}

ul.thumblist .date
{
    margin: 5px 0 2px 0;
}

ul.thumblist img
{
    float: none;
}

ul.thumblist.simple
{
    width: 100%;
}

ul.thumblist.simple li
{
    margin: 0 16px 16px 0;
}

.small
{
    font: normal 8pt Tahoma;
}