﻿body, html
{
    padding: 0;
    border: 0;
    margin: 0;
}
body
{
    background-color: #BfBfBf;
    background-image: url('../images/btile.jpg');
    background-repeat: repeat-x;
}
#wrapper
{
    font-family: Arial;
    font-size: 12px;
    margin: auto;
    width: 910px;
}
#banner
{
    width: 910px;
    height: 63px;
}
#bannermenu
{
    width: 910px;
    height: 141px;
}
#menuleft
{
    width: 455px;
    height: 141px;
}
#menuright
{
    float: right;
    width: 455px;
    height: 141px;
}
#menuleft img
{
    border:0;
}
#menuright img
{
    border:0;
}

#contentWrapper
{
    border:0;
    display: block;
    width: 910px;
    background-image: url('../images/tile.jpg');
    background-repeat: repeat-y;
    margin: auto;
    text-align: center;
}

#contentDiv
{
    width: 880px;
    margin: auto;
    text-align: center;
    color: White;
    padding-bottom:20px;
}
#contentfooter
{
    width: 910px;
    background-image: url('../images/footer.jpg');
    background-repeat: no-repeat;
    height: 20px;
}
#blueBar
{
  background-color: #292929;
  font-size: 20px;
  font-family: Arial;   
  padding-top:10px;
  padding-bottom:10px;
  color: White;
}
#blueBar input
{
  background-color: White;
  font-size: 18px;
  font-family: Arial;   
  color: Black;
}





.gmap
{
    margin: auto;
    color: Black;
}









h2
{
    font-size: 14px;
}


#contentDiv a
{
    padding: 10px;
    color: White;
}


.chkList
{
    margin: auto;
    background-color: #222;
    padding: 3px;
}
.chkList table
{
    width: 100%;
    text-align: center;
}
.chkList td
{
    text-align: left;
    font-family: Arial;
    font-size: 12px;
    padding: 4px;
}

