
H1, H2, H3, H5 {font-family: 'Montserrat', sans-serif;
	color:#87BA41;
 	padding-top: 0px; padding-bottom: 0px;
	margin:5px;
	}

/* custom styling added for H4 element */
H4 {	font-family: 'Montserrat', sans-serif;
	color:#87BA41;
 	padding-top: 0px; padding-bottom: 0px;
	top-margin: 1.61em;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	}


Body {	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	margin: 20px 50px;
	background: #FFFFFF;
	}

A:link { color:#3677D2;}

/* "auto" makes the left and right margins center the wrapper */
#wrap { 
	width: 1000px; 
	margin: 0 auto; 
}

/* styling to contain linechart */
#linechart {
	width: 1000px;
	height:400px;
	}


/* Kudos to PabloG for the table styling! */
Table {	width: 100%;
	border: none;
	border-spacing: 0;
	border-top: 1px solid #ccc;
	font-weight: 400;
	text-shadow: none;
	}
                        
	table td, table th{border: none; margin: 0; padding: 0.4rem 1rem; border-bottom: 1px solid #ccc;}
	table tr:hover{background-color: #f0f0f0; color: #000; text-shadow: 0 1px 2px #fff;}
	table > tr:first-child, tbody > tr:first-child {background-color: #eee;}
	tr td:first-child, tr th:first-child{text-align: left;}
	table a, table a:visited{text-decoration: none; color: #0096eb;}



#familysearch_logo {
	background-image: url(FS_logo_with_tree_2013_small.png);
	display: block;
	height: 56px;
	width: 216px;
	no-repeat 50px 20px;
	}
/*	no-repeat 50px 20px; 	This was included as part of the CSS when the logo image was part of the background	*/
/* solution found at http://ran.ge/2012/04/03/css-trick-turning-a-background-image-into-a-clickable-link-take-2 */

#Other_records_table_div {margin-bottom: 20px;}

/* This section is for the tooltip in the treemap */
/* removed see CM_Style.css for style */
/* End treemap tooltip */


/* This section is for the nav bar */

UL {list-style-type: none; margin: 0; padding: 0; overflow: hidden; background-color: #ECEBEA;}
LI {float: left; }

#NAV A:link, a:visited { display: block; width: 200px; text-decoration: none; color: #4D4D4A; 
	padding: 10px;
	text-align: center;
	font-family: "Verdana", ssans-serif;
	font-weight: normal;
	Font-size: 16px;
	}
#NAV A:hover, A:active { background-color: #E1ECC3;}

/* End nav bar */

.Parent div { float: left; clear: none;}

.two_tables {
	display: block;
	width: 1000px;
	margin: 0 auto;
	}

P	{font-family: sans-serif;
	margin-left: 10px;
	color: #5D5D5B;
	}

/* This section is for the date stamp */

P.date {font-family: monospace;
	margin-left: 10px;
	font-size: 10pt;
	color: #4C4C49;
	}

/* End date stamp */