h2.title-page {
	font-weight: normal;
}
.about-us {
	background: #fff;
}
.about-us h2.section_title {
	font-size: 22px;
}

.page img {
    max-width: 100%;
    height: auto;
    width: 100%;
    padding: 10px;
    border: 1px solid #015289;
}
.bodytext ul {
	padding-left: 40px;
}
.page-right {
	display: block;
	position: relative;
}
.page-right .block {
    background: #015289;
    padding: 10px;
    display: block;
    border-radius: 4px;
}
.page-right .block h3.title {
	font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 15px;
    text-align: center;
}
.page-right .block ul {
	list-style: none;
}
.page-right .block ul li:first-child {
	border-top: 0px;
}
 .page-right .block ul li:last-child {
 	border-bottom: 0px;
 }
.page-right .block ul li {
	border-bottom: 1px solid #646464;
	border-top: 1px solid #3d3c3c;
	display: block;
	padding: 10px 0px;
}
.page-right .block ul li em {
	color: #fff;
}
.page-right .block ul li a {
	color: #fff;
}
