@charset "utf-8";
/* CSS Document */


*{
    margin:0px; 
	padding:0px;
}
body{
    background-color:#E2F0F1;
}
a{
    font-family:Verdana, Arial, Helvetica, sans-serif;
}

#top{
    width:100%;
	height:auto;
	background-repeat:repeat-x;
	background-image:url(../images/top_bg.gif);
	overflow:hidden;
}
#toplay{
    width:860px;
	padding:0px 10px;
	margin:0 auto;
}

#toplogo{
    float:left;
	width:240px;
	margin-top:30px;
	height:99px;
	overflow:hidden;
	background-image:url(../images/logo1.gif);
	background-repeat:no-repeat;
	margin-bottom:30px;
}
#toplogo img{
    border:none;
}
#toptop{
	height:30px;
	float:right;
	width:620px;
}
#toptop a{
	line-height:30px;
	font-size:12px;
	color:#dddddd;
	margin-left:15px;
	float:right;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#topmiddle{
    width:620px;
	float:right;
	height:99px;
	word-spacing:5px;
	background-image:url(../images/topmiddle.gif);
	background-repeat:no-repeat;
}
#topmiddle h1{
    font-size:30px;
	margin-top:20px;
	margin-left:10px;
	height:40px;
	color:#006699;
	line-height:40px;
}
#topmiddle p{
    font-size:16px;
	line-height:20px;
	color:#069;
	height:30px;
	margin-left:150px;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:1px;
}

#topbottom{
	width:620px;
	float:right;
	height:auto;
}
#topbottom ul{
    width:618px;
	height:40px;
	margin-bottom:2px;
	background-color:#dddddd;
	border-left:1px solid #aaaaaa;
	border-right:1px solid #aaaaaa;

}

#topbottom ul li{
    height:40px;
	list-style:none;
	float:left;
	width:99px;
	margin:0 0px 0 -1px;
	border-left:1px solid #aaaaaa;
	border-right:1px solid #aaaaaa;
	overflow:hidden;

}
#topbottom ul li a{
    line-height:40px;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	display:block;
	width:100px;
	color:#888888;
}
#topbottom ul li a:hover{
    color:#666666;
	background-color:#cccccc;
}



#topbottom ul li a.current{
    background-color:#cccccc;
}






#foot{
    height:100px;
	width:100%;
	background-image:url(../images/foot.gif);
	background-repeat:repeat-x;
}
#footer{
    width:860px;
	height:80px;
	margin:0 auto;
	padding:10px;
	background-image:url(../images/address.gif);
	background-repeat:no-repeat;
	background-position:2px 43px;
}
#footer p span{
    font-size:12px;
	color:#e0f1f2;
    font-family:Geneva, Arial, Helvetica, sans-serif;
}
#footer span a{
    text-decoration:none;
	height:20px;
	padding:4px;
	line-height:20px;
	color:#eeeeee;
}
#footer span a:hover{
    background-color:#eeeeee;
	color:#555555;
}
#footer #design{
    color:#454545;
}
#footer #design a{
    color:#454545;
}

