body {
	margin: 0;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
}



/* total:965 content:760 sideBar (space:10 sideBar:195) */
#global_container {
	margin: 0 auto;
	width: 965px;
	position: relative;
	text-align: left;
	overflow:hidden;
}


/*top menu*/
#global_header { 
	clear: both;
	float: left;
	width: 965px;
}

#global_content {
	float: left;
	width: 760px;
	text-align:left;
}

/*sideBar (space:10 sideBar:195)*/
#global_rightBar {
	float: right;
	width: 205;
}


#global_footer {
	float: left;
	width: 965px;
}



#global_home_topBanner {
	float: left;
	width: 965px;  /*total width 780 - padding*/
	height: 272px;
	background-color:#FF0000;
}
#global_home_box1 {
	float: left;
	width: 236px;
	height: 330px;
	overflow:hidden;
}
#global_home_box4 {
	float: left;
	width: 228px;
	height: 308px;
	background-color:#FFCCAA;
}
/*================== box content ==========================*/
#global_home_box1 #tableContent {
	font-size:15px;
}
#global_home_box1 #tableContent .title {
	font-weight:bold;
	color:#004284;
}
#global_home_box1 #tableContent a {
	color: #666666;
	text-decoration: none;
	font-size:12px;
}
#global_home_box1 #tableContent a:hover {
	color:#669900;
}
#global_home_box1 #tableContent .moreInfo {
	font-size:12px;
}
#global_home_box1 #tableContent ul {

	/*list-style-image:url(graphic/index_bullet1.gif);*/
	list-style-type:none;
	margin-top:5px;
	margin-left:0;
	margin-bottom:8px;
	padding:0;
	line-height:21px;
	
}
#global_home_box1 #tableContent ul li {
background:url(/graphic/index_bullet1.gif) left center no-repeat; 

	padding-left:15px;
}