﻿body
{
    background-color: #333333;
    font-weight: 100;
    color: #505050;
    font-size: 13px;
    font-family: Lucida Sans Unicode,Verdana;
    padding-left: 1em;
}
#wrapper
{
    width: 790px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    padding: 0px;
}
#MainContentTable
{
    background-image: url(../images/background.gif);
    background-repeat: repeat-x;
    background-color: #C0C0C0;
}
.main_border_left
{
    background-image: url(../images/border_left.png);
    background-repeat: repeat-y;
}
.main_border_right
{
    background-image: url(../images/border_right.png);
    background-repeat: repeat-y;
}
.main_border_bottom
{
    background-image: url(../images/border_bottom.png);
    background-repeat: repeat-x;
}
h1
{
    font-size: 12pt;
    font-weight: bold;
    margin-bottom: 0px;
}
.MainMenu
{
    background-image: url(TabStripHorizontal/mainmenu_mid.jpg);
    background-repeat: repeat-x;
    background-color: White;
    text-align: center;
    height: 50px;
}
.sidemenu li
{
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    margin-left: -2em;
    padding-left: 5px;
    text-decoration: none;
    list-style-type: none;
    font-family: Lucida Sans Unicode,Verdana;
    color: #404040;
    border-bottom: solid 1px #C8C8C8;
}
.sidemenu li a
{
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    text-decoration: none;
    font-family: Lucida Sans Unicode,Verdana;
    color: #404040;
}
.subheader
{
    font-weight: 300;
    font-size: 16px;
    font-family: Lucida Sans Unicode,Verdana;
    color: Black;
    padding-left: .8em;
}
.sidemenuheader
{
    font-weight: 200;
    font-size: 16px;
    font-family: Lucida Sans Unicode,Verdana;
    color: #58595b;
    padding-left: .5em;
}
.bodytext
{
    font-weight: 100;
    color: #505050;
    font-size: 13px;
    font-family: Lucida Sans Unicode,Verdana;
    padding-left: 1em;
}
.bodybold
{
    font-weight: bold;
}

a.bodylink
{
    text-decoration: underline;
    font-family: Lucida Sans Unicode,Verdana;
    color: #ff9933;    
    }

.searchResultsTitle
{
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    text-decoration: underline;
    font-family: Lucida Sans Unicode,Verdana;
    color: #ff9933;    
}
.searchResultsLink
{
    text-decoration: underline;
    font-family: Lucida Sans Unicode,Verdana;
    color: #ff9933;    
}