


header #topHeader {
	
	background-color: #293d74;
	
	
	color: #ffffff;
	
}

header #topHeader a, header #topHeader a:active {
	
	color: #ffffff;
	
}


header {
	background-color: #293d74;
}



nav ul li a {
	color: #ffffff;
}


body {
	background: #ffffff !important;
}


nav ul li.active a {
	color: #0f82c6;
}

nav ul li.active a:after {
	background-image: none;
}

header {
	border-bottom: 2px solid #0f82c6 !important;
}



button, .button {
	background-color:#0f82c6;
}

button.inverse,.button.inverse {
	color:#0f82c6;
}

.btn.btn-primary, .btn.btn-info, .btn.btn-success {
	background-color:#0f82c6;
	border-color:#0f82c6;
}


button, .button {
	color:#ffffff;
}

button.inverse,.button.inverse {
	background-color:#ffffff;
}

.btn.btn-primary, .btn.btn-info, .btn.btn-success {
	color:#ffffff;
}



button:hover, .button:hover, button:active, .button:active, button:focus, .button:focus {
	color:#ffffff;
}

button.inverse:hover,.button.inverse:hover,button.inverse:active,.button.inverse:active,button.inverse:focus,.button.inverse:focus {
	background-color:#ffffff;
}

.btn.btn-primary:hover, .btn.btn-info:hover, .btn.btn-success:hover, .btn.btn-primary:active, .btn.btn-info:active, .btn.btn-success:active, .btn.btn-primary:focus, .btn.btn-info:focus, .btn.btn-success:focus {
	color:#ffffff;
}





button:hover, .button:hover, button:active, .button:active, button:focus, .button:focus {
	background-color:#293d74;
}

button.inverse:hover,.button.inverse:hover, button.inverse:active,.button.inverse:active, button.inverse:focus,.button.inverse:focus {
	color:#293d74;
}

.btn.btn-primary:hover, .btn.btn-info:hover, .btn.btn-success:hover, .btn.btn-primary:active, .btn.btn-info:active, .btn.btn-success:active, .btn.btn-primary:focus, .btn.btn-info:focus, .btn.btn-success:focus {
	background-color:#293d74;
	border-color:#293d74;
}

