@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/woodbk1.jpg);
	background-repeat: repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	
}

a:link {
	color:#660000;
	text-decoration: none;
}

a:visited {
	color:#000000;
	text-decoration: none;
 }

a:focus { color:#990000;
	text-decoration: none;
	}

a:hover {
	color:#333333;
	text-decoration: none;
	font-weight:bold;
 }

a:active { color:#990000;
	text-decoration: none;
	 }

.current {
	color:#660000;
	background-color:#FFFFFF;
	text-decoration: none;
	width: 200px;
	height: 22px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #660000;
	border-right-color: #660000;
	border-left-color: #660000;
}

.menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	width: 155px;
	height: 22px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	
}

.menu li {
	color: #FFFFFF;
	background-color: #FF0000;
	text-decoration: none;
}
.menu a:link {
	color: #FFFFFF;
	text-decoration: none;
	height: 22px;
	width: 150px;
	
}
.menu a:hover {
	color: #990000;
	font-weight:bold;
	text-decoration: none;
	height: 22px;
	width: 150px;
}
.menu a:active {
	color: #333333;
	text-decoration: none;
	height: 22px;
	width: 150px;
}
#thankyoubox {
	background-color: #FFFFFF;
	padding: 15px;
	height: 300px;
	width: 500px;
	border: thin solid #000000;
	position: relative;
	left: auto;
	right: auto;
}
.PageHead1 {
	font-size: 24px;
	font-weight: bold;}
	
.header1 {
	font-size: 16px;
	font-weight: bold;
}
.redemphasis {
	color: #FF0000;
}
.style1 {
	font-size: 14px;
	font-weight: bold;
}
.style2 {
	font-size: 14;
	font-weight: bold;
}
