
body {
	font-family: abel;
	background: white;
	-webkit-font-smoothing: antialiased;
}

.centeredcol {
	margin: auto;
}

.top, .bottom {
	background: black;
}

.bottom {
	background: #025993;
	font-size: 1rem;
	color: #cccccc;
}
.prebottom {
	background: #0289c3;
	margin-top: 5%;
	padding: 3% 0 3%;
	text-align: center;
	font-size: 3rem;
	color: white;
}

.top {
	
}

	.top img.logo {
		height: 65px;
	}
	
	.banner {
		background-image: url('./images/slide-1.jpg');
		background-position: center bottom;
		background-repeat: no-repeat;
		height: 462px;
		color: white;
	}
		.bannertxt {
			margin: auto;
			margin-left: 8%; /* test */
		}
		.banner h1 {
			font-size: 4.6rem;
		}
		.banner p {
			font-size: 2.6rem;
			color: #cccccc;
		}
	
.bottom {
	font-size: 12px;
	font-weight: 400;
	padding: 25px;
}
	.bottom .right {
		float: right;
		text-align: right;
	}
	
	.bottom .right ul {
		list-style: none;
	}
		.bottom .right ul li {
			float: right;
			font-size: 20px;
			color: #555555;
			margin-left: 20px;
		}
		.bottom .right ul li a, .bottom .right ul li a:visited {
			color: #555555;
		}
		
.maincontent {
	padding-top: 35px;
	font-size: 1.3rem;
}
	.maincontent h2, h3 {
		font-size: 2.3rem;
		color: #025993;
	}
	
.twocol {
	float: left;
}

.mainlist {
	list-style: none;
}

.righto {
	text-align: right;
}
	.righto img {
		margin-bottom: 5%;
	}
	



