/*header*/								
#header{
	background: #FFFFFF;
	height: 125px;
	font-size: 11px;
	color: #FFF;
	margin: 0px 0px 45px;
}
	.headerLeft{
		
		height: 289px;
	}
		.headerRight{
			padding: 20px 0px 0px;
			height: 221px;
		}
			.logoBox{
				float: left;
				width: 200px;
			}
				.logo{
					margin: 0px 5px 10px;
				}
				.text_01{
					font-size: 18px;
					color: #072f67;
					padding: 0px 0px 0px 30px;
					margin: 0px 0px 25px;
				}
			.headerText{
				float: left;
				width: 35%;
			}
				.sityForm{
					margin: 0px 0px 40px;
				}
					.sitySelect{
						width: 190px;
						margin: 0px 0px 10px;
						font: 11px Tahoma, Geneva, sans-serif;
						color: #3d7098;
					}
				.link_01{
					color: #FFF;
					margin: 0px 15px 0px 0px;
				}

/*content*/				
#content{
}
#columnTable {
	width: 100%;
}
#columnTable td{
	vertical-align: top;
}
.leftColumn{
	width: 315px;
}
	/*contentLeft*/
	#contentLeft{
		width: 100%;

	}
		.contentLeftBox{
			padding: 0px 10px 0px 0px;
		}
		
			/*exchangeRateBox*/
			#exchangeRateBox{
				color: #FFF;
				font-size: 11px;
				margin: 0px 0px 25px;
			}
				
				.table_01{
					line-height: 18px;
				}
					.table_01 caption{
						font-weight: normal;
						text-align: left;
					}
					.table_01 th{
						padding: 0px 0px 0px 5px;
						width: 33%;
						text-align: left;
					}
					.table_01 td{
						padding: 0px 0px 0px 5px;
						width: 33%;
					}
					.table_01 th{
						height: 21px;
					}
					.tr_01{
						background: url(design/styles/tableBac.gif) repeat-x;
					}
						.th_01{
							background: #468BCA url(design/styles/tableBad.gif) no-repeat left top;
						}
						.th_02{
							background: #468BCA;
						}
						.th_03{
							background: #468BCA url(design/styles/tableBae.gif) no-repeat right top;
						}
				
			/*voteBox*/
			.voteBox{
			}
				.voteFormInput{
				}
	/*contentRight*/
	#contentRight{
		padding: 0px;
	}
		.bannerLeft{
			float: left;
			border: 1px dashed #63abe2;
			width: 47%;
			padding: 16px 0px 0px;
			height: 157px;
			text-align: center;
			text-transform: uppercase;
			color: #2f79c7;
			margin: 0px 0px 50px;
		}

		.bannerRight{
			float: right;
			border: 1px dashed #63abe2;
			width: 47%;
			padding: 16px 0px 0px;
			height: 157px;
			text-align: center;
			text-transform: uppercase;
			color: #2f79c7;
			margin: 0px 0px 50px;
		}
		.bannerCenter{
			border: 1px dashed #63abe2;
			
			padding: 20px 20px 50px 210px;
			min-height: 60px;
			margin: 0px 0px 25px;	
		}
		
		.bannerCenter a,.bannerRight a, .bannerLeft a {
			color: #2f79c7;
			text-decoration: none !important;		
			}
			.text_02{
				text-transform: uppercase;
				color: #2f79c7;
			}


			.newsLeft{
				width: 47%;
				float: left;
			}
			.newsRight{
				width: 47%;
				float: right;
			}
				.newsList{
					margin: 0;
					padding: 0;
				}
					.newsList dt{
						font-size: 11px;
						color: #929191;
						float: left;
					}
					.newsList dd{
						padding: 0px 0px 25px;
					}
					.allNews{
						color: #b1001e;
						font-weight: bold;
						font-size: 11px;
					}
