﻿body 
{
    margin: 0px; font-family: Verdana; font-size: 12px;
}

#container
{
    background-color: #818689;
}

#container2
{
    background-color: #bcbfc0; margin-right: 0px;
}

#header
{
    padding: 0px; margin: 0px; width: 100%; height: 184px;
    background-image: url(images/logoslice.jpg);
}

#header2
{
    padding: 0px;
    margin: 0px;
    width: 610px;
    height: 184px;
    background-image: url(images/logortu.jpg);
}

#headermenu
{
    position: relative; top: 153px; left: 250px; width: 600px;
    padding: 2px 2px 2px 2px;
}

#breadcrumb
{
    background-color: #202020; color: White; padding: 3px; font-size: 10px;
}

#footermenu
{
    text-align: center; padding-top: 10px;
}

#loginbox
{
    position: absolute; top: 16px; right: 10px; width: 180px; height: 80px;
    padding: 2px 2px 2px 2px; font-size: 9px;
}

#themeselector
{
    position: absolute; text-align: right; top: 153px; right: 10px; width: 180px;
    height: 80px; padding: 2px 2px 2px 2px; font-size: 9px;
}

#footer
{
    padding: 0px; margin: 0px; width: 100%; height: 62px; text-align: center;
    background-image: url(images/footerrtu.jpg);
}

#leftcol
{
    position: absolute;
    top: 184px;
    left: 0px;
    width: 200px;
    background-color: #bcbfa0;
    font-size: 10px;
}

#leftcol div.sectiontitle, #leftcol .sectiontitle span
{
   padding: 6px 6px 6px 3px;
   background-color: #818689;
   color: white;
   font-size: 12px;
   font-weight: bold;
   text-transform: uppercase;
}

#centercol
{
    position: relative; margin-left: 200px; padding: 0px;
    background-color: White; 
}

#centercolcontent
{
    padding: 15px 6px 15px 6px;
}

#bannerbox
{
   border: dashed 2px #c35308;
   margin-top: 20px;
   margin-bottom: 20px;
   margin-left: 10px;
   margin-right: 10px;
   padding: 5px;
   text-align: center;
   background-color: #e1e1e1;
}

.footermenulink
{
    font-family: Arial; font-size: 10px; font-weight: bold;
    text-transform: uppercase;
}

.headermenulink
{
    font-family: Arial Blackadder ITC; font-size: 12px; font-weight: bold;
    text-transform: uppercase;
}

.highlight
{
    background-color: #fefbd2;
    color: #000080;
}

