image.logo {
    position: absolute;
    top: 1em;
    left: 2em;
    border-style: none;
     }

div.navbar {
    position: absolute;
    top: 6.5em;
    width: 70%;
    margin-left: 17%;
    }
div.navbar td {
	    width: 10em;
	    background-color: #073BCF;
	    text-align: center;}
div.navbar td a:link {
        color: white }
div.navbar td a:visited {
        color: white }
div.navbar td a:hover {
       color: black;
       background-color: white; }
       
div.center {
  position: absolute;
  top: 10em;
  bottom: 80%;
  left: 33%;
  padding-left: 2em; padding-right: 2em;
  border-color: #ACACAC;
  border-width: thin;
  border-left-style: dotted;
  border-right-style: dotted; 
  }
div.left {
  position: absolute;
  top: 10em;
  bottom: 80%;
  left: 0%;
  padding-left: 2em; padding-right: 2em;
  }
div.right {
  position: absolute;
  top: 10em;
  bottom: 80%;
  left: 67%;
  padding-left: 2em; padding-right: 2em;  
  }
    
div.footer_hr {
  margin-left: 2em;
  margin-right: 2em;
  margin-bottom: .2em;
  height: 1px;
  width: 100%;
  border-bottom-width: thin;
  border-bottom-color: #ACACAC;
  border-bottom-style: dotted; 
          }  
div.crnotice {
    position: absolute;
    left: 3em;
    }
    
div.bottomlinks {
    position: absolute;
    right: 3em; 
    }
div.bottomlinks a:link {
       text-decoration: none; }
div.bottomlinks a:visited {
       text-decoration: none; }
div.bottomlinks a:hover {
       text-decoration: underline; }
       

div.text_pg {
  padding-top: 9em;
  margin-left: 10%; margin-right: 10%;}
div.text_pg h1 { margin-left: -6%; }
div.text_pg h2,
div.text_pg h3,
div.text_pg h4,
div.text_pg h5,
div.text_pg h6 { margin-left: -3%; }