  #allcontent {
    width: 800px;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
  }

  body {
    background-color: white;
    font-family: Helvetica, Arial, sans-serif;
    font-size: medium;
    overflow-y: scroll;
  }

  a { 
    text-decoration: underline;
    color: black; 
  }  

  a:visited { 
    text-decoration: underline;
    color: gray; 
  }  

  h1 {
    font-size: 150%;
  }

  h2 {
    font-size: 125%;
  }

  h3 {
    font-size: 100%;
  }

  p {
    color: black;
  }

  em {
    color: red;
    font-weight: bold;
  }    


  .standout {
    border-color: black;
    border-width: 3px;
    border-style: solid;
    padding: 5px;
    margin-left: 20px;
    margin-right: 20px;
  }

  #header { /* for the title */
    background-color: black;
    padding: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    font-size: 150%;
    color: white;
  }


  #tabs { /* for the tabbed pages */
    border-top: 0px solid white;
    background-color: white;
    margin-top: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-left: 10px;
    margin-bottom: 0px;
  }

  #tabs td {
    padding: 5px;
    padding-bottom: 0px;
  }  

    /*
  #tabs #selected td {
    background: black;
  }  
    */

  #tabs a {
    text-decoration: none;
    padding-left: 8px;
    padding-right: 8px;
    color: black;
    background: white;
    /*
    border: 2px solid white;
    */
    border-top: 2px solid black;
    border-left: 2px solid black;
    border-right: 2px solid black;
    padding-bottom: 2px;
  }
	
  #tabs a:hover {
    background: gray;
    color: white;
  }
	
  #tabs #selected a {
    padding-left: 8px;
    padding-right: 8px;
    color: white;
    background: black;
    border: 2px solid black;
  }
	
  #maincontent { /* for the main content of the page */
    margin-top: 0px;
    border: 0px;
    border-top-color: black;
    border-top-style: solid;
    border-top-width: 6px;
    padding: 0px;
    padding-left: 5px;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }

  #maincontent a:link { /* for unvisited links */
    color: black; 
  }  

  #maincontent a:visited { /* for visited links */
    color: gray; 
  } 

  table {
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px;
    border-width: 0px;
  }

  td {
    vertical-align: top;
    border-width: 0px;
    padding-top: 2px;
    padding-right: 5px;
    padding-left: 0px;
    border-spacing: 0px;
  }


  #announcements { /* for the news box, if there is one */
    float: right;
    border-width: 4px;
    border-style: solid;
    border-color: black;
    width: 180px;
    padding: 10px;
    padding-top: 0px;
    margin-top: 14px;
    margin-bottom: 8px;
    font-size: 14px;
  }

  #footer {
    border-top-width: 0px;
    border-top-style: solid;
    border-top-color: white;
    background-color: black;
    padding: 5px;
    text-align: center;
    font-size: 75%;
    color: white;
    clear: both;
  }

  #footer a:link { 
    text-decoration: none;
    color: white; 
  }  

  #footer a:visited { 
    text-decoration: none;
    color: white; 
  }  

  #footer a:hover { 
    text-decoration: underline;
    color: white; 
  }  

