 * {
  margin: 0 auto;
  padding: 0;
  font-size: 1em;
  font-family: arial, helvetica, sans-serif;
  }
  div{
  border: 1 px solid navy;
  }
  
  body {
  background-color: white;
  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;  
  }
  #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;
  }
  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;
} 

#blog {
font-size: 1.3em;
line-height: 1.5;
text-align: left;
height: 35em;
overflow: auto;
border: 0px solid red;
margin-right: -4em;
padding: 0 3em 0 1em;
}

#blogRight {
  width:60em;
  float:right;
  }

  .blogCommentsSignature {
font-style: italic;
margin: -.7em 0 1.5em 1em;
font-size: .9em;
  }

    .blogLinks {
  color: #FFCC66;
   text-decoration: none;
  }
a.blogLinks {
   text-decoration: none;
   }

a:link.blogLinks {
color: #FFCC66;
}

a:visited.blogLinks {
 color: #FFCC66;
text-decoration: none;
 }

a:active.blogLinks {
color: #FFCC66;
text-decoration: none;
}

a:hover.blogLinks {
color: #B4FBAC;
} 

.dropCap {
font-size: 5em;
float: left;
color: #FE815C;
margin: .1em .1em -.2em 0;
font-family: georgia;
font-style: italic;
line-height: .75;
}