body {
    font-size:11px;
    color:#747474;
    font-family:Arial, verdana, helvetica, Sans-Serif;
    background-color: #f3f3f3;
    margin: 0;
    padding: 0;
    }

a {
    outline: none;
    color: #94b3d1;
    text-decoration: none;
    font-weight: bold;
    }

a:hover {
    text-decoration: underline;
    }

img {
    border: 0;
    }

#wrapper {
    width: 998px;
    margin: 0 auto;
    padding: 0;
    background-color: #fff;
    height: 100%;
    }
    
#navi ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#navi ul li {
    margin: 0;
    padding: 0;
    height: 43px;
    float: left;
}

#textSwapper {
    position: absolute;
    top: 110px;
    height: 22px;
    background-color: #e6e6e6;
    width: 165px;
    margin-left: 833px;
    }

#header{
    height: 132px;
    background: #fff url('../images/headerAboutUs.jpg') top left no-repeat;
}

#logo {
    position: absolute;
    top: 44px;
    margin-left: 50px;
    height: 71px;
    width: 147px;
    padding: 0;
}

#footer {
    clear: left;
    padding: 6px 0 40px 37px;
    border-top: 4px solid #939ba4;
    }
    
#leftNavHolder {
    background: transparent url('../images/leftNaviCenter.jpg') top left repeat-y;
    min-height: 230px;
    float: left;
    margin: 30px 24px 30px 34px;
    width: 230px;
}

#leftNavHolder #topSkin{
    background: transparent url('../images/leftNavitop.jpg') top left no-repeat;
    min-height: 230px;
}

#leftNavHolder #bottSkin{
    background: transparent url('../images/leftNaviBtm.jpg') bottom left no-repeat;
    min-height: 230px;
}

#leftNavHolder #leftNavContent {
    padding: 10px;
    width: 200px;
    font-size:12px;
}
#leftNavHolderF #topSkinF{
    background: transparent url('../images/leftNavitop.jpg') top left no-repeat;
    min-height: 230px;
}

#leftNavHolderF #bottSkinF{
    background: transparent url('../images/leftNaviBtm.jpg') bottom left no-repeat;
    min-height: 230px;
}

#leftNavHolderF #leftNavContentF {
    padding: 10px;
    width: 200px;
    font-size:12px;
}

#leftNavHolder a:link, #leftNavHolder a:visited{
    color:#4a4a4a;
    text-decoration:none;
    font-weight: normal;
    }
#leftNavHolder a:hover{
    text-decoration:underline;
    }

#leftNavHolder a.on:link, #leftNavHolder a.on:visited{
    color:#e39c42;
    font-weight:bold;
    }

#leftNavHolder a.on:hover{
    text-decoration:underline;
    }

#leftNavHolder a.sub:link, #leftNavHolder a.sub:visited{
    color:#4a4a4a;
    text-decoration:none;
    }

#leftNavHolder a.sub:hover{
    text-decoration:underline;
    }

#leftNavHolder a.subon:link, #leftNavHolder a.subon:visited{
    color:#e39c42;
    text-decoration:none;
    }
    
#leftNavHolder a.subon:hover{
    text-decoration:underline;
    }
    
#leftNavHolder .mainNavUL, #leftNavHolder .subNavUL {
    margin: 10px 10px 10px 4px;
    padding: 0;
    list-style: none;
    padding-left: 14px;
    }

#leftNavHolder .mainNavUL li, #leftNavHolder .subNavUL li {
    margin: 0;
    padding: 2px 0;
    line-height: 20px;
    }

#leftNavHolder ul#on {
    background-image: url('../images/leftNavArrowDown.png');
    background-repeat: no-repeat;
    background-position: 0 8px;
}

#leftNavHolder .subNavUL {
    list-style: disc outside;
    }

#leftNavHolder .subNavUL li {
    margin-left: 16px;
    }
#rightColumn
{
    float:left;
    display:block;
    position:relative;
    width:50%;
    min-height:472px;
}
#leftColumn
{
    float:left;
    display:inline-block;
    position:relative;
    width:50%;
    min-height:480px;
}
#requestID
{
    display:block;
    float:left;
    position:absolute;
    bottom:0px;
    /*margin: 123px 0 0 0;*/
    
}

#mainContent {
    margin: 30px 0;
    float: left;
    width: 700px;
    line-height: 16px;
    }
    
h1 {
    color: #e39c42;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    }
    
h2 {
    color: #747474;
    font-weight: normal;
    font-size: 16px;
    margin: 0;
    }

h3 {
    color: #000;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    }
    
ul.rLink {
    list-style: none;
    margin: 2px 0 16px 0;
    padding: 0;
    background-image: url('../images/arrowRight.gif');
    background-repeat: no-repeat;
    background-position: 0 3px;
}

.docNames
{
    color: #000;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
}
.leftHeader
{
    float:left;
    display:block;
    position:relative;
    padding-bottom: 8px;
    padding-right:4px;
}
.leftText
{
    float:left;
    display:block;
    position:relative;
}
.inlineHeader
{
    float:left;
    display:inline-block;
    position:relative;
    padding-right:4px;

}
.inlineText
{
    float:left;
    display:inline-block;
    position:relative;
}

ul.rLink li {
    margin: 0;
    padding: 0 12px;
}

.newsItems a {
    text-decoration: none;
}
    
.newsItems span.title a, .newsItems span.date  {
    color: #849ab6;
    font-weight: bold;
    font-size: 11px;
    }
    
.newsItems span.date {
    color: #000;
    }
    
.newsItmes span.viewAll {
    }
    
.newsItems span.viewAll a {
    float: right;
    display: block;
    width: 60px;
    text-indent: -99999px;
    background: transparent url('../images/viewAll.png') top left no-repeat;
    }    
    
span.newsDiv {
    display: block;
    background: transparent url('../images/lineShortHorizRightBar.gif') top center no-repeat;
    height: 1px;
    width: 100%;
    margin: 6px 0;
    }
    
h1 sup 
{
 font-size:50%;   
}

.WaterMarkedTextBox
{
     width: 154px;
     padding: 2px 2 2 4px;
     background-color: #ffffff;
     color: gray;
     text-align: left;
}

.NormalTextBox
{
     width: 154px;
     padding: 2px 2 2 4px !important;
     text-align: left;
}

.sideBar
{
    display: inline-block;
    float: left;
    width: 220px;
    height: 160px;
    padding: 8px 0 0 6px;
    position: relative;
    vertical-align: top;

}
