@charset "UTF-8";

/* CSS Document */

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	line-height: 135%;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #5B4231;
	text-align: center;
	line-height: 30px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h4 {
	margin: 10px;
	padding: 10px;
}
h5 {
	margin: 10px;
	padding: 10px;
}
h6 {
	margin: 10px;
	padding: 10px;
}
p {
		text-align: left;
		margin: 5px;
		padding: 5px;
		font: 14px/22px Verdana, Geneva, sans-serif;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 20px;
	background-image: url(../pics/bark3.jpg);
}
td {
	margin: 10px;
	padding: 10px;
}
cite {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	line-height: 22px;
}
ul {
	text-align: left;
}
li {
	text-align: left;
}

a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	padding-left: 10px;
}

a:link
{
	color: #4C4C00;
	text-decoration: none;
	font-size: 14px;
	line-height: 20px;
}

a:visited { color: #666666; }

a:hover
{
	color: #006600;
	text-decoration: underline;
	background-color: #FFFF00;
	text-align: center;
}

.inlinelink a:link
{
	color: #4B3A25;
	text-decoration: none;
	font: bold 13px/20px Georgia, "Times New Roman", Times, serif;
	}

.inlinelink a:visited
{
	color: #666666;
}

.inlinelink a:hover
{
	font-style: normal;
	color: #1E5B00;
	text-decoration: underline;
	background-color: #FFFF00;
	background-image: url(../pics/bkgnd.jpg);
	background-repeat: repeat-y;
}
#campground  {
	border: 15px inset #660;
	background-image: url(../pics/Wood2.jpg);
}
#maintable {
		border:15px outset #606000;
		background-image: url(../pics/Parchment.jpg);
		text-align: left;
		width: 750px;
		margin: auto;
		padding: 0px;
} 
.rightjustify {
	text-align: right;
}
.leftjustify {
	text-align: left;
}
input {
	background-color: #FF9;
}
textarea {
	background-color: #FF9;
}
.submitbutton {
	border: 3px groove #660;
	background-color: #FF3;
	text-align: center;
}
.centerit {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
}
.redfont {
	color: #F00;
}
.YNOT {
	visibility: hidden;
}
