﻿.Header
{
	position: absolute;
	top: 200px;
	left: 190px;
	z-index: 12;
}
#divMessage
{
	color: black;
	z-index: 2;
	position: absolute;
	width: 770px;
	height: 660px;
	top: 260px;
	left: 200px;
	font-family: Arial;
	font-weight: bold;
	font-size: 11pt;
	overflow: auto;
}
.divMainPanel
{
    position: absolute;
    z-index: 12;
    left: 180px;
    top: 115px;
    width: 360px;
    height: 330px;
    background-image: url(../Images/SiteMap/Border.jpg);
}
.divLeftPanel
{
    position: absolute;
    z-index: 12;
    left: 150px;
    top: -25px;
    width: 300px;
    height:330px;
    font-size: 11pt;
    font-family: Arial;
    color: black;
    text-align: left;
}
.divRighPanel
{
    position: absolute;
    z-index: 12;
    left: -10px;
    top: -25px;
    font-size: 11pt;
    font-family: Arial;
    color: black;
    text-align: left;
}


