

/******BANNER_PAGE*****/
#BannerPage
{
    background: #cbd9eb url(Images/bg_bluePane.jpg) repeat-x top left;
}

#Search
{
    width: 100%;
}

#Logo_bottom
{
    background: url(Images/Logo_bottom.jpg) no-repeat top left;
    width: 114px;
    height: 188px;
    float: left;
}

.TopLeftPane
{
    float: left;
    width: 290px;
    margin-right: 15px;
}

.TopRightPane
{
    float: right;
    width: 490px;
    margin-left: 30px;
}

.TopContentPane
{
    padding: 0 10px;
}




/******CONTENT_PAGE*****/

.TopPane
{
    width: 100%;
}

.LeftPane
{
    float: left;
    width: 20%;
    padding-right: 5px;
}

.RightPane
{
    float: right;
    width: 20%;
}

.ContentPane
{
    margin-left: 21%;
    width: 56%;
    padding: 0 0 0 14px;
}

.TiersLeftPane
{
    width: 25%;
    float: left;
}

.TiersContentPane
{
    margin-left: 25%;
    width: 74%;
}

.HalfLeftPane
{
    float: left;
    width: 49%;
}

.HalfRightPane
{
    float: right;
    width: 49%;
}

.TContentPane
{
  
    margin : 0 33%;
}

.TLeftPane
{
    float: left;
    width: 33%;
}

.TRightPane
{
    float: right;
    width: 33%;
}


.FooterPane
{
    width: 100%;
}


/******FOOTER*****/
#SkinFooter
{
    background: url(Images/border_bottom.jpg) no-repeat top left;
    margin: 0 auto;
    width: 972px;
}












































































