@charset "UTF-8";
/* CSS Document */

Body
{
	background-image: url(images/pagebackground.jpg);
	background-repeat: repeat-x;
	margin: 0 auto;
}

#pagecenter
{
	width: 100%;
	height: 1038px;
	margin: 0 auto;
	background-image: url(images/pagecenter.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#flasharea
{
	width: 909px;
	height: 1038px;
	margin: 0 auto;
}


/* Non-Flash Site */

#slogan
{
	width: 835px;
	height: 25px;
	margin-left: 42px;
	margin-top: 105px;
	float: left;
	display: inline;
	color: #56973e;
	font-family: "Times New Roman", Times, serif;
	text-align: right;
	font-style: italic;
	font-size: 20px;
}

#menu
{
	width: 810px;
	height: 25px;
	margin-left: 42px;
	margin-top: 9px;
	float: left;
	display: inline;
	color: #FFF;
	text-align: left;
}

#contentpane
{
	width: 848px;
	height: 382px;
	margin-top: 10px;
	margin-left: 30px;
	float: left;
	display: inline;
	text-align: left;
}

#copyright
{
	width: 810px;
	height: 25px;
	margin-left: 42px;
	margin-top: 33px;
	float: left;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #f4ead5;
	text-align: center;
}

.Normal
{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #6e522e;
}

H1
{
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	color: #56973e;
	line-height: 20px;
	font-variant: normal;
	text-transform: inherit;
}

A:link
{
	color: #FFF;
	text-decoration: none;
}

A:visited
{
	color: FFF;
	text-decoration: none;
}

A:active
{
	color: #FFF;
}

A:hover
{
	color: #FFF;
	text-decoration: underline;
}

.H2
{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #6e522e;
}

.H3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #5c5c5c;
}


