﻿body
{
   
    font-family: Arial;
}


.TopBanner
{
    height: 74px;
    background-image: url(../Images/TrionTop2.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-color: transparent;
}

.RoundBox
{
    background-color: #f0c33b;
    text-align: left;
}

.BoxTop, .BoxBottom
{
    display: block;
    overflow: hidden; 
    background-color: white;  
    
}

.BoxTop div, .BoxBottom div
{
    display: block;
    overflow: hidden;  
    background-color: #f0c33b; 
    height: 1pt;
}
    
.r1{ margin: 0 5px;}
.r2{ margin: 0 3px;}
.r3{ margin: 0 2px;}
.r4{ margin: 0 1px; height: 2px; }

.BoxRightTopCorner
{
    background-position: right top;
    background-image: url(Images/RedBall.jpg);
    background-repeat: no-repeat;
}
.LeftColumn
{
    width: 208px;
    height: 576px;
    background-color: #f0c33b;
    vertical-align: top;
}

.MainContent
{
    width: 573px;
    height: 576px;
    border-right-style: ridge;
    border-top-style: ridge;
    border-bottom-style: ridge;
    background-color: white;
}

.MenuItem
{
    text-align: left;
}

.FsaButton
{
    color: white;
    background-color: #a52a2a;
    border-right: darkorange thin solid;
    border-top: darkorange thin solid;
    border-left: darkorange thin solid;
    border-bottom: darkorange thin solid;
}
.FsaLink
{
 color: Black;
 text-decoration:none;   
}
A.FsaLink:active
{
    color: Black;
    text-decoration: none;
}

A.FsaLink:Link
{
    color: Black;
    text-decoration: none;
}

A.FsaLink:hover
{
    color: #a52a2a;
    text-decoration: underline;
}


#backtop
{
    height: 46px;
    width: 100%;
    vertical-align: top;
    background-color: Black;
    border-bottom: #ff9900 thin solid;
    
    
}

#backbottom
{
    height: 46px;
    width: 100%;
    vertical-align: top;
    background-color: Black;
    border-top: #ff9900 thin solid;
    position: relative;
    top: -81px; 
    z-index: -1;
}
.header1
{
    
    position: relative;
    vertical-align: top;
    right: 10px;
    top: -25px;    
}

.pagetop
{
    height: 46px;
    vertical-align: bottom;
    background-image: url(../images/page_r2_c1.gif);
    background-repeat: no-repeat;
    position: relative;
    top: -40px;
   /* z-index: 1;*/
}
.pagesides
{
    background-image: url(../images/page_r4_c1.gif);
    background-repeat: repeat-y;
    position: relative;
    top: -40px;
    /*z-index: 1;*/
}

.pagebottom
{
    background-image: url(../images/page_r6_c1.gif);
    height: 45px;
    vertical-align: top;
    background-repeat: no-repeat;
    position: relative;
    top: -40px;
    /*z-index: 1;*/
}


