/* ZERO OUT GLOBAL ELEMENTS --------------------------------- */

body, h1, h2, h3, h4, p, ul, li {
  margin: 0px; /* Removes default margin that some browsers add. */
  padding: 0px; /* Removes default padding that some browsers add. */
}

/* STYLE THE MAIN WRAPPER DIV ------------------------------- */

#wrapper {
	text-align: left; /* Resets the text alignment to left to override what was set for versions of WinIE5. */
	width: 500px; /* Sets the overall width of the layout. */
	margin: 0px auto; /*Centers the content of the page within the window in all but versions of WinIE5. IMPORTANT margin-top: 0px didn't cernter the page if Firefox. */
}


body {
	background-color:#466F79;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}
#top {
height:30px;
margin:20px 0px 0px 0px;
}
h1 {

	font:1.4em "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color:#FAFAE6;
	text-align: center; /* Centers items in nav list. */
}
h2 {
	font:1em "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color:#400040;
	text-align: center; /* Centers items in nav list. */
}

/* STYLE THE NAVIGATION DIV ---------------------------------*/


#content {
	background:#FAFAE6;
	/* width: 600px; */
	margin:20px 0px 0px 0px;
	padding:25px;
}
#content ul {
	font-size: 100%; /* Sets the font size to 100% of the user's browser preference, */
	text-align: center; /* Centers items in nav list. */
	list-style: none; /* Removes default list bullets. */
}
#content li a:link {
	color: #466F79; /* Sets color of links. */
	font:Bold .9em Arial, Helvetica, sans-serif;
	text-decoration: none; /* Removes default underline on links. */
}
#content li a:visited {
	color: #466F79; /* Sets color of unvisited and visited links to  white. */
	/* color: #518DBA; /* Changes text color of links to blue on hover, activation, and focus. */	
	font:Bold .9em Arial, Helvetica, sans-serif;
	text-decoration: none; /* Removes default underline on links. */
}

#content li a:hover, #content li a:active, #content li a:focus {
	color: #518DBA; /* Changes text color of links to blue on hover, activation, and focus. */
}

/* CLASSES */

.footnote {
	font-family: "Times New Roman", Times, serif;
	font-size: .8em;
	color:#400040;
}
