﻿/* Created by Mat Way of Computer Image (www.ci.on.net): 03/03/2011 */

/*

Editing Content: Tips n Tricks

<h1>Big red titles</h1>
<h2>Little Grey Subtitles</h2>
<p>Needed for standard text</p>
<a href="link.htm">For Hyperlinks</a>

*/



body
  {
  background-image: url(/images/template/topBackground.jpg);
  background-repeat: repeat-x;
  background-position: center top;
  font-family: tahoma;
  margin: 50px 0px 0px 0px;
  }
  
  
div.divOuterTemplate
  {
  width: 100%;
  border: dotted 0px #eeeeee;
  }
  
table
  {
  font-size: 12px;
  }
  
table.tblMainTemplate
  {
  border: solid 0px #000000;
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  }


table.tblMainTemplate td.tdHead
  {
  
  }
  
table.tblMainTemplate   td.tdNavigation
  {
  height: 40px;
  }

table.tblMainTemplate td.tdBody
  {
  
  }

table.tblMainTemplate td.tdFooter
  {
  padding: 6px;
  text-align: right;
  color: #c00000;
  font-size: 7pt;
  }
  
table.tblContents
  {
  margin-left: auto;
  margin-right: auto;
  border: solid 0px #999999;
  border-top: solid 0px #000000;
  border-bottom: solid 1px #000000;
  }
  
table.tblContents a
  {
  text-decoration: none;
  color: #666666;
  }
  
table.tblContents a:hover
  {
  color: #c00000;
  }

table.tblContents  td.tdContentPane
  {
  width: 700px;
  padding: 10px;
  text-align: left;
  border-right: dashed 0px #dddddd;
  vertical-align: top;
  }

table.tblContents  td.tdContentPane h1
  {
  font-family: Arial Narrow;
  font-weight: normal;
  color: #c00000;
  margin: 16px 0px 14px 0px;
  }

table.tblContents  td.tdContentPane h2
  {
  font-size: 10pt;
  font-weight: bold;
  color: #999999;
  margin: 6px 0px 6px 0px;
  }
  
table.tblContents  td.tdContentPane p
  {
  margin: 6px 0px 6px 0px;
  line-height: 1.5em;
  }
  
table.tblContents  td.tdContentPane img
  {
  margin-left: 0px;
    width: 80px;
    height: 224px;
}
  
table.tblContents  td.tdRightPane
  {
  width: 200px;
  padding: 10px;
  text-align: left;
  vertical-align: top;
  display: none;
  }
  
table.tblContents  td.tdRightPane h1
  {
  font-family: Arial Narrow;
  font-weight: normal;
  color: #c00000;
  margin: 16px 0px 6px 0px;
  }
    
table.tblContents  td.tdRightPane h2
  {
  font-size: 10pt;
  font-weight: bold;
  color: #999999;
  margin: 6px 0px 6px 0px;
  }
  
table.tblContents  td.tdRightPane p
  {
  margin: 6px 0px 6px 0px;
  line-height: 1.5em;
  }
  
a.nav
  {
  text-decoration: none;
  color: #ffffff;
  background-color: #c00000;
  padding: 6px 20px 6px 20px;
  }
  
a.nav:hover
  {
  color: #ffffff;
  background-color: #000000;
  }