body {
	margin-top: 0;
	padding-top: 0;
	text-align: center;
	background: repeat url(/images/green-bg.jpg);
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #632920;
	font-size: 1em; }
	
a:link, a:visited { 
	color: #632920;  }
	
a:hover, a:active { 
	color: #d97732; }

#container {
	margin-left: auto;
	margin-right: auto;
	width: 50em;
	text-align: left;
}

#tip {
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 5px; }	

#tip h2 {
	font-weight: bold;
	font-size: .9em; 
	margin-bottom: 0;
	padding-bottom: 0;}

#tip p {
	font-size: .8em; 
	margin-top: 0;
	padding-top: 0; }
		
#subscribe {
	font-size: .8em; 
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 10px; }	
	
#nav { 
	white-space: nowrap; 
	margin: 0;
	padding: 0;}

#topLinks {
	text-align: center;
	text-size: .9em;
	padding-top: 15px; 
	padding-bottom: 15px; }

#content {
	margin-left: 27px;
	margin-right: 30px; }

#content h1 {
	font-weight: bold;
	font-size: 1.4em; 
	margin-bottom: 0;
	padding-bottom: 0; }

#content h2 {
	font-weight: bold;
	font-size: 1.1em; 
	margin-bottom: 0;
	padding-bottom: 0; }

#content p {
	font-size: 1em; 
	margin-top: 0;
	padding-top: 0;}

#footer {
	padding-top: 10px;
	font-size: .8em; 
	text-align: center; }

.accordion, .accordion_odd {
	background-color: #88bacb; 
	padding: 10px 20px; }

.accordion_odd {
	background-color: #b0d1dc; }

div.link {
	padding: 5px;  }


/* 
================================================
styling for footnotes begins here
================================================
*/

/* footnotes as they original appear inline, before reformatting */
#container span.footnote {
	font-size: .8em;
	color: #f30;
}

/* footnote links in text */
#container a.ftnlink {
	vertical-align: super;
	font-size: 0.8em;
}

/* div to hold all reformatted footnotes */
.footnoteholder {
	border-left: 1px solid #ccc;
	margin: 20px 0 20px 0;
	padding: 20px 10px 10px 10px;
	font-size: 0.8em;
	line-height: 1.2em;
}

/* div to hold single reformatted footnote */
.footnoteholder div.footnote {
	margin: 0;
}
	