@charset "utf-8";
/* CSS Document */

#top_nav{
	height: 100px;
	width:688px;
	float:left;
	margin:0px;
	padding:0px;
	text-align:right;
}
#top_nav ul {
	list-style:none;
	margin-top:1px;
	margin-left:auto;
	margin-right:2px;
	display:inline;
}
#top_nav ul li {
	display:inline;
	font-size:12px;
	width:120px;
	height:20px;
	text-align:left;
	padding:3px;
	padding-left:5px;
	font-weight:bold;
	font-size:12px;
}
#top_nav ul li:hover {
	background-color:#9EACC2;
	color:#FFF;
	cursor:pointer;
}

#news {
	margin-top:10px;
	margin-left:15px;
}
#newsContent {
	width:250px;
	background-image:url(../images/loading.gif);
	background-position:center center;
	background-repeat:no-repeat;
	min-height:200px;
}
.newsForm {
	background:none;
}
#newsTicker {
	position:absolute;
	background-color:#FFF;
	background-image:url(../images/loading.gif);
	background-repeat:no-repeat;
	background-position:center center;
	z-index:100;
	width:100px;
	height:100px;
	top: 200px;
	visibility:hidden;
	margin-left:444px;
}
#black {
	background-image:url(../images/black.png);
	z-index:30;
	position:absolute;
	left:0px;
	visibility:hidden;
	width:100%;
	height:100%;
}
.left_link {
	border-top:1px dotted #CCC;
	margin-top:5px;
	height:25px;
}
.left_link:hover {
	font-weight:bold;
	cursor:pointer;
}
.side_link {
	text-decoration:none;
	color:#000;
}
