#sublogo { 
        position: absolute; top: 0px; left: 0px; z-index: 2;
      }
#table_content {
        position: absolute; top: 0px; left: 0px; z-index: 1;
      }
#table_content a:link {  /* unvisited link */
        color: #993333;
        text-decoration: none;
      }
#table_content a:active {  /* link clicked */
        color: #993333;
        text-decoration: underline;
      }
#table_content a:visited {  /* visitied link */
        color: black;
      }
#table_content a:hover {  /* mouse over link */
        color: white;
        background-color:#993333;
        text-decoration: underline;
      }
#bps_title {
        background-color: #993333;
        color: white;
        letter-spacing: 1px;
        font-family: georgia, times new roman, times;
        font-weight: bold;
        font-size: 11pt;
        padding-left: 85px;
        padding-top: 1px;
        padding-right: 1px;
        padding-bottom: 1px;
        text-align: left;
      }
#bps_contact {
        background-color: #993333;
        color: white;
        letter-spacing: 2px;
        font-family: georgia, times new roman, times;
        font-size: 10pt;
        padding-left: 1px;
        padding-top: 1px;
        padding-right: 10px;
        padding-bottom: 1px;
        text-align: right;
      }
#subheader_about {
        background-color: #808698;
        height: 48px;
        padding-left: 72px;
      }
#subheader_contact {
        background-color: #A3A277;
        height: 48px;
        padding-left: 72px;
      }
#subheader_services {
        background-color: #997F7F;
        height: 48px;
        padding-left: 72px;
      }
#subheader_resources {
        background-color: #849684;
        height: 48px;
        padding-left: 72px;
      }
#subheader_documents {
        background-color: #A58875;
        height: 48px;
        padding-left: 72px;
      }
#breadcrumbs {
        background-color: #cccccc;
        padding-left: 75px;
        font-size: 10pt;
        padding-top: 1px;
        padding-bottom: 1px;
      }
#subtitle {
        padding-left: 40px;
        font-family: georgia, times new roman, times;
        font-weight: bold;
        font-size: 14pt;
        padding-top: 10px;
        padding-bottom: 1px;
      }
#content {
        padding-left: 25px;
        padding-right: 25px;
        font-family: georgia, times new roman, times;
        font-size: 11pt;
      }
