
  /* Style sheet for Tech Forecasters (www.techforecasters.com/eeurope) */

  /* Use standard tags p, strong, small and big so even if a non-style browser
     is used, the page is rendered with the same intent */

  /* Modified tags */

  * {
    font-size: 12px;
  }

  body {
    font-family: arial, helvetica, sans-serif;
    color: black;
    background: white;
  }


  body, form, table, tr, td, th, div, li, a { padding: 0; margin: 0; border: 0; }

  img { display: block; }  /* always put this when using Strict Doctype */
  .inline { display: inline; }

  big, .big {
    font-size: 20px;
  }

  small, .small {
    font-family: verdana, arial, sans-serif;
    font-size: 9px;
  }

  strong, .strong {
    font-weight: bold;
  }

  h3 { 
    color: #934022;
  }

  ul {
    text-align: left;
  }

  li {
    margin-bottom: 1em;
  }

  hr {
    height: 2px;
    color: #934022;            /* IE uses color */ 
    background-color: #934022; /* Mozilla uses background-color */
    border: 0;                 /* Supress the border for Safari */
  }

  a:visited {
    color: blue;
  }

  /* Layout */

  #main {
    width: 802px;  /* This affects the width */
    margin-left: auto;
    margin-right: auto;
    background: white;
    margin-top: 40px;
  }

  #header {
    background: url('images/header.jpg');
    height: 182px;
  }

  #content {
    width: 798px;  /* This affects the width */
    border: 2px solid #934022;
    background: url('images/brown.gif') 567px 0 repeat-y; 
  }

  #contentarea {
    padding: 20px;
  }

  #contentarea h1, #contentarea h1 a {
    color: #934022;
    font-size: 18px;
  }

  #rightside {
    padding: 20px;
    width: 190px;
    float: right;
    margin-left: 20px;
    height: 100%;
  }

  .bigbutton {
    float: left;
  }

  .bigbutton img {
    border: 0;
  }

  .bigtext {
    height: 48px;
    color: #00668A !important;
    font-size: 18px !important;
    text-decoration: none !important;
    font-weight: bold !important;
  }

  #rightside h2 {
    color: #934022;
    font-size: 14px;
  }

  #rightside p {
    color: #00668A;
  }

  #footer {
    clear: both;
    height: 5px;  /* This affects the bottom margin */
    width: 802px;  /* This affects the width */
    margin-left: auto;
    margin-right: auto;
    background: #934022;
    margin-bottom: 40px;
  }

  /* Tables */

  td {
    vertical-align: top;
    padding-right: 20px;
  }

  /* Classes */

  .center {
    text-align: center;
  }

  .underline {
    text-decoration: underline;
  }

  .doublespace li {
    padding-bottom: 1em;
  }

  .photo {
    border: 1px solid black;
  }

  .quote {
    font-style: italic;
    font-family: "Times New Roman", times, serif;
  }

  .quotee {
    font-family: verdana, arial, sans-serif;
    font-size: 9px;
    font-weight: bold;
  }

  #contact td {
    padding-bottom: 5px;
  }

  .print { display: none; }

  /* Printer */

  @media print {

    .noprint { display: none; }
    .print { display: inline; }

  }

