﻿body {
  margin: 0px;
  padding: 0px;
  border-style: none;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: center;
  /*background-color: #242D2E;*/ /* Dark Gray */
  background-color: #FEEDC4 /* Tan */
}

div#wrap {
  border-style: none;
  margin: 0 auto;
  padding: 0;
  min-width: 750px;
  position: relative;
  width: 60em;
  background-color: #778669;
}

div#header {
  background-color: #778669;
  margin: 0px;
  padding: 3px 0px 5px 5px;
  border-bottom: 2px solid #242D2E;
}

table#headertbl {
  padding: 0px;
  border-style: none;
  background-color: #252E31;
}

td.bannertd1 {
  padding: 6px 2px 0px 3px;
  border-style: none;
}

td.bannertd2 {
  padding: 0px 0px 0px 3px;
  border-style: none;
}

img#bannerimg {
  padding: 0px;

}

td.filltd1 {
  background-color: #778669;
  padding-left: 3px;
  border-right: 2px solid #242D2E;
}

td.filltd2 {
  background-color: #778669;
}

table#buttontbl {
  border-style: none;
  padding: 0px;
  background-color: #252E31;
}

div#content {
  margin: 0px;
  padding: 0px 0px 0px 7px;
  border-style: none;
  background-color: #252E31;
}

table#outer {
  background-color: #778669;
}

/* Left Bar Background, Text and Links */

/* Format general page left sidebar */
td#outer1 {
  width: 135px;
  background-image: url(images/LeftBar.jpg);
  background-repeat: repeat-y;
  text-align: left;
  vertical-align: top;
}

/* Format left sidebar links table */
table#leftlinks {
  border-left: 3px solid #9B825A;
  text-align: left;
}

/* Format title of leftlinks table */
td.lltitle {
  font-weight: bold;
  font-size: 1.10em;
  text-indent: 6px;
  color: #8B0130;
}

/* Format contents of leftlinks table */
td.lllink {
  text-indent: 2px; 
  font-size: .95em;
}

td.llnotlink {
  text-indent: 2px;
  font-weight: bold;
  font-size: .80em;
  color: 242D2E;
}

td.l2link {
  text-indent: 2px;
  font-size: .80em;

}

td.l2notlink {
  text-indent: 2px;
  font-size: .80em;
  color: 242D2E;
}

td.l3link {
  text-indent: 4px;
  font-size: .70em;
}

td.l3notlink {
  text-indent: 4px;
  font-size: .70em;
  color: 242D2E;
}


/* End of Left Bar */

/* Center Panel */
td#outer3{
  text-align: left;
}

img#homepic {
  margin: 0px;
  padding: 2px 0px 0px 0px;
  border-style: none;
}

div#nextstep {
  position: absolute;
  left: 350px;
  top: 280px;
  z-index: 15;
  margin: 0px;
  padding: 0px;
  border-style: none;
}

div#nsshadow {
  position: absolute;
  left: 353px;
  top: 282px;
  z-index: 14;
  margin: 0px;
  padding: 0px;
  border-style: none;
}

h2 {
  text-align: center;
}

h4 {
  text-align: center;
}

td#outer5{
  border-left: 5px solid #B6B6AE;
  border-right: 7px solid #2E3D33;
  background-color: #D8CFC1;
  margin-left: 50px;
}

div#footer {
  margin: 0px;
  padding: 0px;
  background-image: url(images/footerBG.jpg);
  background-repeat: repeat-x;
  border-top: 4px double #2F2110;  /* dark gray */
  border-bottom: 1px solid #242D2E;
}

table#footertbl {
  padding: 3px 0px 3px 0px;
  text-align: center;
  font-style: italic;
  color: #2f2110;  /* dark gray */
  margin-left: auto;
  margin-right: auto;
}

/* Format link colors */
/* a:link {color: #2d73b9;}  */            /* lighter blue than standard */
a:visited {color: #8B0130;}
/* a:focus {color: #2d73b9;} */
a:hover {color: #9c2c86;}            /* lighter purple than standard */
/* a:active {color: #2d73b9;} */

.portrait_contain {
    width:97px;
    padding-left:10px;
    padding-bottom:10px;
    float:right;
}

.portrait {
    height:150px;
    width:97px;
}

.portrait_caption {
    width:97px;font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height:1.5;
    text-align:center;
}

.gerry_portrait_contain {
    width:83px;
    padding-left:10px;
    padding-bottom:10px;
    float:right;
}

.gerry_portrait {
    height:150px;
    width:83px;
}

.gerry_portrait_caption {
    width:83px;font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height:1.5;
    text-align:center;
}

