/* others */
body{
	font-family:Arial, Helvetica, sans-serif;
	background:#FFFFFF;
	color:#000000;
	font-size:11px;
	margin:0;
	padding:0;
	top:0;
	right:;
	bottom:0;
	left:0;
	border:0px solid;
}
a{
	color:#666666;
	font-weight:normal;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
h1{
	padding:0;
	margin:10px 0 5px 0;
	font-size:20px;
	color:#333333;
	font-weight:normal;
}
p{
	padding:0;
	margin:0;
}
.main{
	width:1024px;
	text-align:left;
}
.clear{
	clear:both;
}
.bodytext{
	margin:0 85px 0 0;
}
td p.bodytext{
	margin:0;
}

/* top */
.top .left_menu .item_home, .top .left_menu .item_home_active, .top .left_menu .item_contact,  .top .left_menu .item_contact_active, .top .left_menu .item_cross, .top .left_menu .item_cross_active{
	float:left;
	height:50px;
	width:25px;
}
.top .left_menu .item_home strong, .top .left_menu .item_home_active strong, .top .left_menu .item_contact strong,  .top .left_menu .item_contact_active strong, .top .left_menu .item_cross strong, .top .left_menu .item_cross_active strong{
	display:none;
}
.top .left_menu .item_home{
	background:#FFFFFF url(images/icon_home_grey.gif) no-repeat center 26px;
}
.top .left_menu .item_home:hover, .top .left_menu .item_home_active{
	background:#000000 url(images/icon_home_white.gif) no-repeat center 26px;
}
.top .left_menu .item_contact{
	background:#FFFFFF url(images/icon_contact_grey.gif) no-repeat center 28px;
}
.top .left_menu .item_contact:hover, .top .left_menu .item_contact_active{
	background:#000000 url(images/icon_contact_white.gif) no-repeat center 28px;
}
.top .left_menu .item_cross{
	background:#FFFFFF url(images/icon_cross_grey.gif) no-repeat center 26px;
}
.top .left_menu .item_cross:hover, .top .left_menu .item_cross_active{
	background:#000000 url(images/icon_cross_white.gif) no-repeat center 26px;
}
.top .left_menu ul{
	float:left;
	padding:0;
	margin:25px 0 0 10px;
}
.top .left_menu ul li{
	list-style:none;
	display:inline;
	margin-right:7px;
}
.top .left_menu ul li a.active{
	font-weight:bold;
}
.top .right_menu{
	float:right;
	margin:25px 155px 0 0;
	text-align:right;
}
.top .right_menu ul{
	margin:0;
	padding:0;
	color:#666666;
	list-style:none;
}
.top .right_menu ul li{
	float:left;
	margin:0 0 0 20px;
}
.top .right_menu ul li .active{
	font-weight:bold;
	color:#6699CC;
}

.top .logo{
	margin:0;
	padding:10px 0 30px 0;
}

/* middle */
.middle{
	padding:0 0 50px 0;
	margin:0;
}
.middle .left_menu{
	float:left;
	padding:0 0 0 45px;
	margin:0;
}
.middle .left_menu ul{
	margin:0;
	padding:0;
	color:#666666;
	list-style:none;
	line-height:22px;
}
.middle .left_menu ul li .active{
	font-weight:bold;
	color:#6699CC;
}
.middle .content{
	float:right;
	width:760px;
/*	margin:0 95px 0 0; */
	padding:0 70px 0 0;
	margin:0;
}
.middle .content .item{
	padding:0 0 8px 0;
	margin:0 0 15px 0;
	border-bottom:1px dotted #000000;
	position:relative;
}
.middle .content .item .image{
	float:left;
	margin:0 25px 0 0;
}
.middle .content .item .image .description{
	clear:both;
	margin:1px 0 0 15px;
	font-size:9px;
}
.middle .content .item p{
	margin:0 0 0 400px;
	padding:0;
	width:290px;
}
.middle .content .item .link_top{
	position:absolute;
	bottom:8px;
	right:0;
}
.middle .content .bottom_menu ul{
	margin:0;
	padding:0;
	color:#003366;
	list-style:none;
}
.middle .content .bottom_menu ul a{
	color:#003366;
}
.middle .content .bottom_menu ul li{
	float:left;
	margin:0 20px 0 0;
}

/* tt_news */
.news-list-item{
	clear:both;
	margin:0;
	padding:0;
	display:block;
}

.news-list-date-header, .news-list-time-header, .news-list-title-header, .news-list-date-location{
	font-weight:bold;
	margin:0 0 5px 0;
	padding:3px 0 3px 0;
	background:#DEDEDE;
	text-align:left;
}
.news-list-date-header, .news-list-date{
	float:left;
	width:80px;
}
.news-list-date-header{
	padding-left:2px;
	width:78px;
}
.news-list-time-header, .news-list-time{
	float:left;
	width:50px;
}
.news-list-title-header, .news-list-title{
	float:left;
	width:350px;
}
.news-list-date-location, .news-list-location{
	float:left;
	width:200px;
}
.news-list-date-location{
	width:280px;
}
.news-list-details{
	float:right;
	width:70px;
	text-align:right;
}
.news-list-details p{
	margin:0;
	padding:0;
	display:inline;
}
.news-list-details a{
	margin:0 3px 0 0;
}
.news-list-location p{
	margin:0;
	padding:0;
	display:inline;
}
.news-list-title h3{
	padding:0;
	margin:0 5px 0 0;
	float:left;
	font-size:11px;
}
hr.clear{
	border:none;
	border-bottom:1px dotted #000000;
	padding:1px 0 0 0;
	margin:0 0 5px 0;
	height:1px;
}
.news-single-item h2{
	margin:5px 0 15px 0;
	padding:0;
	font-size:14px;
}
.news-single-item p{
	margin:5px 0 0 0;
}
.news-single-backlink{
	margin:7px 0 0 0;
	padding:1px 0 0 0;
	border-top:1px dotted #000000;
	width:100%;
}



.active{
	font-weight:bold;
	color:#6699CC;
}