@charset "utf-8";
/* CSS Document */
body {
	padding: 0;
	margin: 0;
	border: 0;
	background: fixed repeat url(/blueknotbg.gif) navy;
	color: black;
	}
a:link {
	color: #0000CC;
	text-decoration: underline;
	background: transparent;
	}
a:visited {
	color: #000066;
	text-decoration: underline;
	background: transparent;
	}
a:hover {
	color: #d3be90;
	background: #000066;
	text-decoration: none;
	}
a:active {
	color: #d3be90;
	background: #000066;
	text-decoration: none;
	}
	
a.left:link { text-decoration: none; color: transparent; background: transparent; }
a.left:visited { text-decoration: none; color: transparent; background: transparent; }
a.left:hover { text-decoration: none; color: transparent; background: transparent; }
a.left:active { text-decoration: none; color: transparent; background: transparent; }

		
.parchment {
	background: #d3be90 repeat url(/parchment.jpg); 
	font-family: Georgia, Arial, Helvetica, "Times New Roman", Times, serif;
	font-size: medium;
	color: black;
	border-left: groove #d3be90 4px;
	border-right: groove #d3be90 4px;
	border-bottom: groove #d3be90 4px;
	}
.pagecontent {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.footnote {
	font-size: 9px; 
	color: #968a73;
	text-align: center;
	}
.copyright {
	font-size: 10px; 
	color: #897241;
	text-align: center;
	}
	
h1 {
	font-size: x-large;
	color: #000066;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	letter-spacing: 3px;
	font-size-adjust: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	}
h3 {
  font-size: medium;
	color: #000066;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	
		
	
	}
.small {
	font-size: small;
	text-align: right;
	}
.bottommenu {
	text-align: center;
	font-weight: bold;
	}
