/* CSS Document */
* {
	margin: 0;
	pardding: 0;
	border: none;
}
html, body {
	height: 100%;
	background-color: #C9DAAA;
	font-family: helvetica, sans-serif; 
	font-size: 11px; 
	line-height: normal;
}
#wrapper {
	width: 981px;
	margin: 0 auto;
}
a:link, a:visited, a:active {
	color: #788A57;
	font-weight: bold;
	text-decoration: underline; 
}
a:hover {
	color: #788A57;
	font-weight: bold;
	text-decoration: none; 
}
#flashContent {
	z-index: 1; 
	width: 981px; 
	height: 570px; 
	text-align: center; 
	top: 0px; 
	left: 0px;
}
#iframeHolder {
	z-index: 2;
	position: absolute;
	margin-right: 25px;
	margin-left: 25px;
	width: 931px;
	height: 550px;
	top: 25px;
	left: 0px;
}
#container {
	position: relative;
	clear: both;
	width: 981px; 
	height: 520px;
}
.footerLinks {
	float: left;
	width: 981px;
	color: #384B1B;
	font-size: 11px;
	text-align: center;
	height: 15px;
}
.copyrightext {
	float: left;
	width: 981px;
	color: #384B1B;
	font-size: 9px;
	text-align: center;
}