#Layer1 {
	left:27px;
	top:25px;
	width:680px;
	z-index:1;
	border: 1px solid #996633;
	padding: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
	background-color: #FFFFFF;
}
.navbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #E4DBCA;
	background-color: #687a6d;
	font-size: 14px;
	font-weight: bold;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 8px;
	padding-left: 4px;
}
.navbar a:link {
	color: #E4DBCA;
	text-decoration: underline;
}
.navbar a:visited {
	color: #E4DBCA;
	text-decoration: underline;
}

.navbar a:hover {
	color: #ffffff;
	text-decoration:none;
}

body {
	text-align:center;
	background-color: #e4dbca;
}
.smalltext {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
}
#Layer1 h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	border-bottom-style: solid;
	border-top-color: #BB8453;
	border-right-color: #BB8453;
	border-bottom-color: #BB8453;
	border-left-color: #BB8453;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

a:link {
	color: #8a7a5e;
	text-decoration:underline;
}
a:visited {
	color: #8a7a5e;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
