@charset "utf-8";
/* CSS Document */

body {
	width: 100%;
}

.centerBlock {
	display: none;
}

.buttonList {
	width: 100%;
	overflow: hidden;
}

.buttonList a {
	margin: 0 1.5% 3em 12%;
	width: 30%;
}

p {
	padding: .5em .5em;
	line-height: 1.1em;
}

.sideNav {
	display: none;
}

#family th:nth-child(3) {
display:none;
}

#family td:nth-child(3) {
display:none;
}

.quickIndex {
	font: bold 2em/2.2em Verdana, Geneva, sans-serif;
	text-transform: capitalize;
	color: #333333;
	padding: .2em 0em 1em 2em;
	text-indent: 0;
	text-align: left;	
}


.leftBox {
	width: 100%;
	float: left;
	margin-bottom: 0;
}

.rightBox {
	clear: left;
	width: 100%;
	float: left;
	margin-bottom: 1em;
}
