/*  TRACE Engines L.P. Cascaded Style Sheet                         */
/*  Copyright 2008, TRACE Engines L.P.                              */
/*  by R. Kasparek, www.kasparek.com                                */

body {
  font-family: Georgia, Times, "New Century Schoolbook", Palatino, "Times New Roman", Times, serif;
  font-size: 12px;
  line-height: 14px;
  padding: 0px;
  margin-top: 0px;
  margin-right: 10%;
  margin-bottom: 0px;
  margin-left: 10%;
  background-color: #ededed;
  height:100%;
  }
/* Main content all contained in contentTable */
  #contentTable {
    width: 750px;              /* defines the width of the table in pixels */
    border-collapse: collapse; /* defines whether or not the cells are connected */
    border-style: none;        /* defines border style in table elements */
    padding: 0px;              /* defines padding amount in table elements */
    margin: auto;
    line-height: 1.5em;
    height:100%;
  	}
  #contentTable th {
  padding: 0px;
  }
  #contentTable td {
  padding: 0px;
  }
/* Opening graphic and top links contained in mastheadTable */
  #mastheadTable {
    width: 100%;
    border-collapse: collapse;
    border-style: none;
    padding: 0px;
    margin: 0px auto;
    background-color: #666;
    height:100%; /* this is the key! */
    }
  #mastheadTable th {
    padding: 0px;
  }
  #mastheadTable td {
    padding: 0px;
  }
  /* The rest of the content is contained in the mainTable */
  /* The navTable in the left colume and the text and the */
  /* mainContent on the right */
  #mainTable {
    width: 100%;
    border-collapse: collapse;
    border-style: none;
    padding: 0px;
    margin: 0px;
    vertical-align: top;
    background-color: #fff;
    height:100%; /* this is the key! */
    }
  #mainTable td {
    padding: 0px;
    border-style: none;
    margin: 0px;
    vertical-align: top;
    }
  /* The navTable (left) contains the 'buttons' for naviation */
    #navTable {
      width: 150px;
      border-collapse: collapse;
      border-style: none;
      border-spacing: 0pt;
      border-right: 1px solid #000;
      padding: 0px;
      vertical-align: top;
      background-color: #ccc;
      margin-left: auto;
      margin-right: auto;
      margin-top: 0px;
      margin-bottom: auto;
      height:100%; /* this is the key! */
    }
    #navTable td {
      font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, Verdana, Sans-Serif;
      font-size: 12px;
      text-align: left;
      vertical-align: top;
      color: #333;
      line-height: 14px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 0px;
      margin-bottom: 0px;
      padding: 3px; /* Pads each table cell in modern browsers */
      }
    #navTable a {
      padding: 5px;
      display: block;
      border-top: 1px solid #ddd;
      border-right: 1px solid #ddd;
      border-bottom: 1px solid #999;
      border-left: 1px solid #999;
      text-decoration: none;
      font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, Verdana, Sans-Serif;
      line-height: 1em;
      width: 130px;
      }
    #navTable a:visited {
      font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, Verdana, Sans-Serif;
      color: #000;
      text-decoration:none;
      }
    #navTable a:link {
      font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, Verdana, Sans-Serif;
      color: #000;
      }
    #navTable a:hover {
     font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, Verdana, Sans-Serif;
      color: #000;
      border-top: 1px solid #999;
      border-right: 1px solid #999;
      border-bottom: 1px solid #fff;
      border-left: 1px solid #fff;
      text-decoration:underline;
      background-color: #eee;
      }
    #navTable a:active {
     font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, Verdana, Sans-Serif;
      color: #000;
      border-top: 1px solid #999;
      border-right: 1px solid #999;
      border-bottom: 1px solid #fff;
      border-left: 1px solid #fff;
      text-decoration:underline;
      background-color: #eee;
      }
    /* The mainContent table contains all of the rest of the real content on the page */
    #mainContent {
      width: 600px;
      border-collapse: collapse;
      border-spacing: 0px;
      padding: 0px;
      margin: 0px;
      border: 0px;
      background-color: #fff;
      vertical-align: top;
      color: #333;
      font-size: 100%;
      margin-left: auto;
      margin-right: auto;
      margin-top: 0px;
      margin-bottom: 0px;
      height:100%; /* this is the key! */
      }
    #mainContent hr {
    	width: 80%; 
    	height: 1px; 
    	background-color: #ddd; 
    	border: 0px solid #fff; 	}
    #mainContent td {
      border-collapse: collapse;
      border-spacing: 10px;
      padding: 15px;
      margin: 0px 0px 0px 0px;
    }
    #mainContent p {
      font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, Verdana, Sans-Serif;
      font-size: 14px;
      line-height: 18px;
      color:#333;
      background:transparent;
      }
    #mainContent a:visited {
      font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, Verdana, Sans-Serif;
      font-style: italic;
      color: #000;
      background: #fff;
      text-decoration: underline;
      }
    #mainContent a:link {
      font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, Verdana, Sans-Serif;
      font-size: 14px;
      line-height: 18px;
      color:#000;
      background:#eee;
      text-decoration:none;
      }
    #mainContent a:hover {
      font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, Verdana, Sans-Serif;
      color:#000;
      background:#fff;
      text-decoration:underline;
      }
    #mainContent a:active {
      font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, Verdana, Sans-Serif;
      color:#000;
      background:#fff;
      text-decoration:underline;
      }
#footer {
  background-color: #666;
  font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, Verdana, Sans-Serif;
  font-size: 12px;
  color: #ddd;
  text-decoration: none;
  }
#footer a:visited {
  font-style: italic;
  color: #ccc;
  text-decoration: underline;
  }
#footer a:link {
  text-decoration: none;
  }
#footer a:hover {
  background: #aaa;
  text-decoration: underline;
  }
#footer2 {
  background-color: #666;
  font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, Verdana, Sans-Serif;
  font-size: 12px;
  color: #ddd;
  text-decoration: none;
  }
#footer2 a:visited {
  font-style: italic;
  color: #ccc;
  text-decoration: underline;
  }
#footer2 a:link {
  text-decoration: none;
  }
#footer2 a:hover {
  background: #aaa;
  text-decoration: underline;
  }

td { 
  font-family: Georgia, Times, "New Century Schoolbook", Palatino, "Times New Roman", Times, serif;
  }
p, ul {
  font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, Verdana, Sans-Serif;
  }
h1 { 
	font-size: 160%;
  font-family: Georgia, Times, "New Century Schoolbook", Palatino, "Times New Roman", Times, serif;
  }
h2 { 
	font-size: 140%; 
  font-family: Georgia, Times, "New Century Schoolbook", Palatino, "Times New Roman", Times, serif;
  }

h3 { 
	font-size: 120%; 
  font-family: Georgia, Times, "New Century Schoolbook", Palatino, "Times New Roman", Times, serif;
  }

/*Styles Applied to Float Images left or right */
img {
  border : 0px; display : block
  }
.imgfloatright {
  float: right;
  margin: 0px;
  }
.imgfloatleft {
  float : left;  padding-right : 5px;
  }
