.header h1{
	background: url(../images/bluebrown/logo.png) no-repeat left top;
}
.header h1 a{
	color: #00235D;
}
/* Module full page*/
.module {
	background: #002464 url(../images/bluebrown/moduletopright.png) top right no-repeat;
	color: #fff; 
	}
div.module div {
	background: url(../images/bluebrown/moduletopleft.png) top left no-repeat;
	}
div.module div div {
	background: url(../images/bluebrown/modulebotleft.png) bottom left no-repeat; 
	}
div.module div div div {
	background: url(../images/bluebrown/modulebotright.png) bottom right no-repeat;
	}
div.module h3 {
	color: #fff;}
div.module a {
	color: #fff;
	}
div.module a:hover {
	color: #fff;
	}

div.blogposts{
	border-left: 1px solid #ccc;
	background-color: #fff;
}
.blogposts h3{
	color: #002485;
}
.blogposts li{
	border-bottom: 1px solid #eee;
	display: block;
}
.blogposts li:hover{
	background-color: #eee;
	border-bottom: 1px solid #ccc;
	

}

.blogposts a span{
	background: transparent url(../images/bluebrown/arrow.png) no-repeat 5px center;
}
.blogposts a span:hover{
	background-color: #eee;
}
.blogposts a{
	color: #002485;
	text-decoration: none;
}
.blogposts a:hover{
	text-decoration: none;
}



.footer{
	background: url(../images/bluebrown/footer.png) no-repeat left top;
}
.footer ul{
	
}
.footer li{
	
}

.footer a{
	color: #fff;
}

