
a, body, div, p, ul,li,ol,b,i,form,fieldset{
margin:0 auto;
padding:0;
}

a{
text-decoration:none;
}
body{
background: none repeat scroll 0 0 #7692B9;
color:#fff;
}
#wrapper{
  height:auto;
  overflow:hidden;
}
#topbg{
background: none repeat scroll 0 0 #174381;
    z-index: 999;
}
#header{
  width:1000px;
  
   
}
#header_top{
 height:80px;
 padding-top:5px;
 font-size:14px;
}
.header_top_left{
float:left;

}
.header_top_right{
float:right;
}
.header_top_right a{
padding-left5px;
color:#FFFFFF;
text-decoration:none;


}
#menu{
    overflow:hidden;
    background:url(../images/menubg.png) repeat-x;
	height:34px;
}
#menu ul{
}
#menu ul li{
  float:left;
  list-style:none;
  border-right:1px solid #5C8AD1;
  
  }

#menu ul li a{
text-decoration:none;
padding:0px 20px 0 20px;
color:#fff;
line-height:34px;
vertical-align:middle;
}
#menu ul li:hover{

background-color:#254C88;
}

#menu ul li.selected{
 
color:#3664A5;

 border-radius:4px 4px 0 0;

line-height:34px;
vertical-align:middle;
background-color: #FFFFFF;
    background-image: -moz-linear-gradient(center top , #E3E3E3 10%, white 50%);
   
   

}
#menu ul li.selected a{
 
  color:#3664A5;
 
  

}

#menu ul li.selected div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 0px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		/*background: #EAEBD8;*/
		color: #fff;
		font: 12px}





#bottombg{
background: -moz-linear-gradient(center top , #174380 0px, #7692B9 20%, rgba(118, 146, 185, 0) 100%);
background: #7692b9 -webkit-linear-gradient(top,rgba(23,67,128,1) 0,rgba(118,146,185,1) 20%,rgba(118,146,185,0) 100%);

background-position: left top!important;
background-repeat: repeat-x!important;
background-color: #7692b9;
height:auto;
overflow:hidden

}
#content{
   width:1000px;
   overflow:hidden;
   background:#FFFFFF;
   color:#000000;
   
}

#recordcontent{
   width:920px;
   height:auto;
   overflow:hidden;
    border:1px solid #DBDBDB;
 	border-radius:4px;
 	padding-left:5px;
   margin:20px;
   padding:20px 20px;
}


#content_left{
  float:left;
  width:680px;
  margin:10px;
}
.aRow{
 border:1px solid #DBDBDB;
 border-radius:4px;
 padding-left:5px;
}
#content_right{
float:left;
width:280px;
margin:10px;
}
.pRow{
 border:1px solid #DBDBDB;
 border-radius:4px;
 padding-left:5px;
}
#footer{
width:1000px;
background:#fff;
text-align:center;
}
.footer_content{
padding: 0 20px 10px;
width:960px;
 border-top:1px solid #DBDBDB;
 
  border-bottom: 1px solid #DBDBDB;
    margin-bottom: 15px;
     

color: #9D9D9D;
    font: 12px/22px arial;
}
.footer_content a{
color: #637E99;}