/* global */
html
{ height: 100%;
}

body
{ padding: 0px;
  margin-top: 10px;
}

table
{ width: 800px;
}

p
{ font: normal 10pt tahoma, arial, helvetica;
  color: #e1e1e1;
  letter-spacing: .1em;
  padding-bottom: 10px;
  line-height: 1.7em;
}

h1
{ font: normal 18pt tahoma, arial, helvetica;
  color: #ffffff;
  text-align: left;
  letter-spacing: .3em;
  margin: 0px;
}

h2
{ font: bold 13pt tahoma, arial, helvetica;
  color: #e1e1e1;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin: 28px;
}

h3
{ font: bold 9pt tahoma, arial, helvetica;
  color: #999999;
  text-transform: uppercase;
  letter-spacing: .2em;
  margin: 0px;
}

h4
{ font: bold 8pt tahoma, arial, helvetica;
  color: #333333;
  text-transform: uppercase;
  margin: 12px 0px 6px 0px;
}

img
{ border: 0px;
}

a:link, a:visited, a:active
{ font: normal 10pt tahoma, arial, helvetica;
  color: #e1e1e1;
  text-decoration: none;
  letter-spacing: .1em;
}

a:hover
{ color: #ffffff;
}

a:link.nav, a:visited.nav, a:active.nav
{ font: normal 9pt tahoma, arial, helvetica;
  color: #cccccc;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: .2em;
}

a:hover.nav
{ color: #ffffff;
}

a:link.footer, a:visited.footer, a:active.footer
{ font: normal 7pt tahoma, arial, helvetica;
  color: #999999;
  text-transform: uppercase;
  text-decoration: none;
}

a:hover.footer
{ color: #ffffff;
}

a:link.sidebaritem, a:visited.sidebaritem, a:active.sidebaritem
{ font: normal 9pt tahoma, arial, helvetica;
  color: #e1e1e1;
  letter-spacing: 0em;
  line-height: 130%;
}

a:hover.sidebaritem
{ color: #ffffff;
  letter-spacing: 0em;
  line-height: 130%;
}

.footer
{ font: normal 7pt tahoma, arial, helvetica;
  color: #999999;
  text-transform: uppercase;
  text-decoration: none;
}

.sidebaritem
{ font: normal 9pt tahoma, arial, helvetica;
  color: #e1e1e1;
  line-height: 130%;
}

.top
{ vertical-align: text-top;
  margin: 2px 6px 0px 0px;
}

.bold
{ font: bold;
}

.border
{ border: thin ridge #ffffff;
}

.video
{ width: 320;
}

.headercell
{ width: 50%;
  text-align: left;
  vertical-align: bottom;
  padding: 12px;
}

.navcell
{ width: 50%;
  text-align: right;
  vertical-align: bottom;
  padding: 12px;
}

.contentcell
{ width: 620;
  height: 440px;
  text-align: center;
  vertical-align: top;
  padding: 50px 19px 19px 19px;
}

.sidebarcell
{ width: 180px;
  text-align: left;
  vertical-align: top;
  padding: 6px 19px 19px 19px;
  background-color: #999999;
  border-left: thin ridge #ffffff;
}

.sidebarheadercell
{ width: 180px;
  text-align: left;
  vertical-align: middle;
  background-color: #e1e1e1;
  border-left: thin ridge #ffffff;
  padding: 6px 19px 6px 19px;
}

.emptycell
{ width: 180px;
  background-color: #999999;
  border-left: thin ridge #ffffff;
}

.footercell
{ text-transform: uppercase;
  text-decoration: none;
  text-align: right;
  background-color: #000000;
  padding: 12px;  
}

.contactcell
{ text-transform: uppercase;
  text-decoration: none;
  text-align: left;
  background-color: #000000;
  padding: 12px;  
}

/* image positioning - left, right and center */
.left
{ float: left; 
  padding: 0px 8px 0px 0px;
}

.right
{ float: right; 
  padding: 0px 0px 0px 8px;
}

.center
{ display: block;
  text-align: center;
  margin: 0 auto;
}

/* block quote */
blockquote
{ margin: 20px 0px 20px 0px; 
  padding: 10px 20px 0px 20px;
  border-left: 8px solid;
}

/* unordered list */
ul
{ margin: 8px 0px 0px 16px;
  padding: 0px;
}

ul li
{ list-style-type: square;
  margin: 0px 0px 11px 0px; 
  padding: 0px;
}

/* ordered list */
ol
{ margin: 8px 0px 0px 24px;
  padding: 0px;
}

ol li
{ margin: 0px 0px 11px 0px; 
  padding: 0px;
}