* {
	margin: 0;
	padding: 0;
}

html, body { 
	height:100%;
}

.wrapper {
	width: 100%;
	overflow: hidden;
}

.clear {
	clear: both;
	font-size: 0%;
	line-height: 0%;
	height: 0;
}

input, select {
	vertical-align: middle;
	font-weight: normal;
}

img {
	border: 0;
	vertical-align: top;
	text-align: left;
}

a img {
  border: 0;
}

ul, ol {
	list-style: none;
}

object {
	vertical-align: top;
	outline: none;
}

a {
	outline: none;
	color: #499ec4;
}

	a:hover {
		text-decoration: none;
	}

html {
	min-width: 980px;
}

body {
	background: #efefef url(images/body-tail.gif) repeat-x 50% 0%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1em;
	color: #393939;
}

p.justify {
  text-align: justify; 
}
span.underline {
  text-decoration: underline;
}

h2 {
	padding: 0 0 9px 0;
	text-transform: uppercase;
	line-height: 1.25em;
	font-size: 2em;
	font-weight: 400;
	color: #565656;
}

	h2 span {
		letter-spacing: -1px;
	}

	h2 strong {
		display: block;
		padding: 0 0 1px 0;
		font-weight: 400;
	}
	
	h2 b {
		display: block;
		padding: 0 0 3px 0;
		font-weight: 400;
	}
	
	h2 big {
		display: block;
		padding: 0 0 6px 0;
		font-size: 1em;
		font-weight: 400;
	}

h3 {
	padding: 0 0 10px 0;
	text-transform: uppercase;
	line-height: 1.25em;
	font-size: 2em;
	font-weight: 400;
	color: #004760;
}

h4 {
	width: 100%;
	overflow: hidden;
	padding: 0 0 11px 0;
	text-transform: uppercase;
	line-height: 1.25em;
	font-size: 2em;
	font-weight: 400;
	color: #565656;
}

	h4 img {
		float: left;
		margin: 0 11px 0 0;
	}
	
	h4 span {
		display: block;
		float: left;
		padding: 3px 0 0 0;
	}
	
	h4 em {
		display: block;
		width: 100%;
		overflow: hidden;
		margin: 0 0 -1px 0;
		font-style: normal;
	}
	
	h4 strong {
		display: block;
		width: 100%;
		overflow: hidden;
		padding: 0 0 3px 0;
		font-weight: 400;
	}
	
	h4 b {
		display: block;
		width: 100%;
		overflow: hidden;
		padding: 0 0 5px 0;
		font-weight: 400;
	}
	
	h4 small {
		display: block;
		margin: -7px 0 -5px 0;
		font-size: 1em;
	}

h5 {
	line-height: 1.667em;
	font-size: 1em;
	color: #969797;
}

h6 {
	padding: 0 0 6px 0;
	line-height: 1.667em;
	font-size: 1em;
	color: #499ec4;
}

	h6 span {
		display: block;
		line-height: 1.5em;
	}
	
	h6 strong {
		display: block;
		padding: 0 0 12px 0;
	}

.fleft {
	float: left;
}

	img.fleft {
		margin: 5px 23px 36px 0;
	}

.fright {
	float: right;
}

	ul.fright {
		padding: 0 52px 0 0;
	}

.col-1, .col-2, .col-3, .col-4 {
	float: left;
	overflow: hidden;
}

.block-1, .block-2, .block-3, .block-4 {
	float: left;
	overflow: hidden;
}

#tail-top-right {
	background: url(images/tail-top-right.gif) repeat-x 50% 0%;
	width: 50%;
	height: 490px;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
}

#main-tail-ver {
	background: url(images/main-tail-ver.gif) repeat-y 50% 0%;
}

#main-bg-top {
	background: url(images/main-bg-top.jpg) no-repeat 50% 0%;
	position: relative;
}

#main {
	position: relative;
	width: 980px;
	margin: 0 auto;
	font-size: 0.75em;
	overflow:hidden;
}

#header {
	position: relative;
	height: 490px;
}

	#header big {
		background: url(images/icon-clock.gif) no-repeat 0% 4px;
		display: block;
		padding: 0 0 0 19px;
		line-height: 1.8em;
		font-size: 0.833em;
		color: #fff;
		position: absolute;
		top: 2px;
		left: 21px;
	}

#navi {
	overflow: hidden;
	position: absolute;
	top: 3px;
	right: 10px;
}

	#navi li {
		background: url(images/navi-divider.gif) no-repeat 0% 6px;
		float: left;
		margin: 0 0 0 -1px;
		padding: 0 11px 0 11px;
		line-height: 1.8em;
		font-size: 0.833em;
		color: #e7e7e7;
	}
	
		#navi li a {
			text-decoration: none;
			color: #e7e7e7;
		}
		
		#navi li a:hover {
			text-decoration: underline;
		}

