﻿/*body {
  background: #eeeeee;
  font-family: 'Trebuchet MS', 'Verdana', 'sans-serif';
  font-size: 12px;
  margin: 0px;
  padding: 0px;
}

a {
  color: #005aaa;
  font-weight: bold;
  text-decoration: none;
}

a img { border: 0; }

a:hover {
  text-decoration: underline;
}

ul {
  font-size: 11px;
  line-height: 1.5em;
  text-align: left;
  list-style: disc;
  margin: 0 15px 0 15px;
  padding: 0px;
}

li {
   margin-top: 0;
  padding-left: 0px;
  line-height: 1.5em;
}

.main {
  width: 640px;
  background: black;
  color: black;
  border-left: 1px black solid;
  border-right: 1px black solid;
}

.logoStripTop {
  background: url('images/logotop.jpg') no-repeat;
  height: 118px;
}

.logoStripBottom {
  background: url('images/logobottom.gif') no-repeat top center;
  height: 61px;
}

.menuStrip {
  color: white;
  padding: 5px 5px 5px 15px;
  margin-bottom: 5px;
}

.menuStrip a {
  font-weight: normal;
  text-decoration: none;
  color: white;
  padding-left: 2px;
  padding-right: 2px;
}

.menuStrip a:hover {
  text-decoration: none;
  color: black;
  background: #e3b849;
}

.singleColumn {
  margin-right: 15px;
}

.leftColumn {
  width: 380px;
  float: left;
}

.rightColumn {
  width: 245px;
  float: left;
}
*/
.box1 {
  margin-left: 15px;
  background: url('images/LifeBoat/box-top.jpg') top repeat-x;
}

.box2 {
  background: url('images/LifeBoat/box-topleft.jpg') top left no-repeat;
}

.box3 {
  background: url('images/LifeBoat/box-topright.jpg') top right no-repeat;
}

.box4 {
  background: url('images/box-bottomleft.jpg') bottom left no-repeat;
  background-color: white;
  height: 10px;
}

.box5 {
  background: url('images/box-bottomright.jpg') bottom right no-repeat;
  height: 10px;
}

.boxTitle {
  font-size: 18px;
  padding: 10px;
  color: white;
  font-weight: bold;
  text-shadow: #000 0px 1px 3px;
}

.boxBody {
  background-color: white;
  background-image: url('images/LifeBoat/box-background.jpg');
  background-repeat: repeat-x;
  padding: 10px 10px 0 10px;
  font-size: 11px;
  clear: both;
  line-height: 1.5em;
}
/*
.heading1 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.heading2 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 10px;
}
*/
.divider {
  margin-top: 10px;
  margin-bottom: 10px;
  border-top: 1px dotted #005aaa;
}
/*
.textBlock {
}

.copyright {
  padding: 10px 10px 10px 15px;
  color: white;
}
*/