//  gutmanns.com Cascading Style Sheet file
//  Copyright 2006 Ross M. Newton

* 
{
  display:inline;
  margin:0;
  padding:0;
  /* remove more styles here */
}

a.white:visited, a.white
{
  color: white;
}

a:hover 
{
  text-decoration:none;
}

body 
{
  margin:0;
  padding:0;
}

table.master
{
  border: solid gray 0pt;
  width: 750px;
  background: white;
  border-collapse: collapse;
  font-family: Arial;
}

table.front
{
  border: solid gray 0pt;
  border-collapse: seperate;
  height: 100%;
  width: 100%;
}

table.generalContent
{
  border: solid gray 0pt;
  border-collapse: collapse;
  height: 100%;
  width: 95%;
}

td.header
{
  background-image:url('../images/header_logo.jpg');
  height: 109px;
  text-align: left;
}

td.menu
{
  background-image:url('../images/lev0_bg1.jpg');
  background-repeat: repeat-x;
  height: 25px;
  text-align: left;
}

td.center_main
{
  text-align: center;
  height: 500px;
  width: 100%;
}

td.footer
{
  height: 25px;
  border: solid #000000 1pt;
  background-color: gray;
  color: white;
  font-size: 8pt;
  background-image:url('../images/bottom_bg1.jpg');
  background-repeat: repeat-x;
  padding-left: 7px;
  padding-right: 7px;
}

td.frontNote
{
  background-color: #D5E7FD;
  border-bottom: solid #bcbcbc 1pt;
  border-top: solid #bcbcbc 1pt;
  padding: 5px;
  font-family: Arial;
  font-size: 9pt;
  height: 50px;
  color: 254070;
}

td.frontLeftTop
{
  background-color: white;
  background-image: url('../images/lawn.jpg');
  border: solid 213993 1pt;
  padding: 5px;
  font-family: arial;
  font-weight:300;
  font-size: 18pt;
  letter-spacing:-0.03em;
  color: #243C73;
  text-align: center;
  font-weight: bold;
  vertical-align: top;
}

td.frontLeftBottom
{
  background-color: white;
  border: solid d5d5d5 1pt;
  padding: 5px;
  text-align: center;
  font-family: times;
  font-size: 12pt;
  vertical-align: top;
}

td.leftContent
{
  width: 15%;
  border: solid gray 0px;
}

td.rightContent
{
  font-family: Arial;
  font-size: 10pt;
  color: 254070;
  padding: 10px;
  vertical-align: top;
  text-align: left;
}
