@charset "utf-8";
/* CSS Document */
#text {
	top: 220px;
	background-color: #ffffff;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	overflow: visible;
	width: 600px;
	left: 300px;
	/*border: 1px solid red;*/
}

/*this relates to the coding for the scroll bar*/

#mycustomscroll {
	width: 600px;
	height: 340px;
	overflow: auto;
	border: 1px solid #3f5b2a;
	padding: 10px 15px;
}
/*end of the coding for the scroll bar*/

h1 {
	font-family: "Courier New" Courier, monospace;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #3f5b2a;
	}
	
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #3f5b2a;
	}	
	
/*this is needed to keep the borders off when I make the internal borders white no clue why*/
table {
border: 1px solid white/* #3f5b2a*/;
}

table tr td {
	padding: 7px;
	/*align: center;*/
	width: 180px;
	border:1px solid white/*#3f5b2a*/;
	}
	
 a {
	color: #3f5b2a;
	text-decoration: none;
	
	}
 a:hover {
	color: #afa681;
	text-decoration: underline;
	
	}	
	
	/*this creates the smaller font for the internal navigation for the sub-pages*/
a.internal:link, a.internal:visited {
	color: #9c5545;
	text-decoration: none;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size: 16px;
	line-height: 24px;
	outline: none;
	font-weight: lighter;
}

a.internal:hover {
	color: #727445;
	font-size: 16px;
	text-decoration: underline;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	line-height: 24px;
	outline: none;
	font-weight: light;
}

