h1 {
	font-size: 48px;
	font-style: italic;
	font-weight: normal;
	color: #006600;
	text-align: center;
}
h2 {
	font-size: 18px;
	color: #2c6b34;
	font-weight: bold;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: italic;
	font-weight: normal;
	color: #990000;
	text-align: center;
}
ul {
	display: block;
	margin: 0px;
	padding: 0px;
}
li {
	display: block;
	margin: 0px;
	padding: 5px;
	list-style-type: none;
}
#page {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	float: left;
	width: 350px;
}
#top {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
}
#clear {
	clear: both;
}
#visit {
	text-align: center;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}
#links {
	text-align: left;
	width: 200px;
	float: left;
}
#links a {
	background-color: #006600;
	display: block;
	padding: 5px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#links a:hover {
	background-color: #009900;
}
#imageRightHeader {
	width: 234px;
	margin-right: auto;
	margin-left: auto;
}
#imageL {
	float: left;
	border: 2px solid #000000;
	margin-right: 10px;
	padding: 0px;
}
a {
	color: #0000CC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.green {
	font-size: 18px;
	font-weight: bold;
	color: #006600;
}
.px18 {
	font-size: 18px;
}
.red {
	font-size: 18px;
	color: #990000;
	font-weight: bold;
}
.smallRed {
	font-size: 14px;
	color: #990000;
}