body {
  background: #607b96;
  font-family: verdana;
  font-weight: bold;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 9pt;
}

img {
  border: 0;
}

hr {
  color: #fff;
  background-color: #fff;
  height: 2px;
  border: 0;
}

.leftCol a, .rightCol a, .leftFoot a, .rightFoot a {
  color: #fff;
  text-decoration:none;
}
.leftCol a:hover, .rightCol a:hover, .leftFoot a:hover, .rightFoot a:hover {
  color: #f00;
  text-decoration:none;
}

.container {
  width: 800px;
  margin: auto;
  border-left: 2px solid #2e4964;
  border-right: 2px solid #2e4964;
  background-color: #3e5974;
}
.logo {
  display: block;
  width: 800px;
  height: 60px;
  background: url('/images/marktitle.jpg') center center no-repeat;
  border-bottom: 1px solid #2e4964;  
}
.header {
  width: 800px;
  height: 250px;
  border-bottom: 1px solid #2e4964;
}
.indexHeader {
  background: url('/images/marksign.jpg') center center no-repeat;
}
.aboutHeader {
  background: url('/images/aboutbanner.jpg') center center no-repeat; 
}
.endorseHeader {
  background: url('/images/endorse.jpg') center center no-repeat; 
}

.leftCol {
  float: left;
  width: 335px;
  padding: 20px;
  font-size: 9pt;
  line-height: 225%;
  border-right: 2px solid #2e4964;  
}
.rightCol {
  float: left;
  width: 380px;
  padding: 20px;
  font-size: 10pt;
  line-height: 300%;
}
.rightCol a, .leftFoot a {
  background: url('/images/button.jpg') center left no-repeat;
  padding-left: 42px;
}
.rightFoot  a {
  background: url('/images/buttonrev.jpg') center left no-repeat;
  padding-left: 42px;
}

.italicTitle {
  font-style: italic;
  font-size: 15pt;
}

.content {
  padding: 10px;
  border-bottom: 1px solid #2e4964;
  font-size: 11pt;
  font-weight: normal;
  color: #2e4964;
  background-color: #fff;
}
.content a {
  color: #2e4964;
  text-decoration: underline;
}
.content a:hover {
  color: #f00;
}
.content hr {
  color: #2e4964;
  background-color: #2e4964;
  height: 2px;
  border: 0;
}
.content .hrThin {
  color: #2e4964;
  background-color: #2e4964;
  height: 1px;
  border: 0;
}

.leftFoot {
  float: left;
  width: 200px;
  padding: 15px;
}

.rightFoot {
  float: right;
  width: 200px;
  text-align: right;
  padding: 15px;  
}

.question, .boldSpan span {
  font-size: 12pt;
  font-weight: bold;
}

.center {
  text-align: center;
  font-weight: bold;
}

.clearDiv {
  clear: both;
}
