BODY {
  font-family: times new roman;
  font-size: 11pt;
  color: #000;
  margin: auto;
  a:link: blue;
  a:active: blue;
  a:hover: black;
  a:visited: purple;
  text-align: center;
  background: #C7D4DF;
}
#container { width: 780px; margin: auto; text-align: left; background: #fff; display: table; }

#top { width: 780px; height: 300px; background: url('images/bg2.jpg'); background-repeat: no-repeat; }
#topleft { float: left; width: 300px; }
#topright { margin-left: 300px; }

#btmleft { float: left; width: 257px; height: 565px; border: 1px solid #84B3CF; border-top: 0; margin-right: 1px; font-size: 10pt; }
#btmleft .title { text-align: center; width: 257px; height: 20px; background: #84B3CF; font-size: 10pt; font-weight: bold; color: #E2F4FF; }

#btmmid { float: left; width: 257px; height: 565px; border: 1px solid #84B3CF; border-top: 0; margin-right: 1px; font-size: 10pt; }
#btmmid .title { text-align: center; width: 257px; height: 20px; background: #4A7AA2; font-size: 10pt; font-weight: bold; color: #D3E8EB; }

#btmright { float: left; width: 257px; height: 565px; border: 1px solid #84B3CF; border-top: 0; font-size: 10pt; }
#btmright .title { text-align: center; width: 257px; height: 20px; background: #4A7AA2; font-size: 10pt; font-weight: bold; color: #D3E8EB; }

.btmText { padding-left: 5px; padding-right: 5px; margin-bottom: 10px; margin-top: 5px; }
.btmText a { color: #005DAF; }
.btmText a:hover { color: #000; }

#toprightTable { margin-top: 100px; font-size: 10pt; }
#toprightTable tr { vertical-align: top; }
#toprightTable strong { font-size: 12pt; }

