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

body {
	background-color: #486d55;
	background-attachment: fixed;
	background-image: url(frontpage-bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 1.5em;
	color: #FFFFFF;
	text-align: center;
}
.style1 {
	font-size: large;
	text-align: center;
}
.style2 {
	font-size: 26px;
	font-weight: bold;
}
.xsmall {
	font-size: 10px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FFFFFF;
	font-variant: normal;
	font-weight: lighter;
	text-align: center;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
}
#textwrap  h1, #textwrap h2, #textwrap h3 {
	color: #486D55;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;
}
#textwrap {
	width: 725px;
	margin-right: auto;
	margin-left: auto;
	background-color: #B1C6B5;
	border: 1px solid #000000;
	padding: 20px;
}
#textwrap p {
	text-align: left;
	text-indent: 15pt;
	color: #000000;
}
a {
	color: #CFE0D0;
	text-decoration: underline;
}
#textwrap a {
	color: #486D55;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

