@charset "utf-8";
/* CSS Document */

body {
	width: 100%;
	}
	
h1 {font-size: 4em; }
	
h3 { font-size: 2.5em; line-height: 1.2em; }
	
p { font-size: 1.6em; line-height: 1.4em; }

.billBoard p { font-size: 1.6em; line-height: 1em; }

.billBoard a { font-size: 1em; }
	
.buttonDesign { margin: 0 6% 0; }

.centerBlock {  width: 90%; margin:0 0 0 10%; }
	

body .sideNav {
	left: .5%
	}
	
.twoColumnBox {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
}
	
.clearBoth {
	clear:both;
	width:89%;
	margin:0 auto 0;
	}
	
.rightImage {
	width: 70%;
	margin: 0 auto 1em;
	padding-bottom: 0;
}

.leftImage {
	width:70%;
	margin: 0 auto 1em;
	padding-bottom: 0;
}

.centerImage {
	padding: 0;
	margin: 0 auto 1em;
}

td:nth-child(2) { font-size: 1.65em; font-height: 1.2em;}
	
