﻿body
{
    background-color: #929292;
    margin: 0px;
    padding: 0px;
    font-family: Arial;
    font-size: 11px;
}

img
{
    border: none;
}

a:link
{
    text-decoration: none;
    color: #0076a3;
}

a:active
{
    text-decoration: none;
    color: #0076a3;
}

a:visited
{
    text-decoration: none;
    color: #0076a3;
}

a:hover
{
    text-decoration:underline;
    color:#0076a3;
}

.siteMargin
{
    width: 50%;
}

#siteBody
{
    background: url(../images/master/BG.png) repeat-x;
    background-color: #000004;
    width: 840px;
    vertical-align: top;
    margin: 0px;
    padding: 0px;
}

#header
{
    width: 100%;
    height: 80px;
    vertical-align: top;
}

#header #logo
{
    padding: 5px 0px 0px 15px;
}

#header #contact td
{
    color: White;
    font-size: 10px;
    padding-right: 10px;
}

#footer
{
  font-size: 11px;
  color: #959595;
  width: 100%;
  height: 100px;
  background-color: #000004;
}

#footer a:link
{
    color: #959595;
}

#footer a:visited
{
    color: #959595;
}

#footer a:hover
{
    text-decoration: underline;
}

#footer .separator
{
    color: #959595;
}