* { 
  margin: 0px;
  font-family: Verdana;
  font-size: 10pt;
 }
 
 a { text-decoration: none; }
 
 body {
  background: #dedede url('shadow.png');
  background-position: top center;
  background-repeat: repeat-y;
 }
 
 #contentContainer {
  width: 782px;
  height: 320px;
  margin: auto;
  padding-top: 11px;
  padding-left: 7px; padding-right: 8px;
  background: url('shadowHeader.png') top center;
  background-repeat: no-repeat;
 }
 
 #header {
  width: 784px;
  height: 294px;
 }
 
 #topicSwitch {
  background: url('menubg.png');
  height: 25px;
 }
 
 #topLeftMenu {
  width: 60%;
 }
 
 #topLeftMenu .tlmActive {
  display: block;
  height: 20px;
  font-size: 8pt;
  margin-top: -5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
  float: left;
 }
 
 #topLeftMenu .tlm {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  font-size: 8pt;
  float: left;
  height: 20px;
 } 
 
 #topLeftMenu a { font-size: 8pt; }
 #topLeftMenu a:hover { color: #ffffff; }
 
 #topRightMenu {
  float: right;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  font-size: 8pt;
  word-spacing: 10px;
  margin-top: -25px;
 }
 
 #topRightMenu a {
  font-size: 8pt;
  text-decoration: none;
 }
 
 #topRightMenu a:hover {
  color: #ffffff;
 }
 
 #navigationContainer {
  background: url('menubg.png');
  height: 30px;
  top: 239px;
  position: relative;
 }
 
 #navigationContainer div.navigation {
  height: 18px;
  min-width: 120px;
  padding: 7px;
  padding-left: 15px; padding-right: 15px;
  text-align: center;
  float: left;
  border-right: 1px dotted #f8e7b8;
 }
 
 #navigationContainer div.navigation:hover {
  color: #ffffff;
 }
 
 #content {
  padding-top: 0px;
  width: 800px;
  margin: auto;
  background: none;
  text-align: left;
 }
 
 #content * { line-height: 1.5em; }
 
 #content h1 {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 10px;
  color: #272727;
  font-size: 12pt; 
  font-weight: bold;
 }
 
 #content h2 {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 10px;
  color: #272727;
  font-size: 11pt;
  font-weight: bold;
 }
 
 #content p {
  padding-left: 35px;
  padding-right: 30px;
  padding-bottom: 10px;
  color: #272727;
  font-size: 10pt;
 }
 
 #content ul {
  margin-left: 35px;
  margin-right: 30px;
  margin-bottom: 10px;
  color: #272727;
  font-size: 10pt;
 }
 
 #content a {
  border-bottom: 1px solid #cccccc;
  color: #272727;
 }
 
 #content a:hover { border-bottom: 1px solid #272727; }
 
 #content table.imgTableRight {
  border: 1px solid #cccccc; 
  padding: 2px;  
  margin-left: 5px; 
  margin-right: 25px;
  float: right;
 }
 
 #content table.imgTableLeft {
  border: 1px solid #cccccc;
  padding: 2px;
  margin-left: 25px;
  margin-right: 5px;
  float: left;
 }
 
 #content table.simple {
  border: 1px solid #cccccc;
  border-collapse: collapse;
  border-bottom: 1px solid #cccccc;
  width: 90%;
 }
 
 #content table.simple td {
  padding: 5px;
 }
 
 #content td.simpleLeft {
  border-right: 1px solid #cccccc; 
 }
 
 #content td.simpleRight {
  border-left: 1px solid #cccccc;
  text-align: right;
 }
 
 #content td.simpleLastrow {
  border-bottom: 0px;
 }
 
 #content tr.simpleEven {
  background: #eeeeee;
 }
 
 #content tr.simpleOdd {
  background: #ffffee;
 }
 
 #content table.simple tr:hover {
  background: #dfdfdf;
 }
 
 #content table.notice {
  width: 90%;
  margin: auto;
  border: 1px solid #000000;
  background: #cccccc;
 }
 #content table.notice td {
  font-size: 8pt;
  font-style: italic;
  padding: 2px;
 }

