@charset "utf-8";
/* CSS Document */
.body{
margin:0px;
}
#wholesite{
width:1000px;
margin:0px auto;
font-family:Arial, Helvetica, sans-serif;
}
#wholesite img{
border:none;
}
.banner{
width:1000px;
height:326px;
}
.bannertop{
width:1000px;
height:22px;
background:url(images/top-banner-bg.jpg) repeat-x;
}
.search{
font-size:12px;
color:#FFFFFF;
}
.textfield{
width:150px;
height:13px;
border:#eaeaea 1px solid;
}
.bannerbottom{
width:1000px;
height:304px;
background:url(images/banner.gif);
}
#menu{
font-size:11px;
font-weight:bold;
}
#menu ul{
padding:0px;
margin:0px;
margin-left:30px;
}
#menu li{
margin:0px;
padding:0px 15px;
list-style:none;
display:inline;
line-height:35px;
color:#3b3b3b;
background:url(images/menuseperator.gif) right no-repeat;
}
#menu a{
color:#3b3b3b;
text-decoration:none;
}
#menu a:hover{
color:#7a5757;
}
#wholecontent{
width:1000px;
}
#contentleft{
width:240px;
padding:0px 10px;
}
#contentleft h1{
font-size:13px;
font-weight:bold;
color:#e58411;
padding:10px 0px;
margin:0px;
}
#contentleft h2{
font-size:12px;
font-weight:bold;
color:#565656;
padding:5px 0px;
margin:0px;
}
#contentleft span{
font-size:12px;
color:#0a519a;
}
.textbox{
width:150px;
height:15px;
border:#eaeaea 1px solid;
margin:5px 0px;
}
.textbox1{
width:150px;
border:#eaeaea 1px solid;
margin:5px 0px;
}
.submit{
margin:10px 0px 10px 40px;
}
#contentright{
width:720px;
padding:0px 10px;
}
#contentright span a{
font-size:11px;
color:#669900;
text-decoration:none;
}
#contentright h1{
font-size:13px;
font-weight:bold;
color:#e58411;
padding:5px 0px;
margin:0px;
}
#contentright h2{
font-size:12px;
font-weight:bold;
color:#565656;
padding:5px 0px;
margin:0px;
}
#contentright p{
margin-top:6px;
font-size:12px;
color:#565656;
text-align:justify;
line-height:18px;
}
#contentright ul{
padding:0px;
margin:0px;
font-size:12px;
color:#565656;
margin-left:40px;
}
#contentright li{
list-style:url(images/content-bullet.jpg);
line-height:25px;
}
#wholefooter{
width:1000px;
height:100px;
background:url(images/footer.jpg) bottom no-repeat;
}
#wholefooter a{
font-size:11px;
color:#565656;
padding:0px 10px;
text-decoration:none;
}
#wholefooter a:hover{
color:#003366;
}
.copyright{
font-size:11px;
color:#959595;
text-align:left;
padding-top:50px;
padding-left:10px;
}

.btn{
   width:auto;
   color:#F9F9F9;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:12px;
   font-weight:bold;
   background-color:#808080;
   padding:5px;
   border:1px solid;
   border-top-color:#808080;
   border-left-color:#808080;
   border-right-color:#808080;
   border-bottom-color:#808080;
