body{
  /*background:url(images/insideBG.jpg) repeat #015294;*/
  background: #015294;
}
a:link{
  color: #FFFFFF;
  text-decoration: underline;
}
a:hover{
  color: #FFFFFF;
  text-decoration: none;
}
a:visited{
  color: #FFFFFF;
  text-decoration: underline;
}

.topTitle{
  color: #FFFFFF;
  font-family: arial;
  font-weight: bold;
  font-size: 22px;
  height: 40px;
  background-color: #1C3C63;
  border-left: thin solid #73A8D4;
  border-right: thin solid #73A8D4;
}
.topNav{
  background-color: #1C3C63;
  text-align: center;
  white-space: nowrap;
}
.topNavLink{
  color: #FFFFFF;
  font-family: arial;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
}
.mainBody{
  background:url(images/watermark.jpg) no-repeat center top #FFFFFF;
}
.footerCell{
  color: #FFFFFF;
  font-family: arial;
  font-size: 11px;
  background-color: #1C3C63;
}
.homeLink{
  color: #FFFFFF;
  font-family: arial;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
}
.sectionHead{
  color: #73A8D4;
  font-family: arial;
  font-weight: bold;
  font-size: 20px;
}
.pHeader{
  color: #000000;
  font-family: arial;
  font-weight: bold;
  font-size: 18px;
}
.subTitle{
    font-family: arial;
    font-size: 16px;
    font-weight: bold;
}

.bodyText{
  color: #000000;
  font-family: arial;
  font-size: 13px;
}
.bodyText a:link{
  color: #000000;
}
.bodyText a:visited{
  color: #000000;
}
.bodyText a:hover{
  color: #000000;
  text-decoration: none;
}

.recycleGreen{
  color: #008000;
  font-weight: bold;
  text-decoration: underline;
}

.blogLink{
  font-size: 16px;
}
.blogInfo{
  font-style: italic;
  font-size: 12px;
}

#contentDiv{
  color: #000000;
  font-family: arial;
  font-size: 13px;
  width: 800px;
}