﻿body 
{
    margin: 0 0 0 0;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 11px;
    color: #000000;
    background-color: #eef2f9;
    background-image: url(images/bg-site.gif);
    background-repeat: repeat-x;
}
table
{
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 11px;
    color: #000000;
}

/* layout */
#holder
{
    width: 800px;
    border-left: solid 1px black;
    border-right: solid 1px black;
    background-color: #ffffff;
}
.lcontent
{
    width: 194px;
    background-color: #e5e5e5;
}
.ccontent
{
    width: 423px;
    background-color: #ffffff;
}
.rcontent
{
    width: 183px;
    background-color: #f0f0f0;
}
.bspacer
{
    background-color: #a83e3e;
    height: 13px;
}
.padit10
{
    padding: 10px 10px 10px 10px;
}

/* footer */
.thefooter
{
    width: 800px;
    height: 111px;
    background-image: url(images/footer.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
}

/* header menu */
.mainmenu
{
    width: 194px;
    height: 223px;
    background-color: #a83e3e;
}
.idcontent
{
    width: 606px;
    height: 223px;
}

/* news styles */
.newstitle
{
    font-weight: bold;
    color: #a83e3e;
    padding: 5px 5px 5px 5px;
}
.newscontent
{
    padding: 5px 5px 5px 5px;
}
a.nlink
{
    color: #3c9baf;
    text-decoration: underline;
}
a:hover.nlink
{
    color: #a83e3e;
    text-decoration: underline;
}
a.slink
{
    color: #000000;
    text-decoration: underline;
}
a:hover.slink
{
    color: #a83e3e;
    text-decoration: underline;
}