body {
 font: arial, helvetica, sans-serif;
 font-size:18px;
}

#amscheader {
background: darksalmon url(../banner.jpg) no-repeat scroll left top;
color:#581D21;
height:90px;
margin:0pt;
padding:5px 0px 0px 5px;
font-size: 24px;
text-align:right;
}


#menu ul {
        list-style: none;
        padding: 0;
        margin: 0;
}

#menu li {
        display: inline;
        margin: 0 2px 0 0;

}

#menu a {
        padding: 0 1em;
        font-size:80%;
        text-decoration: none;
        color: #a80;
        background: Papayawhip;
}

#menu a:hover {
        background: #fc0;
        color: #540;
}

#menu #selected {
}

#menu #selected a {
        padding-bottom: 2px;
        font-weight: bold;
        color: black;
        background: GoldenRod;
}

#content {
      /*   border-top: 5px solid GoldenRod;
        border-bottom: 5px solid GoldenRod;
        border-left: 5px solid GoldenRod;
        border-right: 5px solid GoldenRod; */
        background: white;
        padding: 1em;
}

#content p {
        margin: 0;
        padding: 1em;
}

#stats
      {
   float: left;
   width: 50em;
   margin-left: 5px;
   padding-top: 1em;
		}
#more
		{
			padding-top: 1em;
			margin: 0 2em 0 200px;
		}
#footer
		{
			clear: both;
			background-color: white;
 		        padding: 1em;
			text-align: right;
			border-top: 1px solid #333;
		}

h1 {
font-size:160%;
margin:0px;
padding:0px;
}
h2 {
font-size:120%;
margin:0px;
padding:0px;
}
h3 {
font-size:100%;
margin:0px;
padding:0px;
}
h4 {
font-size:100%;
margin:0px;
padding:0px;
}
h5 {
font-size:100%;
margin:0px;
padding:0px;
}


/*   a:hover {
   position: relative;
  } */
  a span {
   display: none;
  }
  a:hover span {
   display: block;
   position: absolute; top: 35ex; left: 20em; width:30em;
   /* formatting only styles */
   padding: 5px; margin: 10px; z-index: 100;
   background: lightcyan; border: 1px dotted #c0c0c0;
   color:black;
   font-weight:bold;
   font-size:70%;
   opacity: 0.95;
   /* end formatting */
  }
  a:hover span td {
      font-weight:bold;
   font-size:70%;
  }
a {
color:#0B4C83;
text-decoration:none;
}
a:link {
color:darkorange;
text-decoration:none;
}
a:visited {
color:darkred;
text-decoration:none;
}
a:hover {
color:limegreen;
text-decoration:none;
}


.photogrid {
  background-color: lightgoldenrodyellow;
  vertical-align: top;
  font-size:75%;
  font-family:sans-serif;

}

.imagefloat {
background-color:lightgoldenrodyellow;
border:1px solid #9FA41D;
margin:0pt 0pt 10px 10px;
padding:2px;
float:right;
 font-family:sans-serif;
 font-size:75%;
}

.imagefloatright {
background-color:lightgoldenrodyellow;
border:1px solid #9FA41D;
margin:0pt 0pt 10px 10px;
padding:2px;
float:right;
font-family:sans-serif;
font-size:75%;
}

.imagefloatleft {
background-color:lightgoldenrodyellow;
border:1px solid #9FA41D;
margin:10px 10px 0pt 0pt ;
padding:2px;
float:left;
 font-family:sans-serif;
 font-size:75%;
}


