@charset "utf-8";
/* CSS Document */
<!--	
#head{
	width:773px;
	height:155px;
	margin:auto 0px;
	text-align:left;
}
#login {		
	width:773px;
	height: 25px;
	margin:auto 0px;
	font-size: 12px;
	background:#EFF2FA;
	table-layout:fixed;
	word-break:break-all;
	border: #7593E5 1px solid;		   
}
#login .left{
	width:500px;
	height:20px;
	float:left;
	margin:0px;
	text-align:left;
}
#login .right{
	float:right;
	width:255px;
	height:20px;
	margin:0px;
}
#login .input{
	width:60px;
	height:20px;
	size:10px;
}
#ad{
	width:773px;
	height:80px;
	margin:auto 0px;
}
#ad .left{
	width:148px;
	height:80px;
	float:left;
	clear:right;
	margin:0px;
	text-align:left;	
}
#ad .middle{
	width:454px;
	height:70px;
	float:left;
	clear:right;
	margin-top:10px;
	margin-left:5px;
	text-align:left;
}
#ad .right{
	width:166px;
	height:80px;
	float:right;
	margin:0px;
	text-align:left;
	margin:auto 0px;	
}
#ad .right ul {
	margin:0px;
}
#ad .right ul li{	
	list-style:none;
	margin::0px;
	white-space:nowrap;
}
#ad .right ul li a:link{
	text-decoration:none;
}
#ad .right ul li a:hover{
	color:#000044;
	text-decoration:underline;
}
#navigation{
	width:773px;
	text-align:left;
	background:url('../Images/2.gif');
}
#navigation ul{
	list-style:none;
	white-space:nowrap;
}
#navigation li{
	float:left;
	line-height:30px;
}
#navigation a{
	display:block;
	text-align:center;
	height:30px;
	text-decoration:none;
	font-weight:bolder;
	background:url('../Images/2.gif');
}
#navigation a:link{
	color:#666;
	text-decoration:none;
}
#navigation a:hover{
	color:#FFF; 
	text-decoration:underline;
	background:url('../Images/1.gif');
}
#navigation a:visited{
	color:#666;
	text-decoration:underline;
	}
-->