#logo {
	position: absolute;
	top: 40px;
	left: 20px;
}

#slogan {
	position: absolute;
	top: 50px;
	left: 150px;
}

#menu {
	position: absolute;
	top: 155px;
	left: 0;
}

	#menu li {
		float: left;
		padding: 0 2px 0 0;
	}
	
	#menu li.last {
		padding: 0;
	}
	
		#menu li a {
			background: #e8e8e8;
			display: block;
			width: 138px;
			height: 50px;
			overflow: hidden;
			float: left;
			line-height: 50px;
			font-size: 1.167em;
			font-weight: 400;
			text-align: center;
			text-transform: uppercase;
			text-decoration: none;
			color: #161616;
		}
		
		#menu li.last a {
			width: 140px;
		}
		
			#menu li a:hover {
				background: #004760 url(images/menu-act.jpg) no-repeat 50% 0%;
				color: #fff;
			}
			
			#menu li.act a {
				background: #004760 url(images/menu-act.jpg) no-repeat 50% 0%;
				color: #fff;
			}

#header-box {
	position: absolute;
	top: 259px;
	left: 18px;
}

	#header-box img {
		margin: 0 0 15px 0;
	}

	#header-box ul {
		padding: 0 0 20px 1px;
		overflow: hidden;
	}
	
		#header-box ul li {
			width: 100%;
			overflow: hidden;
			vertical-align: top;
			line-height: 2.5em;
			font-size: 1em;
			color: #fffefe;
		}
		
			#header-box ul li span {
				background: url(images/list-bg.gif) no-repeat 1px 0%;
				display: block;
				width: 27px;
				height: 26px;
				overflow: hidden;
				float: left;
				margin: 3px 0 0 0;
				padding: 0 8px 0 0;
				line-height: 24px;
				text-align: center;
				font-size: 1.5em;
				font-weight: 700;
			}
			
			#header-box ul li a {
				text-decoration: none;
				color: #fff;
			}
			
			#header-box ul li a:hover {
				text-decoration: underline;
			}
			
		#header-box b {
			background: url(images/header-button.gif) no-repeat 0% 0%;
			display: block;
			width: 84px;
			height: 43px;
			overflow: hidden;
			float: left;
			line-height: 26px;
			margin: 0 0 0 2px;
			font-size: 1.167em;
			font-weight: 400;
		}
		
			#header-box b a {
				display: block;
				height: 27px;
				padding: 0 4px 0 0;
				overflow: hidden;
				text-align: center;
				text-decoration: none;
				color: #fff;
			}
			
			#header-box b a:hover {
				color: #000;
			}

#header-pic {
	position: absolute;
	top: 218px;
	left: 347px;
}

#pages {
	position: absolute;
	top: 484px;
	right: 29px;
}

	#pages li {
		float: left;
	}
	
		#pages li a {
			background: url(images/page.png) no-repeat 0% 0%;
			display: block;
			width: 42px;
			height: 44px;
			margin: 0 0 0 -4px;
			padding: 0 2px 0 0;
			overflow: hidden;
			float: left;
			line-height: 42px;
			text-decoration: none;
			text-align: center;
			font-size: 1.667em;
			font-weight: 700;
			color: #fff;
		}
		
		#pages li a:hover {
			background-position: 0% 100%;
		}
		
		#pages li.act a {
			background-position: 0% 100%;
		}
		
			#pages li strong a {
				background: url(images/page-prev.png) no-repeat 0% 0%;
			}
			
			#pages li b a {
				background: url(images/page-next.png) no-repeat 0% 0%;
			}

#content {
	width: 100%;
}

	#content .indent {
		padding: 24px 20px 26px 20px;
	}
	
	#content .indent-1 {
		padding: 24px 20px 21px 20px;
	}
	
	#content .indent-2 {
		padding: 24px 20px 33px 20px;
	}
	
	#content p {
		padding: 0 0 4px 0;
		line-height: 1.667em;
		font-size: 1em;
		color: #969797;
	}
	
		#content p.extra {
			padding: 0 0 10px 0;
		}
	
		#content p.extra-style {
			padding: 0 0 8px 0;
			line-height: 1.5em;
		}
		
		#content p.extra-style1 {
			padding: 0 0 12px 0;
			line-height: 1.5em;
		}
		
		#content p.extra-style2 {
			padding: 0 0 17px 0;
			line-height: 1.5em;
		}
	
		#content blockquote p {
			padding: 0 0 21px 0;
			line-height: 1.667em;
			font-size: 1em;
			font-style: italic;
			color: #969797;
		}
		
			#content blockquote p em {
				display: block;
				padding: 6px 0 2px 10px;
				line-height: 1.2em;
				font-size: 1.75em;
				font-weight: 400;
				font-style: italic;
				color: #616161;
			}
			
			#content blockquote p b {
				display: block;
				font-weight: normal;
			}

