﻿.mapCanvas
{
    width: 600px;
    height: 300px;
    top: 12px;
    right: 16px;
    position: absolute;
    border-bottom:solid 1px Black;
    border-right:solid 1px Black;
    border-top:solid 1px Black;
    border-left:solid 1px Black;
}
.smallLogo
{
    position:absolute;
    width:136px;
    height:49px;
    top:15px;
    left:50px;   
}
.contactInfo
{
    position:absolute;
    width:245px;
    height:270px;
    top:71px;
    left:5px;
}
.additionalInfo
{
    position:absolute;
    width:620px;
    height:35px;
    top:320px;
    right:0px;
    font-size:9pt;
}