/* CSS Document */
body {
  text-align: center; /* for IE */
  }

div {
  border-width: 0px;
  }


#head {
  width: 960px;
  background-image: url(images/head.jpg); 
  float: none;
  height: 151px;
  text-align: center; 
  margin: 0 auto;   /* align for good browsers */ 
  }

#wrapper {
  border-width: 0px;
  width: 960px;
  float: none;
  margin: 0 auto;   /* align for good browsers */ 
  }

  
#menu {
  font-weight: bold;
  background-color: #d6dba4;
  width: 160px;
  height: 800px;
  float: left;
  text-align: center; 
  }

#content {
  background-color: #eaf5cf;
  width: 800px; 
  height: 800px;
  float: left; 
  overflow-y: auto;
  }

#pName {
  font-family: "Century Gothic";
  color: #000000;
  font-weight: bold;
  text-align: left;
  width: 300px;
  position: absolute;
  margin: 0 0 0 15px;
  }
  
#headerLine {
  font-family: "Arial Narrow";
  color: #A09841;
  text-align: right;
  width: 480px;
  position: absolute;
  margin: 0 0 0 300px;
  }
  
.menuSmall {
  margin-top: 0px;
  font-size: 11pt;
  }

div.menu {
  margin-top: 15px;
  margin-bottom: 0px;
  font-family: "Century Gothic";
  font-size: 14pt;
  line-height: 14pt;
  }
  
div.menu a:link {
  color: #000000;
  text-decoration:none;
  }

div.menu a:visited {
  color: #000000;
  text-decoration:none;
  } 

div.menu a:hover {
  color: #000000;
  text-decoration:none;
  } 

div.menu a:active {
  color: #000000;
  text-decoration:none;
  }
  
.welcome {
  font-family: "Century Gothic";
  font-size: 36pt;
  color: #000000;
  padding-top: 15px;
  text-align: center;
  }
  
.topic {
  font-family: "Century Gothic";
  font-size: 26pt;
  color: #000000;
  padding-top: 15px;
  text-align: center;
  }
  
    .newshead {
      font-family: "Century Gothic";
      font-size: 16pt;
      font-weight: bold;
      font-style: italic;
      padding-left: 15px;
      color: #000000;
      padding-top: 13px;
      text-align: left;
  }
  
  .rtext {
    font-family: "Century Gothic";
    font-size: 14pt;
    padding-left: 15px;
    padding-right: 15px;
    color: #000000;
    padding-top: 10px;
    text-align: left;
  }
