﻿body
{
    color: #202020;
    font-family: Tahoma;
    background-color: white;
    font-size: 10pt;
    margin:0px;    
}

.siteHeading
{
    background-image: url('images/grey_slice.png' );
    background-repeat: repeat-x;
    height: 100px;
    font-size: 36pt;
    color: #fffff0;
    font-family: 'Trebuchet MS';
    width:1024px;
    padding-left:20px;
    padding-top:10px;
}

.mainTable
{
    width:1024px;
    padding:20px;
}

.content 
{
    width:500px;
    float:left;
}
#results
{
    float:left;
    width:500px;
}
#myMap { 	 
      height: 400px; 	 
      width: 500px;
    }
.errors 
{
    color:#f02222;
    font-size:18pt;
}
