body {
	background-color: #FFFFFF;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-position: top;
}
.boxes {
	background-image: url(../images/bg_logo.png);
	height: 250px;
	background-repeat: no-repeat;
	padding: 15px;
}
.logo {
	margin-bottom: 15px;
}
.logo img {
	border: none;
}
.boxes h4 {
	color: #244e7c;
	margin-bottom: 0;
	font-weight: bold;
}
.boxes h4 a {
	color: #244e7c;
	margin-bottom: 0;
	font-weight: bold;
	text-decoration: none;
}
.boxes h4 a:hover {
	color: #316cab;
	text-decoration: underline;
}
.text {
	width: 240px;
	font-size: 10px;
	line-height: 175%;
	color: #5f5b3f;
}
.bottomtext h2 {
	color: #244e7c;
}
.bottomtext h3 {
	color: #5f5b3f;
	line-height: 175%;
}
.bottomtext a {
	color: #244e7c;
	text-decoration: none;
}
.bottomtext a:hover {
	color: #316cab;
	text-decoration: underline;
}