body{
	background-color:#47D1FF;
	min-width:910px;
}

div.header{
	background-color:white;
	margin-top:-1%;
	margin-left:-1%;
	margin-right:-1%;
	font-family: 'Coming Soon', cursive;
	padding:3%;
	border-top-width:0px;
	border-left-width:0px;
	border-right-width:0px;
	border-style:solid;
	border-bottom-width:10px;
	border-color: #1693E6;
	margin-bottom:2%;
	font-weight:bold;
}
div.header a{
	text-decoration:none;
	color:black;
}
h2{
	color:#1693E6;
	font-size: 28px;
}
h3{
	font-family: 'Coming Soon', cursive;
}
h4{
	font-family: 'Coming Soon', cursive;
	font-size: 15px;

}
div.navbar{
	background-color:white;
	color: #2EB8E6;
	font-family: 'Coming Soon', cursive;
	float: left;
	width: 200px;
	margin-left:3%;
	font-weight:bold;
}
div.body{
	font-family: 'Roboto Condensed', sans-serif;
	background-color:white;
	float:left;
	width: 65%;
	padding-left:4%;
	padding-top:2%;
	padding-right:3%;
	padding-bottom:2%;
	margin-left:3%;
	max-width: 1000px;

}
div.footer{
	font-family:sans-serif;
	clear:both;
	float:left;
	background-color:white;
	margin-left:15%;
	width:70%;
	max-width: 1100px;
	text-align:center;
	margin-top:3%;
	margin-bottom:1%;
}
p{
	color:#252525;
	clear:both;
}
div.column{
	float: left;
	width: 28%;
	margin-right:2%;
	margin-left:2%;
}
div.column p{
	font-size:15px;
	line-height:140%;
}
div.body a{
	text-decoration:underline;
}
a{
	text-decoration:none;
	color: #2EB8E6;
}
div.float{
	float: left;
	margin: 1%;
	border-style:solid;
	border-width:1px;
}
div.navbar ul{
	line-height: 160%;
	list-style-type: none;
}
