body
{
  margin: 0px;
  padding: 0px;
  font-family: verdana;
}

#header
{
  background-image: url(img/header-bg.png);
  background-repeat: repeat-x;
  text-align: center;
  height: 111px;
}

.border
{
  border-color: Black;
  border-style: solid;
  border-width: 1px;
}

#navigation
{
  text-align: center;
  background-color: #c4c4c4;
  height: 40px;
  vertical-align: middle;
}

#navigation a
{
  font-weight: bold;
  text-decoration: none;
  padding: 6px;
  top: 10px;
  position: relative;
  color: Black;
  border: 1px #9a9a9a solid;  
}

#navigation a:hover
{
  background-color: #9a9a9a;
}

h1, h2
{
  margin: 0px;
  font-size: 25px;
  text-align: center;
}

h2
{
  font-size: 20px;
}

#main
{
  background-color: #c4c4c4;
  padding: 10px;
}

.twoColsTable .firstCol
{
  padding: 20px;
  border-right-style: solid;
  border-right-color: Black;
  border-right-width: 1px; 
}

.twoColsTable .secondCol
{
  padding: 20px 80px 20px 20px;
}

#footer
{
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #9a9a99; 
  background-color: #babab9;
  text-align: center; 
  font-size: small;
  font-weight: bold;  
}

#footer a
{
  color: Black;
  text-decoration: none;
}

#footer a:hover
{
  background-color: #9a9a99;
}

#footer span
{
  padding-left: 10px;
}

.googleLink
{
  color: Black;
}