﻿.divLeftPanel
{
    position: absolute;
    z-index: 12;
    left: 160px;
    top: 10px;
    width: 300px;
    height:330px;
    font-size: 11pt;
    font-family: Arial;
    color: black;
    text-align: left;
}
.divMainCentreBlock
{
    background-color: white;
    width: 993px;
    height: 532px;
    z-index: 0;
    position: absolute;
    top: 245px;
    left: 2px;
    overflow: auto;
    color: black;
    font-family: Arial;
    background-image: url(../Images/Global_Images/TopRightBG.jpg);
    background-repeat: no-repeat;
}
.divMainPanel
{
    position: absolute;
    z-index: 12;
    left: 310px;
    top: 115px;
    width: 360px;
    height: 330px;
    background-image: url(../Images/SiteMap/Border.jpg);
}
.divRighPanel
{
    position: absolute;
    z-index: 12;
    left: 0px;
    top: 10px;
    font-size: 11pt;
    font-family: Arial;
    color: black;
    text-align: left;
}
.imgSiteMap
{
    position: absolute;
    z-index: 5;
    left: 400px;
    top: 10px;
}
 