﻿body
{
    text-align:center;
    font-size:small;
}

.headerImage
{
    background-image: url('../images/header.jpg');
    height:91px;
    width:982px;
}

.headerTitle
{
    font: bold 48px Arial; 
    color:#223a52;
    padding-left:45px;
    padding-top:19px;
}
.main
{   
    text-align:left;
    margin: 0 auto;
    width: 981px;
}

.sidebar
{
    float:right;
    padding-top:47px;
    width:300px;
}

.centeredContent
{
    /*margin-top:30px;*/
    width:650px;
}

.centeredContentSearch
{
    margin-top:30px;
    width:640px;
}

.descriptionHeaderLeft
{
    width:100%;
    background-image: url('../images/form_title.gif');
    background-position:top;
    background-repeat:repeat-x;
    float:left;
}

.descriptionHeaderRight
{
    background-color:#c4c4c4;
    background-image: url('../images/form_diagonal.gif');
    background-repeat:no-repeat;
    height:28px;
    float:right;
}

.descriptionHeaderText
{
    font: bold 16px Arial;
    color:#FFFFFF;
}

.description
{
    /*width:294px;*/
    color:#2e5474;
    background-color:#e7e8ea;
    border: solid 3px #c4c4c4;
    border-top: 0px;
    margin-top:30px;
}

.descriptionText
{
    font: 16px Arial;
    text-align:left;
    padding: 15px 10px 20px 10px;
}

.titleBarHeader
{
    padding-left:30px;
    padding-right:15px;
    position:relative;
    top:5px;
    display:inline;
}

.recentFilings
{
    margin-top:30px;
}
.recentFilingsHeaderLeft
{   
    width:100%;
    background-image: url('../images/strip_white.gif');
    background-position:top;
    background-repeat:repeat-x;
    float:left;
}

.recentFilingsHeaderRight
{
    background-color:#555657;
    background-image: url('../images/title_diagonal_white.gif');
    background-repeat:no-repeat;
    height:29px;
    float:right;
}

.recentFilingsHeaderText
{
    font: 16px Arial;
    font-size:16px;
    color:#FFFFFF;
}

.docContent
{
    Color:#c4c4c4;
    Font-size: 11px;
    Line-height: 18px;
    Font-family: Arial;
    margin-top:30px;
    overflow:hidden;
}

.docContentColumn
{
    width: 300px;
}

.docContentCenterColumn
{
    padding-left:30px;
    padding-right:30px;
}
.footer
{
    color: #9ea3ac;
    font:normal 16px Arial;
    font-size:12px;
    text-align:center;
    margin-top:30px;
}

.footerLink
{
    color: #5694c9;
    text-decoration:none;
}