body {
    height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
/*
    background: #c3e1eb;
    background: #cfbee8;
    background-color: #f7f697;
*/
    background: -webkit-linear-gradient(white, #c3e1eb) fixed;
    background: -o-linear-gradient(white, #c3e1eb) fixed;
    background: -moz-linear-gradient(white, #c3e1eb) fixed;
    background-image: -ms-linear-gradient(top, white 0%, #c3e1eb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#c3e1eb');
    background: linear-gradient(white, #c3e1eb) fixed;
}

#header {
/*
    background-color: #007AC7;
*/
 color: #2C2C2C;
}

#navigation a {
    color: #2C2C2C;
}

#navigation a.dropdown-item {
    color: black;
}

#navigation a:hover
{ 
    color: #ee2451; text-decoration:none;
}

.logo {
	margin-top: 5px;
	height: 100px;
}


.ucWebLoginUser, .ucWebLoginPassword {
	background: white;
}
