@charset "UTF-8";
/* CSS Document */


body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; /* determines navagation size */
	line-height: 18px;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #353535;
}
.twoColFixRtHdr #container { 
	width: 920px;  /* using 20px less than a full 1000px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixRtHdr #navbar {
	font-size: 12px; /* determines navagation size */
	line-height: 20px;
	height: 26px;
	width: 920px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	overflow: visible;
	margin: 0 0 10px 0;
}
.twoColFixRtHdr #containerL {
	float: left; /* since this element is floated, a width must be given */
	width: 650px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 0 10px 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #containerLwhite {
	float: left; /* since this element is floated, a width must be given */
	width: 650px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 0 10px 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: #FFF;
}
.twoColFixRtHdr #containerR {
	float: right; /* since this element is floated, a width must be given */
	width: 260px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 0 10px 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixRtHdr #containerR-nomargin { /* for the bottom of right column to create 10px space with footer */
	float: right; /* since this element is floated, a width must be given */
	width: 260px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixRtHdr #header {
	height: 65px;
	margin: 0 0 10px 0;
} 
.twoColFixRtHdr #header h1 {
	margin: 0 0 10px 0;
}
.twoColFixRtHdr #right_sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 260px;
	margin: 0 0 10px 0;	
	background: #FFF;
}
.twoColFixRtHdr #mainContent {
	margin: 0 260px 10px 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
}
.twoColFixRtHdr #flashbox {
	height: 340px;
	width: 650px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin: 0 0 10px 0;
}
.twoColFixRtHdr #joinnow {
	height: 60px;
	width: 650px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin: 0 0 10px 0;
	background-color: #ffd605;
}
.twoColFixRtHdr #wide_sidebar {
	width: 650px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin: 0 0 10px 0;
	background-color: #FFF;
}
.twoColFixRtHdr #left_column_A {
	float: left; /* since this element is floated, a width must be given */
	width: 210px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
}
.twoColFixRtHdr #left_column_B {
	float: left; /* since this element is floated, a width must be given */
	width: 210px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin: 0 0 0 10px;	
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
}
.twoColFixRtHdr #left_column_C {
	float: left; /* since this element is floated, a width must be given */
	width: 210px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin: 0 0 0 10px;	
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
}
.twoColFixRtHdr #left_column_h210 {
	float: left; /* since this element is floated, a width must be given */
	width: 210px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin: 0 0 0 10px;
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	height: 230px;
}
.twoColFixRtHdr #left_column_D {
	width: 650px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	float: left; /* since this element is floated, a width must be given */
	margin: 10 0 10px 0;
	background-color: #FFF;
}
.twoColFixRtHdr #bookbox {
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #222222; /* the background color will be displayed for the length of the content in the column, but no further */
}
.twoColFixRtHdr #bookbox1 {
	width: 200px;
	margin-top: 10px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #97B12B;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 2px;
}
.twoColFixRtHdr #bookbox1-noline {
	width: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
}
.twoColFixRtHdr #bookbox1-noheight {
	width: 200px;
	margin-top: 10px;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #97B12B;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
}
.twoColFixRtHdr #bookbox1-240 {
	width: 240px;
	margin-top: 10px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #97B12B;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 2px;
}
.twoColFixRtHdr #bookbox1-240noline {
	width: 240px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
.twoColFixRtHdr #bookbox1-240noheight {
	width: 240px;
	margin-top: 10px;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #97B12B;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
}
.twoColFixRtHdr #bookbox1 Original with Height{
	width: 200px;
	margin-top: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #97B12B;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
	height: 110px;
}
.twoColFixRtHdr #bookbox2 {
	width: 200px;
	margin-top: 10px;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #97B12B;
	margin-bottom: 20px;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 10px;
}
.twoColFixRtHdr #bookbox3_daisy {
	width: 200px;
	margin-top: 10px;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #97B12B;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 0px;
	padding-bottom: 70px;
	background-image: url(../images/donatedaisy_bottom.jpg);
	background-repeat: no-repeat;
	}
.twoColFixRtHdr #footer {
	width: 920px;
	font-size: 11px;
	text-align: center;
	font-weight: normal;
	background-image: url(../images/footer1.png);
	background-repeat: no-repeat;
	margin: 0 0 20px 0;
	height: 75px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    line-height: 0px;
}
.underline {
	text-decoration: underline;
	color: 000000;
}
ul {  /* this class redefines the HTML for the bullet point giving you a clean slate and eliminates any indentations a browser might apply to the list. */
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	vertical-align: none;
}
li {
	background: url(../images/bullet_greensquare.gif) left top no-repeat;
	padding-left: 15px;
	margin-bottom: 5px;
	vertical-align: top;
}
.book_marginLeft {
	margin-right: 5px;
}
.book_marginRight {
	margin-left: 5px;
}
.photo_marginLeft {
	margin-right: 5px;
	margin-bottom: 10px;
}
.photo_marginRight {
	margin-bottom: 10px;
	margin-left: 5px;
}
h1, h2, h3  {
     margin:0 0 10px; 
     padding: 10px;
}
.h_bold1  {
	color: #000000;
	font-weight: bold;
}
.h_boldPink {
	font-weight: bold;
	color: #FF0066;
}
.h_boldPinkLarge {
	font-weight: bold;
	color: #FF0066;
	font-size: 18px;
}
.h_italicPink {
	color: #FF0066;
	font-style: italic;
}
.h_boldGreen {
	font-weight: bold;
	color: #60730E;
}
.h_italicGreen { /* this is the green from the nav bar. */
	color: #60730E;
	font-style: italic;
}
.detail_text { 
	font-size: 11px;
	text-align: left;
	font-weight: normal;
	color: #3300FF;
}
.p_10 {
	font-size: 10px;
	line-height: 16px;
	padding-right: 10px;
}
.p_10List {
	font-size: 10px;
	line-height: 14px;
	padding-right: 10px;
	vertical-align: top;
}
.p_10_boldPink {
	font-size: 10px; 
	line-height: 16px;
	font-weight: bold;
	color: #FF0066;
}
.p_11 {
	font-size: 11px;
	line-height: 16px;
	padding-right: 10px;
}
.p_11List {
	font-size: 11px;
	line-height: 14px;
	padding-right: 10px;
	vertical-align: top;
}
.p_11_boldPink {
	font-size: 11px; 
	line-height: 16px;
	font-weight: bold;
	color: #FF0066;
}
.blackText {
	color: #000000;
}
p {
	font-size: 12px; /* determines MOST text sizes*/
	line-height: 18px;
	margin:0 0 10px;
	padding: 10px;
}
.nav  {
	color: #ffffff;
}
a {
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #FF0066;
}
a:active {
	color: #FF0066;
}
.todoList {
	font-weight: bold;
	color: #0000FF;
}



/* the following five enables Expandable/Collapsible Content on the Media/Article pages*/

.save{
   behavior:url(#default#savehistory);
}
a.dsphead{
   text-decoration:none;
   margin-left:1em;
   font-weight: bold;
}
a.dsphead:hover{
   text-decoration:underline;
   font-weight: bold;
}
a.dsphead span.dspchar{
   font-family:monospace;
   font-weight:normal;
}
.dspcont{
   display:none;
   margin-left:1em;
}
.SafeSubscribeText {
	font-size: 10px;
	line-height: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

.ShowHideLayer{ display:none; }
.ShowHideLayerFiller{ display:block; }