﻿body {
}
/**/
/*  Body--------------------------------*/
/**/
body 
{
    font-size: 10pt;
    font-family: Sans-Serif;
    color: #707070;
    margin: 40px 0px 0px 0px;
    background-color: White;
    
}
img
{
    border: none;
}
a:link
{
    text-decoration: none;
    color: #9C0000;
}
a:visited
{
    text-decoration: none;
    color: #9C0000;
}
a:hover
{
    background-color: #9c0000;
    color: White;
}
#wrapper
{
    margin-left: auto;
    margin-right: auto;
    width: 766px;
    background-color: White;
}
/**/
/*  Top--------------------------------*/
/**/
#header
{
    
    
}
#linkBarWrapper
{
    height: 32px;
    width: 768px;
    background-color: White;
    
}


#lbRight
{
    height: 32px;
    background-color: White;
    float: right;
    margin-right: 1px;
}
#lbLeft
{
    height: 32px;
    background-color: White;
    float: left;
    
}
.lbLink
{
    color: #610000;
    float: left;
    height: 23px;
    width: auto;
    padding: 9px 16px 0px 16px;
    background-color:White;
}
/**/
/*  Content--------------------------------*/
/**/
#contentWrapper
{
    width: 768px;
    background-color: White;
    margin-top: 60px;
}
#leftWrapper
{
    width: 486px;
    float: left;
    
}
.header1
{
    color: Black;
    width: auto;
    height: 35px;
    float: left;
    font-size: 18pt;
    font-weight: bold;
    margin: 0px 0px 6px 0px;
    padding: 6px 20px 2px 6px;
    background-color: #FbF6Ea;
}
.header1a
{
    color: Black;
    font-size: 20pt;
    font-weight: bold;
    margin-bottom: 4px;
}
.header2
{
    color: #222222;
    font-size: 14pt;
    font-weight: normal;
    margin: 10px 0px 4px 0px;
    
}

.headerRight
{
    height: 35px;
    font-size: 18pt;
    margin: 0px 0px 6px 0px;
    padding: 4px 20px 7px 6px;
    width: auto;
    background-color: White;
}
.headerBottom
{
    font-size: 0pt;
    height: 4px;
    background-color: White;
    
}
.content
{
    margin-bottom: 16px;
}
.itemContent
{
    margin: 0px 0px 16px 24px;
    display: block;
    clear: left;
}

/**/
/*  Side Bars--------------------------------*/
/**/
#rightBarWrapper
{
    width: 229px;
    background-color: White;
    margin: 0px 0px 0px 50px;
    float: right;
    
}
#rbTitle
{
    color: Black;
    font-size: 16pt;
    font-weight: bold;
    font-style: normal;
    padding: 10px 0px 8px 6px;
    background-color: Bisque;/*#F4ECDC;*/
    margin-bottom: 0px;
}
#rbContent
{
    width: auto;
    background-color: #FbF6Ea;
    padding: 10px 0px 0px 0px;
    position: relative; 
}
#rbBottom
{
    padding-top: 0px;
}
.rbHeader
{
    color: Black;
    font-size: 10pt;
    font-weight: bold;
    font-style: normal;
    padding: 5px 0px 0px 0px;
}
.rbText
{
    font-size: 8pt;
    line-height: 12px;
    padding-bottom: 5px;
}
.rb_item
{
    padding: 0px 10px 0px 12px;
}
/**/
/*  Footer--------------------------------*/
/**/
#footer
{
    font-size: 8pt;
    text-align: right;
    margin-top: 50px;
    background-color: White;
    width: 768px;
    float: right;
}
/**/
/*  --------------------------------*/
/**/