body {
	margin: 0px;
	font-size:12px;
}
#top{
width:990px;
margin:0 auto;
}
#top .search{
width:100%;
margin:0 auto;
margin:8px;
}
#top .search .left{
width:103px;
height:90px;
float:left;
}
#top .search .right{
width:400px;
float:left;
}
#top .nav{
	width:100%;
	height:42px;
	margin:0 auto;
	background-image: url(../images/navbg.gif);
	background-repeat: repeat-x;
	clear:both;
}
#top .nav ul{
line-height:42px;
font-size:16px;
font-weight:bold;
color:#FFFFFF;

}
#top .nav ul li{
list-style:none;
float:left;
padding:0 12px;
}
#top .nav1{
background:#d9e8fb;
font-size:12px;
margin:0 auto;
text-align:center;
line-height:28px;
padding:5px 0;
clear:both;
}
#top .nav1 a{ color:#333333}
#top a{ color:#ffffff;
text-decoration:none;
}
#top a:hover{
text-decoration: underline;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
