*{
   padding:0;
   margin:0;
}
body {
   font-family:Arial, Helvetica, sans-serif;
   font-size:12px;
   background-color:#999999;
}
.clear{
   clear:both;
}
ul {
	list-style-type: none;	
}
li{
    float:left;
}
a{
   color:#1750D2;
   text-decoration:underline;
}
a:hover{
   color: #0C3D87;
   text-decoration:none;
}

.mainbody{
   width:860px;
   height:auto;
   margin:0 auto;
   background-color:#fff;
}
.top-panel{
   background:url(images/bnnerbg.jpg) no-repeat;
   width:860px;
   height:145px;
}
.topbg{
   background:url(images/topbg.jpg) no-repeat;
   height:5px;
   width:860px;
}
.logo{
   float:left;
   height:124px;
   width:134px;
   margin-top:7px;
}.mainnav{
   background:url(images/navbg.jpg) repeat-x;
   height:30px;
   
}
.mainnav li{
   font-size:14px;
   font-weight:bold;
   width:95px;
   text-align:center;
}
.whoisbtn{
   float:right;
   margin:3px 0 0 0;
}
.mainnav li a{
   display:block;
   height:30px;
   line-height:28px;
   color:#fff;
   text-decoration:none;
}
.mainnav li a:hover{
   display:block;
   background-color: #E8A83E;
   border-left:solid 1px #FFFFFF;
   border-right:solid 1px #FFFFFF;
   color: #A45506;
   text-decoration:none;
}
.midcontent{
   height:auto;
}
.info-left-panel{
   float:left;
   width:640px;
}
.info-right-panel{
   float:right;
   width:150px;
}
.sort-info{
   font-size:14px;
   padding-bottom:16px;
   font-weight:bold;
   text-align:center;
}
.logos{
   text-align:center;
   margin-bottom:75px;
}
.partners-logos{
   float:left;
   margin:0 10px 5px 0;
   width:175px;
   height:250px;
   text-align:center;
}

.content-info{
   padding:16px 21px;
}
.info-title{
   font-size:18px;
   padding-bottom:20px;
}
.content-info p{
   padding-bottom:13px;
   line-height:160%;
}
.headline{
   font-weight:bold;
   color:#666666;
   font-size:16px;
   padding-bottom:10px;
   margin-bottom:8px;
   border-bottom:3px solid #C9A218;
  
}
.second-headline{
   font-weight:bold;
   color:#666666;
   font-size:14px;
   padding:15px 0 4px 0;
   margin-bottom:8px;
   border-bottom:2px solid  #B0B0B0;
  
}
.bottom-panel{
   background:url(images/bottombg.jpg) no-repeat;
   height:35px;
   font-size:11px;
   text-align:center;
   line-height:35px;
   
}