
body, html {
	background: #FFF;
}

.body {
	background: #EEF0F5;
	-webkit-box-shadow:inset 0 15px 10px -10px rgba(0,0,0,.4)!important;
	box-shadow:inset 0 15px 10px -10px rgba(0,0,0,.4)!important;
}

img.bwhite {
	border:10px solid #FFF;
	-webkit-box-shadow: -5px 5px 10px 0 rgba(0,0,0,.4);
	box-shadow: -5px 5px 10px 0 rgba(0,0,0,.4);
}

.blue-water {
	color:#07AC9F;
}

#nav {
	background: white;
	height:200px;
	padding:25px 0;
}

footer {
	background: #178bcb;
	-webkit-box-shadow:inset 0 15px 10px -10px rgba(0,0,0,.4)!important;
	box-shadow:inset 0 15px 10px -10px rgba(0,0,0,.4)!important;
}

footer h5, footer dl > dd {
	color: white;
}
footer dl > dd > a {
	color: white;
	text-decoration: none;
}
footer dl > dd > a:hover {
	color: #FFFFFF50;
}

#copyright {
	background: white;
	color: #CCC;
}

h1 {
	color: #314E9D;
}
h2, h3, h4, h5, h6 {
	color: #178BCB;
}