﻿body {
  background: #cccccc;
  font-family: 'Trebuchet MS', 'Verdana', 'sans-serif';
  font-size: 14px;
  margin: 0px;
  padding: 0px;
}

a {
  color: #a81f19;
  font-weight: bold;
  text-decoration: none;
}

a img { border: 0; }

a:hover {
  text-decoration: underline;
}

ul {
  font-size: 11px;
  line-height: 1.5em;
  text-align: left;
  list-style: disc;
  margin: 0 15px 0 15px;
  padding: 5px;
}

li {
   margin-top: 0;
  padding-left: 0px;
  line-height: 1.5em;
}

.main {
  width: 640px;
  background: black;
  color: black;
  border-left: 1px black solid;
  border-right: 1px black solid;
}

.logoStripTop {
  background: url('images/logotop.jpg') no-repeat;
  height: 118px;
}

.logoStripBottom {
  background: url('images/logobottom.gif') no-repeat top center;
  height: 61px;
}

.menuStrip {
  color: white;
  padding: 5px 5px 5px 15px;
  margin-bottom: 5px;
}

.menuStrip a {
  font-weight: normal;
  text-decoration: none;
  color: white;
  padding-left: 2px;
  padding-right: 2px;
}

.menuStrip a:hover {
  text-decoration: none;
  color: black;
  background: #e3b849;
}

.singleColumn {
  margin-right: 15px;
}

.leftColumn {
  width: 380px;
  float: left;
}

.rightColumn {
  width: 245px;
  float: left;
}

.leftColumnWide {
  width: 425px;
  float: left;
}

.rightColumnSkinny {
  width: 200px;
  float: left;
}

.leftColumnDouble {
	width: 625px;
	float: left;
}

.box1 {
  margin-left: 15px;
  background: url('images/box-top.jpg') top repeat-x;
}

.box2 {
  background: url('images/box-topleft.jpg') top left no-repeat;
}

.box3 {
  background: url('images/box-topright.jpg') top right no-repeat;
}

.box4 {
  background: url('images/box-bottomleft.jpg') bottom left no-repeat;
  background-color: white;
  height: 10px;
}

.box5 {
  background: url('images/box-bottomright.jpg') bottom right no-repeat;
  height: 10px;
}

.boxTitle {
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
  color: #e3b849;
}

.boxBody {
  background-color: white;
  background-image: url('images/box-background.jpg');
  background-repeat: repeat-x;
  padding: 10px 10px 0 10px;
  font-size: 11px;
  clear: both;
  line-height: 1.5em;
}

.altBox1 {
  margin-left: 15px;
  background: white;
}

.altBox2 {
  background: url('images/box-topleft2.jpg') top left no-repeat;
}

.altBox3 {
  padding-top: 10px;
  background: url('images/box-topright2.jpg') top right no-repeat;
}

.altBoxBody {
  background-color: white;
  padding: 0px 10px 0 10px;
  font-size: 11px;
  line-height: 1.5em;
}

.heading1 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.heading2 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 10px;
}

.heading3 {
  font-size: 14px;
  font-weight: normal;
  margin-top: 10px;
}

.divider {
  margin-top: 10px;
  margin-bottom: 10px;
  border-top: 1px dotted #a81f19;
}

.textBlock {
	font-size:11px;
}

.copyright {
  padding: 10px 10px 10px 15px;
  color: #444444;
}

.supportQ {
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
}

.supportA {
  font-size: 11px;
  font-weight: normal;
  padding-left: 5px;
  padding-bottom: 10px;
  display: none; /* hidden */
}