iframe {display:none;!important}
body {
	margin: 0px;
	padding: 0px;
	background-color: #99cc66;
	/* background: url(../images/background-light.gif); */
}
.container {
	margin: 0px auto;
	border-left-style: double;
	border-left-color: #339900;
	border-left-width: 2px;
	border-right-style: double;
	border-right-color: #339900;
	border-right-width: 2px;
	width: 980px;
	background-color: #ffffff;
}
.top-border {
	height: 11px;
	background-color: #339900;
	
	}
.title {
	display: block;
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 5px;
	text-align: center;
}
.line {
	display: block;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 0px;
	background: #ffffff;
	height: 2px;
	line-height: 0px;
	background: url(../images/line.gif) repeat-x;
}
.menu {
	display: block;
	height: 20px;
	background-color: #99cc66;
	padding-left: 33%;
	padding-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #ffffff;
}
.menu ul { /* general positioning of list, removes bullets */
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.menu li { /* level 1 item positioning, width, right positioning between items */
	float: left;
	position: relative;
	margin-right: 25px;
}
.menu a {
	color: #339900;
	text-decoration: none;
}
.menu a:link {
	color: #339900;
}
.menu a:hover {
	color: #06f;
	text-decoration: underline;
}
.text {
	padding-top: 5px;
	margin-right: 30px;
	margin-left: 30px;
	text-align: left;
	color: #000000;
	font-size: 14pt;
	font-family: "Georgia", Georgia, "Times New Roman", Times, serif;
	line-height: 18pt;
}
.text h3, h4 {
	margin-bottom: -10px;
}
.text a {
	color: #9a7b68;
}
.text a:link {
	color: #9a7b68;
}
.text img {
	border: solid #9a7b68 1px;	
}
.footer-gold {
	line-height: 0px; 
	font-size: 0px;
	height: 11px;
	background: url(../images/footer-gold.gif) repeat-x;
}
.copyright {
	font: 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 10px;
	background-color: #ffffff;	
}