body
{
    background-color: #F8F8F8;
/*  background-image: url(/left_margin.gif); */
    background-repeat: repeat-y;
    font-family: Verdana;
    font-size: 10pt;
    margin-left: 10px;
    margin-right: 10px;
}

#main
{
    width: 850px;
    margin-left: auto;
    margin-right: auto;
}

#main_text
{
    padding: 0.5em 0.5em 0em 0em;
}

img
{
    border: none;
    background: none;
}

.no_bg
{
    background-color: #F8F8F8;
    background-image: none;
    font-family: Verdana;
    font-size: 10pt;
    margin-left: 0px;
    margin-right: 0px;
}

.tab, .ltab, .rtab, .lrtab
{
    background: #fff0c0;
    border-color: #c0c0c0;
    border-top-style: solid;
    border-bottom-style: solid;
    border-width: 1px;
    display: inline;
/*  font-weight: bold; */
    text-decoration: none;
    color: blue;
    padding-left: 1em;
    padding-right: 1em;
    border-left: solid 1px #808080;
    border-right: solid 1px #808080;
    margin-left: -1px;
}

.tab_active
{
/*  background: #fff0c0; */
    background-color: #F8F8F8;
    border-color: #c0c0c0;
    border-top: solid 1px #808080;
    border-bottom-style: none;
    border-width: 1px;
    display: inline;
/*  font-weight: bold; */
    text-decoration: none;
    color: blue;
    padding-left: 1em;
    padding-right: 1em;
    border-left: solid 1px #808080;
    border-right: solid 1px #808080;
    margin-left: -1px;
    padding-bottom: 1px;
    padding-top: 2px;
}

.ltab
{
    border-left-style: solid;
}

.rtab
{
    border-right-style: solid;
}

.lrtab
{
    border-left-style: solid;
    border-right-style: solid;
}

.tab a, .ltab a, .rtab a
{
    text-decoration: none;
}

a:hover
{
    background: #c0ffe0;
}

.low_profile_link
{
    text-decoration: none;
}

#header
{
    text-align: center;
}

#navbar
{
    border-top: solid 1px #c0c0c0;
    border-bottom: solid 1px #c0c0c0;
    margin-bottom: -0.5em;
    background-color: #fff0c0;
}

h5
{
    color: #0080C0;
    font-size:115%;
}

.highlight
{
    color: #A00000;
}

.input_field
{
    border: 1px solid #83a8cc;
}
