﻿.content {/* style grouping for content divs */
  margin: 2.5em 3%;
  font: 1em Georgia, Palatino, Serif; 
  padding: 1.5em;
  border: 8px groove  #c0c0c0;
  background: #f5f5f5;
  }

  h4.float-left {/* header element float */
  float: left;
  background: white;
  border: none;
  }
  
.titleSections 
  {
    clear: both;
    border: none;
    padding: 0px;
    margin: 10px;
  }

  p.topleft {/* after header margin adjustment */
  text-align: left;
  padding: 0.2em;
  border: none;
  }
  
p.topright {/* after header margin adjustment */
    text-align: right;
    padding: 0.2em;
    border: none;
    font-size: 100%;
}

div.titleleft {/* after header margin adjustment */
    font-weight: bold;
    text-align: left;
    padding: 0.2em;
    width: 99%;
    border-bottom: solid 1px #669999;
    color: #053838;
    font-size: 110%;
    
}

div.titleright {/* after header margin adjustment */
    font-weight: bold;
    text-align: right;
    padding: 0.2em;
    width: 99%;
    border-bottom: solid 1px #669999;
    color: #053838;
    font-size: 110%;
    
}
  
  #MainDisplay
{
    position: relative;
    float: left;
    margin: 0px;
    padding: 0px;
    width: 800px;
    height: auto;
    background-color: white;
    border: solid 2px #053838;
}
  
.imageleft {
  float:left;
  margin: 15px 5px 5px 5px;
  padding: 0px;
  background-color: White;
}

.imageleftNoMargin {
  margin: auto;
  padding: 0px;
  background-color: White;
}

.imageright {
  float:right;
  margin: 15px 5px 5px 5px;
  padding: 0px;
  background: white;
}

.imageSecondright {
  float:right;
  margin: 5px 5px 5px 5px;
  padding: 0px;
  background: white;
}

.imagerightTop {
  float:right;
  margin: 5px 5px 5px 5px;
  padding: 0px;
  background: white;
}