@charset "UTF-8";
/* CSS Document */

.main_container {
	background-image:url('../images/pageBg.jpg');
	background-repeat: repeat-x;
	width: 100%;
	padding: 21px 0px 0px 0px;
	margin: 0px;
}

.main {
	width: 750px;
}

.header {
	width: 750px;
	height: 126px;
	background-image:url('../images/home/headerBg2.jpg');
	background-repeat: no-repeat;
}

.body_container {
	width: 750px;
	xmin-height:790px;
	background-color: transparent;
	background-image:url('../images/home/left-image-tile.jpg');
	background-repeat: repeat-y;
}

.nav_container {
	width: 170px;
	padding-left: 4px;
	float: left;
}

.body_main {
	float: right;
	width: 568px;
	min-height:590px;
	background-color: #fff;
	border-right: 4px solid #34588C;
}

.body_left_container {
	float: left;
	width: 178px;
}

.body_left {
	background-color: #4a494c;
}

.body_text {
	width: 403px;
	height: 193px;
	text-align:left;
	font-size:14px;
	color: 	#c0c0c0;
}

.body_text2 {
	width: 403px;
	height: 193px;
	text-align:left;
	font-size:12px;
	color: 	#ffffff;
}

.flag {
	width: 170px;
	height: 227px;
}

.btn_container {
	width: 153px;
	float: left;
	padding-left: 17px;
	background-image: url('../images/home/menuBg.gif');
	background-position: center;
	background-repeat: no-repeat;
	text-align: left;
	border-top: 1px solid #D8E1DE;
	border-bottom: 1px solid #1F4874;
}

.btn_container a {
	padding: 4px 0px 4px 0px;
	color: #ffffff;
	display: block;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

.btn_container a:hover {
	padding: 4px 0px 4px 0px;
	color: #000;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
