 * {
  margin: 0 auto;
  padding: 0;
  font-size: 1em;
  font-family: arial, helvetica, sans-serif;
  }
 
  body {
  background-image: url('/images/web_background.jpg');
  background-repeat: repeat-x;
  font-size:75%;
  }

  #pagebody{
  width:75em;
 /* height:43.75em;*/
  margin:0 auto;
  background-color: #4E84C4;
  padding-bottom: 1.5em;
  }
  #masthead{
  height: 7em;
  background-color: transparent ;
  padding-top: 4.67em;
  position: relative;
  }
  .container{
  }
  .rightContainer{
  padding: 0 4.5em 1em 3em;
  text-align: right;
  }
  #photoStrip{  
  height: 4.42em;
  }
  #navigation{ 
  position: absolute;
  top:2em;
  left: 4em; 
  z-index: 10;
  width: 17em;
  padding: 1em 0 0 0;
  border: 3px solid navy;
  background-color: #F0DA80;
  }
  #pamLogoType{
   text-align: center; 
   margin: -1em 0 .7em 0;
   }
   .navLinks{
   display: block;
   border-top: 2px solid navy;
   text-align: center;
   padding: .1em 0;
   }
   #navigation ul {   
   list-style-type: none;
   }
   a.navLinks{
   text-decoration: none;
   }
   a.navLinks:link{
color: navy;
}

 a.navLinks:visited{
 color: navy;
text-decoration: none;
 }
a.navLinks:active{
color: navy;
text-decoration: none;
}
a.navLinks:hover{
color: white;
background-color: #f33641;
}

.clear{
clear:both;
margin:0;
}

  #left{
  width:25em;
  float:left;  
  margin-top: 80px;
  margin-bottom: 30px;
  }
  #right{
  width:50em;
  float:left;
  }
  #footer{
  clear:both;
  border-bottom: 2px solid maroon;
  text-align: right;
  padding-right: 4.5em;
  font-family: serif;
  font-size:.8em;
  }
  #copy{
  color: white;
  text-align: right;
  font-size: 1em;
  padding: 1em 3em 0 2em;
  margin-top: 30px;
  }
  p{
  margin-bottom: 1em;
  }
  #smallQuote {
  width: 16em;
  font-style: italic;
  font-size: .8em;
  color: silver;
  clear:both;
  margin-left: 6.5em;
  }
  
  .normalLinks {
  color: #B3B06F;
  }
   .normalLinks a{
   text-decoration: none;
   }
  .normalLinks a:link{
color: #B3B06F;
}

 .normalLinks a:visited{
 color: #B3B06F;
text-decoration: none;
 }
.normalLinks a:active{
color: #B3B06F;
text-decoration: none;
}
.normalLinks a:hover{
color: #006666;
} 


