body  {
  padding: 0;
  margin: 0 auto; 
  font-family: Palatino, Palatino Linotype, Times New Roman, serif;
  background-color: #2F160E;
}


/**************** CONTAINER STYLES *****************/

.container {
  position: relative;
  width: 750px;
  margin: 0 auto;
  padding: 0;
}

.container-popup {
  position: relative;
  width: 500px;
  margin: 0 auto;
  padding-top: 20px;
}



/*************** MAIN BOX CONTENT *************/

.mainBox {
  position: relative;
  text-align: left;
  background-color: #FFFFFF;
}


/************* CONTENT **************/

.contentFrame {
	background-color: #FCF9EA;
	background-image: url(/images/bg-cherries.jpg);
	background-repeat: no-repeat;
	background-position: 280px 0px;
}

.contentArea {
  	position: relative;
  	padding: 24px 131px 20px 0px;
  	width: 480px;
	color: #34230C;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	text-align: left;
	text-transform: none;
	text-decoration: none;
	float: left;
}

.contentArea a {
	color: #6F8108;
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
}

.contentArea strong {
	color: #34230C;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
}

.contentArea .boldText {
	color: #333333;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	text-align: left;
	text-transform: none;
	text-decoration: none;
}

.contentArea .redText {
	color: #CA3333;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	text-align: left;
	text-transform: none;
	text-decoration: none;
}

.contentArea h1 {
	color: #34230C;
	font-size: 28px;
	line-height: 30px;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
	margin: 0px auto;
}

.contentArea h1 sup {
	font-size: 12px;
}

.contentArea h2 {
	color: #34230C;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
	margin: 0px auto;
}

.headerArea {
  	background-color: #FAF9D6;
  	padding-bottom: 1px;
  	border-bottom: 1px solid #D0D3D2;
}

.headerArea img {
  	border: 0px;
}

/************* MENU STYLES **************/

.menuArea {
  	position: relative;
  	width: 240px;
  	padding: 28px 20px 18px 20px;
	float: left;
}


.dropTextHide   { display: none; margin: 0px; }
.dropTextShow   { display: block; margin: 0px; }


/************* POP-UP STYLES ************/

.popupLeft {
  	background-color: #FFFFFF;
  	padding: 0px 20px 0px 30px;
	color: #666666;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	text-align: left;
	text-transform: none;
	text-decoration: none;
}

.popupLeft a {
	color: #004090;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
}

.popupLeft h1 {
	position: relative;
	color: #333333;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	letter-spacing: 0.07ex;
	margin: 0px auto;
}

.popupRight {
  	background-color: #FFFFFF;
  	border-left: 1px solid #CCCCCC;
  	padding: 0px 30px 0px 20px;
	color: #333333;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	text-align: left;
	text-transform: none;
	text-decoration: none;
}

.popupFooter {
  	background-color: #FFFFFF;
  	border-bottom: 0px solid #004090;
  	padding: 30px 0px 0px 0px;
}



/************* FOOTER ************/

.footerArea {
	background-image: url(/images/bg-footer.jpg);
	background-repeat: repeat-x;
}

.footerArea a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	padding-left: 10px;
	text-decoration: none;
}


