body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}



#container {
	width: 100%;
}



#header {
	width: 100%;
}
#headerLeft {
	width: 200px;
}
#headerLeft h1 {
	font-size: 22px;
	color: #BDAF55;
	text-align: left;
}
#headerRight {
	display: none;
}



#content {
	width: 100%;
}

#contentLeft {
	display: none;
}

#contentNewsletter {
	display: none;
}
#contentNewsletter h4 {
	margin: 0;
	padding: 0 20px 0 20px;
	border-bottom: 1px solid #BDAF55;
}

#contentBanner {
	display: none;
}

#contentText {
	width: 100%;
	color: #000000;
}
#contentText h2 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	color: #B80010;
}
#contentText h3 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #467655;
}
#contentText h3 a:link, #contentText h3 a:visited {
	color: #467655;
	text-decoration: none;
}
#contentText p {
	margin: 0;
	padding: 0 0 30px 0;
	font-size: 12px;
	line-height: 18px;
}
#contentText a:link, #contentText a:visited {
	color: #BDAF55;
	text-decoration: underline;
}

#contactForm form {
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
}
#contactForm input {
	width: 200px;
	color: #467655;
	border: 1px solid #BDAF55;
}
#contactForm textarea {
	width: 260px;
	height: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #467655;
	border: 1px solid #BDAF55;
}
#contactFormBtn {
	text-align: center;
}
#contactFormBtn input {
	width: 60px;
	margin-right: 5px;
	font-weight: bold;
	color: #BDAF55;
	background-color: #467655;
	border: 1px solid #BDAF55;
}


#footerTop {
	display: none;
}

#footerBottom {
	text-align: center;
}
#footerBottom  p {
	margin: 0;
	font-size: 11px;
	font-weight: bold;
	color: #BDAF55;
}
#footerBottom a:link, #footerBottom a:visited {
	color: #BDAF55;
	text-decoration: underline;
}
