@media screen {
body {
  background-image: url(images/bg.gif);
  background-repeat: repeat-x;
  background-position: top;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 11px;
  line-height: 16px;
  margin: 0px;
}

#page {
  width: 100%
}

#container {
  width: 786px;
  margin: auto;
  position: relative;
}

#top {
  width: 786px;
  height: 98px;
  background-image: url(images/top.gif);
  position: relative;
  top: 0;
  left: 0;
}

#logobutton {
  position: absolute;
  top: 30px;
  left: 4px;
  width: 240px;
  height: 64px;
}

#emailbutton {
  position: absolute;
  top: 24px;
  left: 420px;
  width: 120px;
  height: 20px;
}

#searchbutton {
  position: absolute;
  top: 24px;
  left: 742px;
  width: 18px;
  height: 18px;
}

#searchbox {
  position: absolute;
  top: 27px;
  left: 585px;
  width: 154px;
  height: 19px;
  border: 1px solid #cedbe3;
}

#blogbutton {
  position: absolute;
  top: 52px;
  left: 292px;
  width: 18px;
  height: 18px;
}

#sublogo {
  height: 14px;
}

#content {
  background-image: url(images/contenttilebg.gif);
  position: relative;
  top: 0px;
  left: 0px;
  min-height: 560px;
  overflow: hidden;
}

#contentbg {
  position: absolute;
  z-index: 1;
}

#subnav {
  position: absolute;
  top: 20px;
  left: 10px;
  text-align: left;
  z-index: 2;
}

#realcontent {
  position: relative;
  top: 20px;
  left: 180px;
  width: 560px;
  z-index: 2;
  text-align: left;
}

#contentn {
  width: 360px;
}

#pics {
  position: absolute;
  left: 380px;
  top: 20px;
  width: 200px;
  text-align: center;
  color: #3a6f91;
}

#bottombg {
  position: absolute;
  z-index: -1;
}

#footer {
  text-align: center;
  font-size: 10px;
  color: #3a6f91;
}

#footer a:link, #footer a:visited {
  color: #89a074;
  text-decoration: none;
}

#footer2 {
  text-align: center;
  padding-top: 20px;
  font-size: 10px;
  color: #cccccc;
}
}

@media print {
body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 12px;
}

#page {
}

#container {
  position: relative;
}

#top {
  display: none;
}

#mainnav {
  display: none;
}

#sublogo {
  display: none;
}

#content {
  position: relative;
  top: 0px;
  left: 0px;
}

#contentbg {
  display: none;
}

#subnav {
  display: none;
}

#realcontent {
  position: relative;
  top: 0px;
  left: 0px;
  text-align: left;
}

#contentn {
}

#pics {
  display: none;
}

#bottombg {
  display: none;
}

#footer {
  text-align: center;
  font-size: 10px;
  color: #3a6f91;
}

#footer a:link, #footer a:visited {
  color: #89a074;
  text-decoration: none;
}

#footer2 {
  display: none;
}
}

h2 {
  color: #3a6f91;
  font-size: 15px;
}

h3,h6 {
  font-weight: bold;
  font-size: 13px;
}

.tab {
  border: 3px solid #7ea1bd;
}

.tabhead {
  background-color: #7ea1bd;
  color: white;
}

.tabhead a:link, .tabhead a:visited {
  color: white;
}

.tabrowe {
}
.tabrowo {
  background-color: #eeeeee;
}

.doclink {
  font-size: 10px;
  width: 110px;
}
.doclink a:link, .doclink a:visited {
  text-decoration: none;
  color: #3a6f8f;
}
.doclink a:hover {
  text-decoration: underline;
}
.link {
  text-decoration: underline;
  color: #3a6f8f;
  cursor: pointer;
}
li {
  margin-bottom: 4px;
}