#column-left {
	float: left;
	width: 317px;
	padding: 0 20px 0 0;
	overflow: hidden;
}

#column-right {
	float: left;
	width: 603px;
	padding: 25px 0 0 0;
}

.box {
	width: 100%;
	overflow: hidden;
	margin: 0 0 11px 0;
}

	.box .border-top {
		background: #fff url(images/border-top.gif) repeat-x 0% 0%;
	}
	
	.box .border-bot {
		background: url(images/border-bot.gif) repeat-x 0% 100%;
	}
	
	.box .border-left {
		background: url(images/border-left.gif) repeat-y 0% 0%;
	}
	
	.box .border-right {
		background: url(images/border-right.gif) repeat-y 100% 0%;
	}
	
	.box .corner-top-left {
		background: url(images/corner-top-left.gif) no-repeat 0% 0%;
	}
	
	.box .corner-top-right {
		background: url(images/corner-top-right.gif) no-repeat 100% 0%;
	}
	
	.box .corner-bot-left {
		background: url(images/corner-bot-left.gif) no-repeat 0% 100%;
	}
	
	.box .corner-bot-right {
		background: url(images/corner-bot-right.gif) no-repeat 100% 100%;
		width: 100%;
	}
	
	.box .inner {
		padding: 25px 22px 15px 22px;
	}
	
	.box .inner-1 {
		padding: 25px 20px 15px 22px;
	}
	
	.box p {
		padding: 0 0 5px 0 !important;
		line-height: 1.5em !important;
		font-size: 1em !important;
		color: #969797 !important;
	}
	
	.box p.extra {
		padding: 0 0 13px 0 !important;
	}
	
	.box p.extra1 {
		padding: 0 0 20px 0 !important;
	}

.box-1 {
	width: 100%;
	overflow: hidden;
}

	.box-1 .inner {
		padding: 20px 21px 11px 21px;
	}
	
	.box-1 p {
		line-height: 1.5em !important;
	}

.line-ver-1 {
	background: url(images/line-ver.gif) repeat-y;
	width: 100%;
}

.line-ver-2 {
	background: url(images/line-ver.gif) repeat-y;
	width: 100%;
}

.list {
	padding: 0 0 8px 0;
	overflow: hidden;
}

	.list li {
		background: url(images/line-hor.gif) repeat-x 0% 28px;
		line-height: 2.5em;
		font-size: 1em;
		color: #004962;
	}
	
		.list li a {
			background: url(images/marker.gif) no-repeat 0% 5px;
			padding: 0 0 0 14px;
			text-decoration: none;
			color: #004962;
		}
		
		.list li a:hover {
			color: #666;
		}

.list-1 {
	overflow: hidden;
}

	.list-1 li {
		background: url(images/marker-1.gif) no-repeat 0% 7px;
		padding: 0 0 0 21px;
		line-height: 2.167em;
		font-size: 1em;
		color: #2a8fc3;
	}
	
		.list-1 li a {
			text-decoration: none;
			color: #2a8fc3;
		}
		
		.list-1 li a:hover {
			text-decoration: underline;
		}

.list-2 {
	overflow: hidden;
	margin: 0 0 -11px 0;
}

	.list-2 dt {
		background: url(images/marker-2.gif) no-repeat 0% 5px;
		padding: 0 0 0 12px;
		line-height: 1.286em;
		font-size: 1.167em;
		font-style: italic;
		color: #3baedc;
	}
	
		.list-2 dt a {
			text-decoration: none;
			color: #3baedc;
		}
		
		.list-2 dt a:hover {
			text-decoration: underline;
		}
		
	.list-2 dd {
		padding: 0 0 19px 0;
		line-height: 1.5em;
		font-size: 1em;
		color: #969797;
	}
	
		.list-2 dd strong {
			display: block;
		}

.list-3 {
	padding: 2px 0 2px 0;
	overflow: hidden;
}

	.list-3 li {
		padding: 0 0 18px 0;
		line-height: 1.5em;
		font-size: 1em;
		color: #969797;
	}
	
		.list-3 li a {
			color: #3baedc;
		}

