header {
    background: #fff;
	color: #444;
}
nav > ul li a, nav > ul li span {
    color: #444;
}
nav {
    background: #fff;  
}
footer {
    border-top: 1px solid #444;
	padding: 15px 0 !important;
	margin-top: 30px;
}
footer a {
    color: #444 !important;   
}
h2{
	white-space: normal !important;
}
.dark {
    background: #fff;
	color: #444;
}
.dark * {
    color: #444;
}
nav > ul li a:hover, nav > ul li span:hover {
	color: #444;
    font-weight: bold;
}
.dark{	
	background-position: center 60%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 400px;
}
.umb-grid{
	padding-top: 20px;
}
.oNews, .bNews {
    display: inline-block;
    margin-right: 10px;
    color: #fff;
    height: 35px;
    padding: 5px 10px;
}
.bNews{
	background-color: #FE0000;
}
.oNews{	
	background-color: #006dcc;	
}
.textWrapper p{
	font-size: 0.8em;
	color: #000066;
	font-weight: bold;
}
.imageWrapper img{
	height: 100px;
}