/* CSS Document */
html,body {
	font-family: 'Tahoma','Helvetica',sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: #E7EEF1;
}

a img {
	border: none;
}

body {
	background: url(../layout/image/template/pl/bg_top.gif) repeat-x;
	background-color: #E7EEF1;
}

.clear {
	clear: both;
}

div.container {	
	width: 100%;           
	text-align: center;
}

div.top {	
		height: 186px;
		width: 970px;
		margin: auto;
		overflow: hidden;	
		background: url(../layout/image/template/pl/top_banner.jpg) no-repeat right top;
		text-align: left;
}

a#logo {
	display: block;
	width: 212px;
	height: 152px;
}

div.belt {
	height: 34px;
	width: 970px;
	overflow: hidden;
}

div.belt div.menu_img {
	float: left;
	width: 212px;
	height: 34px;
	display: inline;
	overflow: hidden;
}

div.belt div.breadcrumbs {
	float: left;
	background: url(../layout/image/template/pl/breadcrumbs.gif) no-repeat;
	height: 34px;
	width: 758px;
	line-height: 32px;
	color: #fff;
	display: inline;
	overflow: hidden;
	text-indent: 30px;
}

div.belt div.breadcrumbs a {
	color: #fff;
	text-decoration: none;
}

div.belt div.breadcrumbs a:hover {
	text-decoration: underline;
}

div.center {
	background: url(../layout/image/template/pl/foot_complete.gif) no-repeat 0 bottom;		
	margin: auto;
	width: 970px;
	text-align: left;
}

div.center div.left_column {
	width: 212px;
	overflow: hidden;
	float: left;
	padding-bottom: 100px;
}



div.center div.right_column {
	width: 758px;
	overflow: hidden;
	float: left;
}

div.center div.right_column div.page_light {
	width: 670px;
	overflow: hidden;
	margin: 8px 0 15px 29px;
}

div.bg_content {
	background: url(../layout/image/template/pl/bg_content.gif) repeat-y center 0 ;
	text-align: center;
}

div.foot_bg {
	background: url(../layout/image/template/pl/bg_foot.gif) repeat-x 0 bottom;	
	text-align: center;
}

div.foot {
	height: 49px;
	color: #104e83;
	line-height: 40px;
	text-align: center;
}

div.foot a {
	text-decoration: none;
	color: #104e83;
}

div.foot a:hover {
	text-decoration: underline;
}

div.foot div.foot_content {
	width: 970px;
	margin: auto;
	height: 49px;
	overflow: hidden;
}

div.foot div.foot_info {
	width: 725px;
	margin-left: 212px;
	text-align: left;
}

div.foot div.foot_signature {
	float: right;
	width: 200px;
	text-align: right;
	margin-right: 30px;
}

div.foot div.foot_menu {
	float: left;
	width: 440px;
	margin-left: 25px;
}

div.foot div.foot_menu a {
	margin: 0 5px;
}

h1, h2, h3 {
  color: #224D6F;
  font-weight: bold;
}

h1 {
  margin: 10px 0;
  padding: 0;
  font-weight: bold;
  font-size: 16px;
}

h2 {
  margin: 6px 0;
  padding: 0;
  font-weight: bold;
  font-size: 14px;
}

h3 {
  margin: 3px 0;
  padding: 0;
  font-weight: bold;
  font-size: 12px;
}