.list-4 {
	margin: 0 0 -2px 0;
	padding: 1px 0 0 0;
	overflow: hidden;
}

	.list-4 li {
		width: 100%;
		padding: 0 0 25px 0;
		overflow: hidden;
		vertical-align: top;
		line-height: 1.667em;
		font-size: 1em;
		color: #969797;
	}
	
		.list-4 li img {
			float: left;
			margin: 5px 23px 0 0;
		}
		
		.list-4 li strong {
			display: block;
			padding: 0 0 6px 0;
			color: #499ec4;
		}
		
		.list-4 li b {
			display: block;
			font-weight: normal;
		}
		
			.list-4 li b a {
				background: url(images/link-arrow1.gif) no-repeat 0% 10px;
				padding: 0 0 0 12px;
				float: left;
				line-height: 2.083em;
				font-size: 1em;
				font-style: italic;
				color: #3baedc;
			}

.list-5 {
	padding: 0 0 20px 0;
	overflow: hidden;
	line-height: 1.667em;
	font-size: 1em;
	color: #969797;
}

	.list-5 dt {
		font-weight: bold;
		color: #3baedc;
	}
	
		.list-5 dt a {
			text-decoration: none;
			color: #3baedc;
		}
		
		.list-5 dt a:hover {
			text-decoration: underline;
		}
		
	.list-5 dd {
		padding: 0 0 14px 0;
	}

.list-6 {
	padding: 1px 0 0 0;
	overflow: hidden;
	line-height: 1.5em;
	font-size: 1em;
	color: #969797;
}

	.list-6 dt {
		font-weight: bold;
		color: #3baedc;
	}
	
	.list-6 dd {
		width: 100%;
		padding: 0 0 18px 0;
		overflow: hidden;
	}
	
		.list-6 dd small {
			float: right;
			padding: 0 38% 0 0;
			font-size: 1em;
		}

.list-indent {
	padding: 0 0 7px 0 !important;
}

.list-indent1 {
	padding: 0 0 22px 0 !important;
}

.list-indent2 {
	padding: 0 0 4px 0 !important;
}

.title {
	padding: 0 0 7px 0;
	text-transform: uppercase;
	line-height: 1.3em;
	font-size: 1.5em;
	font-weight: 400;
	color: #262626;
}

.title-1 {
	line-height: 1.667em;
	font-size: 1em;
	color: #499ec4;
}

	.title-1 a {
		color: #499ec4;
	}

.title-2 {
	padding: 0 0 18px 0;
	line-height: 1.5em;
	font-size: 1em;
	font-weight: bold;
	color: #3baedc;
}

.link {
	background: url(images/link-arrow.gif) no-repeat 0% 5px;
	padding: 0 0 0 12px;
	line-height: 1.786em;
	font-size: 1.167em;
	color: #9b9a9a;
}

.link-1 {
	background: url(images/link-arrow1.gif) no-repeat 0% 10px;
	padding: 0 0 0 12px;
	float: right;
	line-height: 2.083em;
	font-size: 1em;
	font-style: italic;
	color: #3baedc;
}

.link-2 {
	background: url(images/link-arrow1.gif) no-repeat 0% 10px;
	padding: 0 0 0 12px;
	float: left;
	line-height: 2.083em;
	font-size: 1em;
	font-style: italic;
	color: #3baedc;
}

.link-position {
	margin: -4px 0 0 0;
	padding: 0 3px 0 12px;
}

.link-position1 {
	margin: -8px 0 0 0;
	padding: 0 3px 33px 12px;
}

.link-indent {
	margin: 0 0 34px 0 !important;
}

.no-indent {
	margin: 0 !important;
	padding: 0 !important;
}

.pic-indent {
	margin: 0 0 18px 0;
}

