﻿body {
    background: url('images/bg.gif') repeat;
    margin-top: 0px;
    font: 11pt Arial, sans-seriff;
    color: #202020;
}

#wrapper{
    background: #e0e0e0 url('images/wrapperTop.jpg') repeat-x top;
    width: 890px;
    margin: 0px auto 0px auto;
    padding-left: 10px;
}

#left{
    float: left;
    width: 208px;
}

#menu{
    background: #ffffff url('images/menuBG.jpg') repeat-y;
    padding: 0px 20px 10px 11px;
    width: 177px;
    text-align: center;
}

#menuTop{
    width: 198px;
    height: 38px;
    background: url('images/menuTop.jpg') no-repeat top left;
    padding: 10px 0px 0px 15px; 
}

#menuBot{
    width: 208px;
    height: 28px;
}

#right{
    float: right;
    width: 674px;
}

#blockTop
{
    width: 659px;
    background: #ffffff url('images/contentTop.jpg') no-repeat top left;
    height: 43px;
    padding: 10px 0px 0px 15px; 
}

#block{
    background: #ffffff url('images/contentBG.jpg') repeat-y top left;
    padding: 5px 20px 20px 20px;
    width: 634px;
}

a{
    color: #1c24c9;
    text-decoration: none;
}

a:hover{
    color: #000000;
}

#menu a{
    display: block;
    width: 177px;
    text-align: center;
    padding-top: 6px;
    height: 24px;
    border-bottom: dotted 1px black;
}

#menu a:hover{
    background-color: #efefef;
}

h1{
    font-size: 14pt;
    color: #c50202;
    margin: 0px;
}

h2{
    font-size: 11pt;
    color: #c50202;
    margin: 0px;
    padding: 12px 0px 6px 0px;
    border-bottom: solid 1px #c50202;
}

h3
{
    color: #c50202;
    font-size: 11pt;
}

img.b{
    border: solid 1px #1c24c9;
}

tr.head{
   width: 100px;
   background-color: Gray;
   font-weight: bold;
   color: White;
}
tr.gray{
    background-color: #d9d9d9;
}
.c{
    text-align: center;
}


