/* created by an ermine */
/* top level body stuff - least specific. Gives a sort of rollover effect
on hyperlinks with the hover pseudo attribute */

body		{
		background:	#ffffe8;
		}
p		{
		font-family:	"Times New Roman", Times, serif;
		color:		#000000;
		}
h1		{
		font-family:	Arial, Helvetica, Verdana, sans-serif;
		font-style: 	normal;
		text-align:	center;
		color:		#ff9900;
		}
h2, h3, h4, h5	{
		font-family:	Arial, Verdana, Helvetica, sans-serif;
		color:		#000000;
		text-align:	center;
		}

A:link 		{ color: blue }
A:visited 	{ color: purple }
A:active 	{ color: red }
A:hover		{ color: red }

/* Subject Header Pages (ie Level 2 topics) */


.subjheadpg
		{ 
		margin-left: 5%;
		margin-right: 5%;
		}


.minitxt	{ font-size: x-small;
		  font-family: Verdana, Arial, Helvetica, sans-serif;
		}


.subheader	{
		color:		#008080;
		font-weight:	bold;
		}
.pullquote	{
		color:		#8080ff;
		font-weight:	bold;
		}

.faded		{
		color:		#808080;
		}

/* Link and photocredit classes. */

.lnk 		{ font-size: small;
		  font-family: Verdana, sans-serif;
		  text-align:	center; }

.photocredit	{
		font-style: 		italic ;
		font-size: 	60%;
		color:		navy;
		font-family: 	"Times New Roman", Times, serif;
		}

.link_image {  color: #ff0000;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color:
	#ffffff;
	border-right-color: #ffffff;}


.illustration {
		text-align:	center;
                margin: auto;
                margin-top: 2em;
		}
#map 	{
                border:1px solid black;
                margin: auto;
		}

#content {
      width: 90%;
      margin:1em auto;
      /* border: 1px solid black; */
      text-align:left;
      max-width: 1024px;
      }

.floatright {
        float: right;
        border: 0;
        margin: 1em;

	}
.floatleft {
        float: left;
        border: 0;
        margin: 1em;
	}

.preload {
        display: none;
        }

#webring table {
         background-color: #eeeeee;
         width: 75%;
         }



@media print {
#webring {
        display: none;
        }



.lnk {
        display: none;
        }
.noprint {
        display: none;
        }

}