@charset "UTF-8";
/* CSS Document */
	
body {
	background-color:#eee0f0;
	padding:0;
	margin:0;
	font-family: Helvetica, Arial, sans-serif;
}
.wrapper {
	margin: 40px auto 0 auto;
	width: 900px;
	height:635px;
	padding: 0;
	border:none;
}
.copyright {
	font-family: Helvetica, Arial, sans-serif;
	color: #c1d5a3;
	font-size: 9px;
	text-align:right;
	vertical-align:bottom;
	margin: 0px auto 0 auto;
	width: 900px;
	padding: 10px 0 0 0;
	line-height: 1;
}
/*  for Headline on Home Page */
.text_headline_olivegrn {
	color:#b1af8e;
	font-size:11px;
	letter-spacing: 3px;
	line-height:1.8;
}
/* ---------------------------------------------------------- */
/*  for Newsletter Page text */
.text_headline_olivegrn2 {
	color:#b1af8e;
	font-size:10px;
	letter-spacing: 2px;
	line-height:1.6;
}
/* ---------------------------------------------------------- */

.text_headline_purple {
	color:#b47bbc;
	font-size:10px;
	letter-spacing: 2px;
	line-height:1.6;
}
.text_headline_purple a:link {
	color:#b47bbc;
	text-decoration:none;
}
.text_headline_purple a:visited {
	color:#b47bbc;
	text-decoration:none;
}
.text_headline_purple a:hover {
	color: #b47bbc;
	text-decoration:underline;
}
.text_headline_grey {
	color:#959595;
	font-size:10px;
	letter-spacing: 2px;
	line-height:1.6;
}
.text_headline_grey a:link {
	color:#959595;
	text-decoration:none;
}
.text_headline_grey a:visited {
	color:#959595;
	text-decoration:none;
}
.text_headline_grey a:hover {
	color: #959595;
	text-decoration:underline;
}
/*  for FAQ Questions above the answers (not for table of contents) */
.text_headline_grey2 {
	color:#959595;
	font-size:10px;
	letter-spacing: 2px;
	line-height:1.6;
	text-decoration:none;
	margin-top: 15px;
}
/* ---------------------------------------------------------- */
.text_generalcopy {
	color:#598c42;
	font-size:11px;
	letter-spacing: 1px;
	line-height:1.6;
}
.text_generalcopy a{
	text-decoration:underline;
	font-size:11px;
	letter-spacing: 1px;
	line-height:1.6;
}
.text_generalcopy a:link {
	color:#598c42;
	text-decoration:underline;
}
.text_generalcopy a:visited {
	color:#598c42;
	text-decoration:underline;
}
.text_generalcopy a:hover {
	color: #b47bbc;
	text-decoration:underline;
}
/*  for color change -- grey */
.text_generalcopy span {
	color:#959595;
}
/* ---------------------------------------------------------- */


/*  .content_area, #pane1, .jScrollPaneDrag, .jScrollPaneTrack relate to customized scroll bar */
.content_area {
	width:488px;
	border:none;
	margin: 35px 0 35px 50px;
	text-align:left;
}
#pane1 {
	overflow:auto;
	height:369px;
}
.jScrollPaneDrag {
	background-color: #b8cfaf;
}
.jScrollPaneTrack {
	background-color: #cad9c4;
}
/* ---------------------------------------------------------- */
