header {
	background: #4B59C0;
	width: 100%;
	height: 250px;
	top: 0px;
	left: 0px;
	position: absolute;
}

header .headerCont {
    	margin-left: auto;
    	margin-right: auto;
	position: relative;	
	bottom: -135px;
	width: 80%;
	height: 100px;
	font-family: 'roboto_slabbold';
	letter-spacing: -6px;
}

header .headerCont img {
	width: 60px;
	height: 60px;
	position: relative;
}

header .headerCont h1 {
	display: inline;
	color: white;
	font-size: 100pt;
	z-index: 1000;
}

p, li {
	font-family: 'candelabook';
}

.body {
	top: 250px;
	left: 0px;
	padding:0px;
	position: absolute;
	background: url("images/stripe.png");
}
.body > section {
	width: 85%;
	top: 0px;
	margin-left: auto;
    	margin-right: auto;
	margin-top:0px;
	padding: 0px;
	top:0;
	border-left: solid 3px #666; 	
	border-right: solid 3px #666;
	background: white;
	-moz-border-radius-bottom: 5px;
	border-radius-bottom: 5px;
}

.body section .content {
	margin-left: 50px;
	margin-right: 50px;
	padding-top: 50px;
	padding-bottom: 50px;
}

.content .h2box {
	background: #4B59C0;
	color: white;
	width: 200px;
	height: 40px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.h2box h2 {
	position: relative;
	bottom: -13px;
	font-family: 'gandhi_serifbold';
	font-size: 24pt;
}

.content .h3box {
	background: #89F;
	color: white;
	width: 200px;
	height: 30px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 25px;
}

.h3box h3 {
	position: relative;
	bottom: -10px;
	font-size: 18pt;
	font-family: 'gandhi_serifbold';
}	

ul {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	-moz-column-count: 2; /* Firefox */
	column-count: 2;
}

.orgs {
	-webkit-column-count: 4; /* Chrome, Safari, Opera */
	-moz-column-count: 4; /* Firefox */
	column-count: 4;
	-webkit-column-gap: 0px; /* Chrome, Safari, Opera */
    	-moz-column-gap: 0px; /* Firefox */
    	column-gap: 0px;
	width: 500px;
	margin-top: 15px;
	margin-right: auto;
}

.org {
	display: inline;
}


footer {
	background: #89F;
	margin-top: -10;
	position: relative;
	height: 40px;
	width: 85%;
	margin-left: auto;
    	margin-right: auto;
	-moz-border-radius-top: 5px;
	border-radius-top: 5px;
	border-left: solid 3px #666; 	
	border-right: solid 3px #666;
}

footer p {
	color: white;
	position: relative;
	bottom: -10px;
	margin-left: 25px;
}

a:hover {
	background-color:#89F;
	padding: 2px;
	color: white;
	-moz-border-radius: 3px;
	border-radius: 3px;
}


a:link {
	color:#4B59C0;
	padding: 2px;
	text-decoration: none;
}

a:visited {
	color:#4B59C0;
	padding: 2px;
	text-decoration: none;
}

a:active {
	color:#4B59C0;
	padding: 2px;
	text-decoration: none;
} 


