body {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11pt;
  line-height: 22px;
  min-width: 741px;
  background-color: #33ffff;
  background-image: url(images/blueback.jpg);
  font-weight: inherit;
  text-align: center;
}
p {
  text-align: justify;
  text-indent: 2em;
  line-height: 1.25;
}
h1 {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 24pt;
  font-weight: bold;
  color: #000083;
  line-height: 0px;
}
h2 {
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  font-size: 20pt;
  color: #000083;
  line-height: 0;
}
h3 {
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  color: #000083;
  line-height: 1;
  font-size: 18pt;
}
h4 {
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  font-size: 16pt;
  line-height: 1;
}
h5 {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12pt;
  font-weight: bold;
  line-height: 1;
}
h6 {
  font-family: Arial,Helvetica,sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  font-size: 8pt;
  line-height: 1.5;
}
ul {
  text-align: left;
}
a:link {
  color: #000083;
  text-decoration: none;
  font-weight: bold;
}
a:visited {
  color: #000083;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  color: #2e00ff;
  text-decoration: underline;
  font-weight: bold;
}
a:active {
  color: red;
  text-decoration: underline;
  font-weight: bold;
}
.nav a:link {
  color: #000083;
  text-decoration: none;
 }
.nav a:visited {
  color: #000083;
  text-decoration: none;
}
.nav a:hover {
  color: #2e00ff;
  text-decoration: underline;
}
.nav a:active {
  color: white;
  text-decoration: underline;
}
#wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 741px;
}
#header {
  background-repeat: no-repeat;
  height: 111px;
  background-color: transparent;
  background-image: url(images/cypresslogo02.png);
  background-position: left top;
}
.nav {
  border: 1px solid blue;
  background-color: #07b3fd;
  padding-top: 3px;
  padding-bottom: 5px;
  font-size: 10pt;
  font-weight: bold;
}
.hrule {
  border: 1px solid blue;
  background-color: #07b3fd;
  height: 3px;
}
.tnbp {
  padding-top: 7px;
  padding-bottom: 4px;
}
.addr {
  border: 3pt solid #07b3fd;
  font-weight: bold;
  font-style: italic;
  width: 734px;
  color: #000099;
  margin-top: 7px;
  height: 21px;
  font-size: 9pt;
}
.fund {
  color: #3366ff;
  padding-top: 7px;
  padding-bottom: 8px;
}
.allow {
  padding:5px 25px 5px 25px;
  border: 2px solid #029ddf;
  font-size: 9pt;
  line-height: 11pt;
}
.btmlnks {
  font-size: 9pt;
  font-weight: bold;
  text-align: right;
  padding-bottom: 30px;
}
.cclassimgs {
  border: 1px solid blue;
  background-color: rgb(7, 179, 253);
  font-weight: bold;
  color: rgb(0, 0, 153);
  text-align: center;
}
.counter {
  font-size:8pt;
  color: #000083;
  text-align: left;
}

/* styles for columns on index page below */

#container {
  width: 741px;
}
#sidebar {
  float: left;
  width: 357px;
}
#content {
  float: left;
  width: 357px;
}
div.inner {
  padding: 5px;
}


