body{
	background-color: #e5e5e5;
	font-family: 'Roboto Slab', serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #042e74;
	}

#verytop {
	width: 950px;
	margin: 8px auto;
	display: inline-block;
	}

	
#apply {
	background-color: #042e74;
	padding: 8px;
	display: block;
	margin-left: 10px;
	color: white;
	font-weight: bold;
	float:right;
	text-decoration: none;
	outline: none;
	font-size: 15px;	
}

#callus {
	float: right;
	font-size: 15px;
	line-height: 35px;
	margin-right: 50px;
}
	
	
#topleft  {
	float: left;
	font-size: 15px;
	padding-left: 5px;
	line-height: 35px;
	}
	
#mainwrapper{
	max-width: 950px;
	background-color: white;
	margin: 0px auto 20px auto;
	-webkit-box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.5);
	box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.5);
	}
	
#wrapperone {
	padding-bottom: 18px;
	padding-top: 18px;
	display: inline-block;
	width: 100%;
	}

#logo {
	float: left;
	padding-left: 18px;
	width: 330px;
	height: auto;
}

.floater{
	float: left;
	}
	
#bottomnav {
	margin: 10px 0 20px 0;
	}
	
#bottomnav a {
	text-decoration: none;
	color: #042e74;
	outline: none;
	}
	
#bottomnav a:hover {
	color: #f84d06;
	outline: none;
	}
		
.nav {
	float: left;
	margin-top: 20px;
	}
	
.section {
	margin-top: 30px;
	text-align: left;
	line-height: 150%;
	padding: 0 15px 20px 15px;
	border-bottom: 2px solid #eaeaea;
	}

.section:last-child {
	line-height: 185%;
	}
	
