﻿body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
#areaLeft
{
    margin-top: 5px;
    margin-left: 76px;
    width: 566px;
    background-position:left;
  
    background-image: url(../images/whiteTransTile.png);
    padding-bottom: 20px;
}
#areaLeftTitle
{
    background-repeat: repeat-x;
}

.topImage
{
    margin-top: 20px;
    position: relative;
    z-index: 1;
    width: 566px;
    height: 118px;
    background-repeat: no-repeat;
    background-position: center;
}

#boxedContentLeft
{
    z-index: 2;
    position: relative;
    margin-left: 20px;
    margin-right: 25px;
    margin-top: 20px;
}

.title
{
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.rightTitle
{
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 10px;
}

.rightTitleSm
{
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 2px;
}

#areaRight, #areaRightLower
{
    width: 372px;
    position: absolute;
    top: 69px;
    left: 660px;
    background-image: url(../images/whiteTransTile.png);
    padding-bottom: 20px;

}

#areaRightLower
{
 top:400px;   
}

#areaRightTitle, #areaRightTitleLower
{
    background-repeat: repeat-x;
    height: 28px;
    position: relative;
    z-index: 1;
}


#boxedContentRight, #boxedContentRightLower
{
    margin-top: 20px;
    margin-left: 25px;
    margin-right: 20px;
    color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
    
}

#boxedContentRightLower
{
    margin-left: 18px;
}

#boxedContentRight p
{
    margin-top: 10px;
    margin-bottom: 5px;
}


.bring2front
{
    position: relative;
    z-index: 1;
}
