body {
	/*
	background: #003b83;
	background: -moz-linear-gradient(top,  #003b83 0%, #006482 100%);
	background: -webkit-linear-gradient(top,  #003b83 0%,#006482 100%);
	background: linear-gradient(to bottom,  #003b83 0%,#006482 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003b83', endColorstr='#006482',GradientType=0 );
	*/
}


nav {
	background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.topBar {
    border-radius: 20px 20px 0 0;
    background-color: white;
}

footer {
	background-color: #005B82;
}