
.tabHandleSelected{
	cursor:pointer;
	margin-left:15px;
	font-weight:bold;
	color:#666;
	width:128px;
	height:20px;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
 	text-align:center;
	padding-top:5px;
	float:left;
	background-image: url(../images/tab_sel_bg.gif);
	background-repeat: repeat-x;
	background-position: fixed bottom left;
	margin-top:10px;
}

.tabHandle{
	cursor:pointer;
	margin-left:15px;
	color:#666;
	width:128px;
	height:20px;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
 	text-align:center;
	padding-top:5px;
	float:left;
	background-image: url(../images/tab_bg.gif);
	background-repeat: repeat-x;
	background-position: fixed bottom left;
	margin-top:10px;
}

.tabPageSelected{
	clear:both;
	width:770px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding: 15px 8px 8px 8px;
	display:block;
}
.tabPage{
	clear:both;
	width:770px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding: 15px 8px 8px 8px;
	display:none;
}
.tabPagePhoto{
	clear:both;
	width:770px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding: 5px 8px 8px 8px;
	display:none;
}
.tabTopLine{
	line-height:1px;
 	height:1px;
	float:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	font-size:0px;
	border-top:1px solid #ccc;
}
.topBanner{
	width:1000px;
	height:120px;
	background-image: url(/sys/images/header.jpg);
	background-repeat: repeat-x;
	background-position: fixed bottom left;
    		

}

.newsHeadline{
	width:315px;
	float:left;
	margin:0px 0px 0px 10px;
}
.newsHeadline H1{
	font-size:130%;
	color:#3A7690;
}
.newsHeadline span{
	font-size:100%;
	color:#666;
}
.newsSummary{
	width:235px;
	float:left;
}
.newsSummary span{
	font-size:90%;
	color:#666;
}
.newsList{
	text-align:left;
	margin:8px 0px 0px 0px;
	font-family: Arial, Verdana,Helvetica, sans-serif;
	font-weight:bold;
	clear:both;
	width:100%;
}
.newsList H1{
	font-size:100%;
	color:#3A7690;
	margin: 0px 0px 3px 0px;
	padding:2px 0px 2px 6px;
	background-color:#E6EEF1;
}
.newsList p{
	font-size:90%;
	font-weight:normal;
	color:#3A7690;
	padding:2px 0px 0px 6px;
	margin:0px;
}
.newsList a{
	font-size:100%;
	font-weight:normal;
	color:#3A7690;
	text-decoration:none;
}

.newsList img{
	vertical-align:middle;
	padding:0px 5px 0px 0px;
	border:0px;
}