html{
width: 100%;
font-family: Arial;
font-size: 12px;
line-height: 16px;
}

a {
font-family: Arial;
color: #1e5987;
text-decoration: none;
}

a img{
border: 0px solid;
}

body{
  margin: 0;
  padding: 0;
  background: #ffffff;
  background-image: none;
  background-repeat: repeat-x;
  background-position: top left;
  font: 12px Arial;
  color: #000000;
  text-align: center;
}

h1 {
font-size: 13px;
margin-top: 30px;
margin-bottom: 3px;
font-weight: 500;
font-family: Arial;
color: #387196;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
color: #3e709b;
font-size: 18px;
font-weight: bold;
}

h2 {
color: #000000;

font-size: 14px;

font-weight: bold;

margin-bottom: 20px;

margin-top: 25px;
}

h3 {
  font-size: 14px
  margin-top: 35px;
  margin-bottom: 25px;
  font-weight: 500;
  font-family: Arial;
  color: #000000;
    padding: 0px 0px 0px 0px;
}

h4 {}

h5 {}

h6 {}

p {
  font-size: 11px;
  padding-right: 50px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin: 0px 0px 0px 0px;
  color: #000000;
  line-height: 16px;
}

ul{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 12px;
}

ul li{
  font-size: 11px;
  line-height: 16px;
}


div.lb-left{
float:left;
width: 330px;
height: 300px;
background: #ffffff;
overflow: hidden;
}
div.lb-right{
float:left;
width: 470px;
background: #ffffff;
overflow: hidden;
text-align: left;
}

div.news-single-item{
border: 0px solid;
float:left;
width: 100%;
height: 100%;

}

div.news-single-item div.image{
float:left;
border: 0px solid;
width: 300px;
}
div.news-single-item div.content{
float:left;
border: 0px solid;
text-align: left;
width: 450px;
margin: 15px 0px 0px 20px;
}
div.news-single-item div.content h2{
color: #3e709b;
font-size: 18px; 
font-weight: bold;
}

div.news-single-item div.content h3{
color: #000000;
font-size: 14px; 
font-weight: bold;
margin-bottom: 20px;
margin-top: 25px;
}