#data-form {
	width: 600px;
	padding: 3px 0 0 0;
}

	#data-form p {
		width: 100%;
		height: 30px;
		overflow: hidden;
		padding: 0 !important;
		line-height: 1.5em !important;
		font-size: 1em !important;
	}
	
		#data-form p.extra {
			height: 40px;
		}

	#data-form strong {
		display: block;
		width: 60px;
		float: right;
		margin: -2px 0 0 0;
		line-height: 1.5em;
		text-align: right;
	}
	
	#data-form strong.extra {
		float: left;
		padding: 0 0 0 11px;
	}
	
		#data-form strong a {
			color: #969797;
		}
		
	#data-form b {
		display: block;
		width: 115px;
		overflow: hidden;
		float: left;
		margin: -2px 0 0 0;
		padding: 0 10px 0 0;
		overflow: hidden;
		line-height: 1.5em;
	}
	
	#data-form input {
		background: #f9f9f9;
		width: 386px;
		height: 17px;
		margin: 3px 0 0 0;
		padding: 4px 12px 4px 12px;
		border: 1px solid #ececec;
		float: left;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		color: #004962;
	}
	
	#data-form em {
		display: block;
		width: 192px;
		float: left;
		padding: 0 28px 0 0;
		font-style: normal;
	}
	
		#data-form em input {
			width: 166px;
		}
		
	#data-form i {
		display: block;
		width: 192px;
		float: left;
		font-style: normal;
	}
	
		#data-form i input {
			width: 166px;
		}

	#data-form big {
		display: block;
		float: left;
		padding: 0 17px 0 15px;
		font-size: 1em;
	}
	
		#data-form big span {
			display: block;
			float: left;
			padding: 0 11px 0 0;
			line-height: 30px;
			color: #004962;
		}
	
		#data-form big input {
			background: #f9f9f9;
			width: 25px;
			height: 25px;
			margin: 3px 0 0 0;
			padding: 0;
			float: left;
			border: none;
		}
		
		#data-form small {
			font-size: 1em;
		}

		#data-form small a {
			background: url(images/link-arrow1.gif) no-repeat 0% 10px;
			padding: 0 0 0 12px;
			float: right;
			margin: 21px 2px 0 16px;
			line-height: 2.083em;
			font-size: 1em;
			font-style: italic;
			color: #3baedc;
		}
		
	#data-form a.data-link {
		float: left;
		margin: 24px 0 0 0;
		line-height: 1.5em;
		font-weight: bold;
		color: #969797;
	}

#contact-form {
	width: 272px;
	padding: 7px 0 0 0;
}

	#contact-form label {
		display: block;
		width: 100%;
		height: 40px;
		overflow: hidden;
	}
	
	#contact-form input {
		background: #f9f9f9;
		width: 250px;
		height: 17px;
		padding: 4px 10px 4px 10px;
		float: left;
		border: 1px solid #ececec;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		color: #004962;
	}
	
	#contact-form textarea {
		background: #f9f9f9;
		width: 250px;
		height: 267px;
		padding: 4px 10px 4px 10px;
		float: left;
		overflow: auto;
		border: 1px solid #ececec;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		color: #004962;
	}
	
	#contact-form a {
		background: url(images/link-arrow.gif) no-repeat 0% 11px;
		padding: 0 0 0 12px;
		float: right;
		margin: 9px 0 0 24px;
		line-height: 1.786em;
		font-size: 1.167em;
		color: #9b9a9a;
	}

.privacy {
	width: 100%;
	overflow: hidden;
	padding: 25px 0 3px 0;
}

	.privacy p {
		padding: 0 0 20px 0 !important;
	}
	
	.privacy p.extra {
		padding: 0 0 16px 0 !important;
	}
	
	.privacy p.no-indent {
		padding: 0 !important;
	}

#footer {
	background: #f0f0f0 url(images/footer-top.gif) no-repeat 0% 0%;
}

	#footer .inner {
		background: url(images/footer-bot.gif) no-repeat 0% 100%;
		min-height: 129px;
		height: auto !important;
		height: 129px;
		padding: 31px 20px 50px 20px;
	}
	
	#footer .line-ver-1 {
		background-position: 336px 0%;
	}
	
	#footer .line-ver-2 {
		background-position: 630px 0%;
	}
	
	#footer .block-1 {
		width: 318px;
		padding: 0 20px 0 0;
	}
	
	#footer .block-2 {
		width: 254px;
		padding: 0 20px 0 20px;
	}
	
	#footer .block-3 {
		width: 261px;
		padding: 0 0 0 47px;
	}
	
	#footer p {
		background: url(images/footer-text.gif) no-repeat 0% 0%;
		margin: 25px 0 9px 0;
		padding: 12px 0 0 117px;
		line-height: 1.5em;
		font-size: 1em;
		color: #404040;
	}
	
		#footer p a {
			text-decoration: none;
			color: #404040;
		}
		
		#footer p a:hover {
			text-decoration: underline;
		}
		
	#footer strong {
		display: block;
		width: 125px;
		float: left;
		padding: 1px 27px 15px 0;
		line-height: 1.667em;
		font-weight: normal;
		color: #7a7a7a;
	}
	
	#footer b {
		display: block;
		width: 166px;
		float: left;
		line-height: 1.667em;
		font-weight: normal;
		color: #7a7a7a;
	}
	
		#footer b small {
			float: right;
			padding: 0 2% 0 0;
			font-size: 1em;
		}
		
		#footer b em {
			font-style: normal;
			color: #209fc7;
		}

/*News Body*/
.bodyNews{margin-bottom: 10px;}
.title1News{margin-bottom: 3px;}