@charset "utf-8";
.index_mainframe/* CSS Document */

 {
	width: 994px;
	background-image: url(../images/index_bg.jpg);
	background-repeat: repeat-y;
	background-position: 10px;
}

.index_right {
	width: 765px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	float: left;
}
.index_left {
	width: 229px;
	float: left;
	clear: both;
}
.index_top {
	background-image: url(../images/index_top.jpg);
	float: left;
	height: 104px;
	width: 718px;
	background-repeat: no-repeat;
}
.index_top_bar {
	background-image: url(../images/index_top.jpg);
	height: 23px;
	width: 980px;
	background-repeat: no-repeat;
}
.index_logo {
	background-image: url(../images/index_logo.jpg);
	height: 82px;
	width: 980px;
	float: left;
	background-repeat: no-repeat;
}


.index_content {
	margin: 0px;
	padding: 0px;
	width: 765px;
}
.whats_new_container {
	width: 600px;
	margin: 0px;
	padding: 0px;
}
.whats_new {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.whats_new li{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	background-image: url(../images/nav_arrow.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	list-style-type: none;
	background-position: 0px 4px;
}
.whats_new a{
	text-decoration: none;
	color: #333333;
}
.whats_new a:hover{
	text-decoration: underline;
	color: #FF9900;
}

.index_news{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #663399;
}

.index_news a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	text-decoration: none;
}

.index_news a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #663399;
	text-decoration: none;
	border-bottom-color: #663399;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}