a:hover, a:active, a:focus, a:active {
    outline: none;
    -moz-outline-style: none;
}
h1 {
	font-family: "Times New Roman", Georgia, serif;
	color: #832b34;
	font-size: 22px;
	width: 100%;
	border-bottom: 2px solid #862c35;
	margin-bottom: 0px;
}
h2 {
	font-family: "Times New Roman", Georgia, serif;
	color: #000;
	font-size: 16px;
	font-style: italic;
	line-height: 1.2;
}
p {
	font-family: "Times New Roman", Georgia, serif;
	font-size: 14px;
	line-height: 16px;
}
blockquote {
	font-weight: bold;
	font-style: italic;
}

#bottom {
	font-family: Arial, "MS Trebuchet", sans-serif;
}
#donation a {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
	#donation a:hover {
		color: #862c35;
	}
#news p {
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 11px;
	margin: 0 0 12px 0;
}
#news a {
	color: #333333;
	font-size: 11px;
	text-decoration: none;
}
	#news a:hover {
		color: #862c35;
	}
	#news #allnews {
		font-weight: bold;
	}
#learn p, #tour p {
	font-size: 11px;
}
#learn a, #tour a {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
	#learn a:hover, #tour a:hover {
		color: #862c35;
	}
#footer p {
	font-family: "Times New Roman", Georgia, serif;
	font-size: 11px;
	margin: 5px 0 0 0;
}
#footer a {
	text-decoration: none;
	color: #333333;
}
	#footer a:hover {
		color: #862c35;
	}
#interiortitle h1 {
	color: black;
	border: none;
	font-size: 18px;
	margin: 0;
}
#interiornav a {
	width: 102px;
	height: 20px;
	display: block;
	padding-left: 20px;
	padding-bottom: 5px;
	color: #000;
	text-decoration: none;
}
	#interiornav a:hover, #interiornav .subselected {
		background-image: url(../images/interiornavhover.gif);
	}
#interiorright {
	font-size: 14px;
}

	#interiorright a {
		color: #832b34;
	}
	
	#interiorright a:hover {
		color: #333333;
	}
		
ul,ol {
	font-family: "Times New Roman", Georgia, serif;
	font-size: 12px;
	line-height: 1.3;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	}

/*CONTACT STYLES*/
.error {
	background-color: #ff0000;
	border: 2px solid #660000;
	color: #fff;
	text-align: center;
	width: 396px;
}
.confirm {
	background-color: #99FF66;
	border: 2px solid #72AD2D;
	color: #000;
	text-align: center;
	width: 396px;
}	
