html {
  background: url(../../images/subPageStripe.gif) repeat-x white; /*#faf8ef*/
  text-align: center;
  margin: 0px;}

body {
  margin: 0px;}

div#pageContainer {
  width: 100%;}

div#logoContainer {
  width: 752px;
  height: 86px;
  margin: 30px auto 0px auto;}

  img#headerLogo {
    width: 752px;
    height: 86px;
    border: 0px;
    margin: 0px;}
  
  div#headerSlogan {
    margin: -10px auto 0px 0px;
    width: 406px;
    height: 252px;
    text-align: right;}

/* NAVIGATION */
div#navigationContainer {
  width: 752px;
  height: 48px;
  text-align: left;
  margin: 0px auto;}
  
  div.navigationButton img {
    border: 0px;
    float: left;}

  span.navTextSeparator {
    display: none;}

  div.navigationLink {
    margin-top: 15px;
    font-size: 100%;
    color: #7d0b25;
    font-weight: bold;}
  
  /* LINK BUTTONS */
div.navButtonLeft  {
    width: 24px;
    height: 48px;
    float: left;
    margin: 0px;
    background: url(../../images/navButtonLeftLink.gif) no-repeat;}
  
  div.navButtonRight {
    width: 24px;
    height: 48px;
    float: left;
    margin: 0px;
    background: url(../../images/navButtonRightLink.gif) no-repeat;}
  
  div.navigationText {
    height: 48px;
    border: 0px;
    float: left;
    background: url(../../images/navButtonRepeatLink.gif) repeat-x;}
    
  /* CURERNT BUTTONS */
  div.navButtonLeftCurrent {
    width: 24px;
    height: 48px;
    float: left;
    margin: 0px;
    background: url(../../images/navButtonLeftCurrent.gif) no-repeat;}
  
  div.navButtonRightCurrent {
    width: 24px;
    height: 48px;
    float: left;
    margin: 0px;
    background: url(../../images/navButtonRightCurrent.gif) no-repeat;}
  
div.navigationTextCurrent  {
    height: 48px;
    border: 0px;
    float: left;
    background: url(../../images/navButtonRepeatCurrent.gif) repeat-x;}

/* FOOTER */
div#footerContainer {
	background: url(../../images/subPageFooterStripe.gif) repeat-x;
	width: 100%;
	height: 173px;
	text-align: center;
	vertical-align: top;
	margin: 0px auto;
	padding: 0px;}
  
  div#footerContent {
    width: 752px;
    height: 36px;
    padding-top: 42px;
    margin: 0px auto;}
  
    div#copyright {
      width: 50%;
      float: right;}
    
    div#footerNavigation {
      width: 50%;
      float: left;
      margin-left: 0px;
      margin-top: 0px;}
       
/* BODY */
div#bodyContainer {
  width: 100%;
  background: url(../../images/logoWatermark.gif) no-repeat white;
  background-position: -80px 30px;
  text-align: center;
  margin: 30px 0px 0px 0px;
  padding: 0px;}

  div#bodyContent {
    width: 752px;
    margin: 0px auto 0px auto;
    text-align: left;}

    div.subHeadingImage {
      width: 100%;
      height: 31px;}
  
    div#bodyIndent {
      margin-left: 2em;
      margin-top: -10px;
      border: 1px solid #023c14;
      border-top: 0px;
      border-right: 0px;
      border-bottom: 0px;}
      
    img.imgFloatRight {
      float: right;
      border: 1px solid #023c14;
      margin: 1em 0 1em 1em;}
    
    img.imgFloatLeft {
      float: left;
      border: 1px solid #023c14;
      margin: 1em 1em 1em 0;}

td {
  vertical-align: top;}