
.mlbBody {
    background: url(images/tf_body_back.png) repeat-y center top;
    min-width: 1035px;
}

.tfHeaderArea {
    height: 38px;
}

.tfHeader {
    background-color : rgb(55, 74, 112);
    border-bottom-color : #133783;
    border-bottom-style : solid;
    border-bottom-width : 1px;
    /*box-shadow: 0px 2px 2px -2px rgba(0,0,0,0.52);*/
    /*box-shadow: 0px 3px 5px #888888 !Important;*/
    height: 37px;
    left: 0;
    min-width: 1035px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 400;
}

.tfHeaderBanner {
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    padding-top: 6px;
    padding-left: 5px;
    width: 1035px;
}

.tfHeaderBanner a:link, a {
	text-decoration: none;
}

.tfHeaderBanner h1 {
    color : #FFFFFF;
    float: left;
    margin-bottom: 0px;
    margin-left: 0px; /*-7px*/
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 1px;
    padding-top: 0px;
    z-index: 5;
    font-size: 18px;
    cursor: pointer;
}

.tfMainArea
{
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    width: 1035px;
}

.tfMainContent
{
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    min-height: 100px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    width: auto;
}

.tfMainFooter
{
    background-color: rgb(255, 255, 255);
    clear: both;
    color: #737373;
    margin-bottom: auto;
    margin-left: 180px;
    margin-right: auto;
    margin-top: auto;
    width: auto;
}

.tfContent
{
    /*
    body background imaged does this so height for border is full
    border-right-color : #133783;
    border-right-style : solid;
    border-right-width: 1px;
    */
    display: block;
    margin-left: 1px;
    min-height: 600px;
    width: 100%;
}

.tfLeftContainer
{
    float: left; /**/
    padding-left: 5px;
}

.tfLeftContent
{
    display: block;
    padding-bottom: 0px;
    padding-left: 2px;
    padding-right: 0px;
    padding-top: 5px; /*20px*/
    width: 179px;
    word-wrap: break-word;
}

.tfRightContainer
{
    background-color : rgb(255, 255, 255);
    /*
    border-left-color : #133783;
    border-left-style : solid;
    border-left-width : 1px;
    */
    border-collapse: collapse;
    margin-left: 181px;
    margin-right: 2px;
    min-height: 600px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 5px;
}

.tfBase
{
    float: left;
    margin-right: 0px;
    padding-bottom: 20px;
    padding-left: 18px;
    padding-right: 25px;
    padding-top: 0px;
    width: 620px; /*511px*/
    word-wrap: break-word;
    min-height: 600px; /**/
}

.tfRightContent
{
    float: right;
    margin-top: 0px;
    padding-right: 0px;
    padding-top: 59px; /*40px*/
    text-align: right;
    width: 150px;
    word-wrap: break-word;
    /*background-color: red;*/
    vertical-align: top;
    height: 100%;
}

.tfFooter {
    background-color : rgb(55, 74, 112);    /*rgb(59, 89, 152) #374A70*/
    border-bottom-color : #133783;
    border-bottom-style : solid;
    border-bottom-width : 1px;
    /*box-shadow: 0px 2px 2px -2px rgba(0,0,0,0.52);*/
    box-shadow: 0px -3px 5px #888888 !Important;
    height: 25px;
    left: 0;
    min-width: 1000px;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 400;
}

.tfFooterBanner {
    display: table;
    text-align: center;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    padding-top: 3px;
    color: #FFFFFF;
}

.tfFooterBanner a:link, 
.tfFooterBanner a, 
.tfFooterBanner a:visited, 
.tfFooterBanner a:active {
	color : #FFFFFF;
    cursor: pointer;
}