body{
	background-color: #C8C6AE;
	margin: 0px;
}
body, table{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6D613F;
	font-size: 10pt;
}
a, a img, h4, .purple, .title {
	color:#95649F;
	border: none;
}
.container {
	background-color: #F8FAE3;
	width: 900px;
	text-align: center;
}
.header {
	width: 900px;
	text-align: right;
}
.menu, .footer{
	clear: both;
	float: none;
	color: #FFFFFF;
}
.menu {
	background-color: #6D613F;
	font-size: 10pt;
	margin: 0px;	
}
.menu a{
	color: #FFFFFF;
	text-decoration: none;
	background-color: none;
	border: none;
	text-transform: uppercase
}
.menu a:hover span{
	background-color: #413925;
}
.content {
	text-align: left;
	min-height: 300px;
}
.imagediv {
	display: inline;
	float: left;
}
.buttons {
	text-align: center;
	padding-top: 5px;
}
.textdiv {
	display: inline;
	float: right;
	text-align: left;
	width: 490px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 5px;
	margin-left: 5px;
}
.title {
	font-size: 22pt;
	margin-top: 15px;
}
.ifrmdiv {
	display: inline;
	float: right;
	text-align: left;
	width: 475px;
}
.ifrmdiv iframe{
	border: none;
	height: 400px;
	width: 475px;
}
.footer {
	background-color: #2B2719;
	font-size: 10pt;
	padding: 5px 0px;
	text-align: center;
	font-weight: normal;
}
.footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
.footer span {
	padding: 0px 15px;
}
.quotebox {
	background-color: #D9F0FE;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.quotebox h5 {
	font-style: italic;
}
.quotebox p {
	color: #000000;
}