@charset "utf-8";
/* CSS Document */

body {
	width: 100%;
}
	
.centerBlock {
	display: block;
	width: auto;
	overflow: hidden;
	float: right;
}

.buttonList {
	width: 100%;
	overflow: hidden;
}

.buttonList a {
	margin: 0 1.5% 3em 10%;
}

p {
	padding: .5em .5em;
}

.sideNav {
	display: none;
}

/*Quick Index styles begin*/

.quickIndex {
	font: bold 2em/2.2em Verdana, Geneva, sans-serif;
	text-transform: capitalize;
	color: #333333;
	padding: .2em 0em 1em 0em;
	text-indent: 0em;
	text-align: left;	
}

.leftBox {
	width: 49%;
	float: left;
	padding-left: 1%;
	margin-bottom: 2em;
}

.rightBox {
	width: 50%;
	float: right;
	margin-bottom: 1em;
}