body {
   font: 12px/18px "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
   text-align: center; /* For IE */
   margin: 0px;
   margin-top: 25px;
   background-image: url(../images/background.png);
   background-repeat: repeat-x;
   background-color: #486ad8; 
   color: #0a256b;
}
div.maincontainer {
   height: 100%;
   text-align: center;
   padding: 13px;
   margin: auto; /* Center aligns on non IE browsers */
   width: 941px; /* Must be in place for the above attribute to work */
   background-color: #FFF;
}
img.collage {
   border: 5px solid #b1b1b1;
   margin-top: 8px;
   margin-bottom: 25px;
}
div.logo {
   display: inline;
   float: left;
   margin-bottom: 8px;
   margin-left: 24px;
   padding: 0px;
}
div.quote {
  float: right; 
}
div.hrrule {
   clear: both;
   height: 1px;
   border-top: 1px solid #cbcbcb;
}
div.hrrule hr {
   display: none;
}
div.navigation {
   margin-top: 8px;
   margin-left: 24px;
   text-align: left;
}
div.navigation img {
   margin-right: 28px; 
}
div.content {
   margin-left: 24px;
   margin-right: 24px;
   text-align: justify;
   padding-bottom: 24px;
}
div.content p.frontcontent, div.pointsleft, div.pointsright, p {
   font-size: 120%;
}
div.content h1 {
   font-size: 165%;
   font-weight: normal;
   width: 70%;
   color: #486ad8;
   padding-right: 10px;
   padding-bottom: 8px;
   border-bottom: 1px solid #cbcbcb;
   margin: 0px;
}
div.footercontainer {
   clear: both;
   background-color: #FFF;
   padding: 13px;
   margin: auto; /* Center aligns on non IE browsers */
   width: 923px; /* Must be in place for the above attribute to work */
}
div.footer {
   text-align: right;
   margin-top: 0px
   margin-left: 24px;
   margin-right: 24px;
   color: #486ad8;
   font-size: 95%;
}
div.footer a {
   color: #486ad8;
}
div.pointsleft, div.pointsright {
   margin-top: 15px;
   width: 45%;
   /* background-color: #e3e3e3; */
   padding: 8px;
}
div.pointsleft {
   margin-left: 30px;
   float: left;
}
div.pointsright {
   float: right;
}
div.captionphoto {
   text-align: center;
   margin: auto; /* Center aligns on non IE browsers */
   width: 805px;
   font-size: 90%;
   color: #878787;
}
