html {
	font-size: 0.625em;
}

body {
	margin: 0px;
	padding: 0px;
	background: #d0d0d0 url(../images/background.gif) repeat-x;
	text-align: center;
	font-family: arial, helvetica, verdana, sans-serif;
	color: #333;
	font-size: 1.2em;
	line-height: 1.4em;
}

a, .typography a {
	text-decoration: none;
	color: #88321C;
	border-bottom: 1px dotted;
}
	a:hover, .typography a:hover {
		border-bottom: 1px solid;
	}

	a.backToTop {
		border-bottom: none;
		font-size: 0.75em;
		color: #999;
		margin-top: 10px;
		margin-bottom: 10px;
		display: block;
	}
	a.backToTop span {
		border-bottom: 1px dotted #DDD;
		float: right;
	}

	#HiddenAccessKeyLinks {
		display: block;
		width: 0px;
		height: 0px;
		overflow: hidden;
	}
.OrangeLink {
		color: #fff;
		padding: 5px 10px 8px 10px;
		line-height: 1.5em;
		background: #b36213 url(../images/OrangeLinkBackground.png) repeat-x 0% 100%;
		border: none;
	}
	a.OrangeLink:hover {
		background: #b36213;
		cursor: pointer;
		border-bottom: 0;
	}

.GreenLink {
		color: #fff;
		padding: 5px 10px 8px 10px;
		background: #3e5902 url(../images/GreenLinkBackground.png) repeat-x 0% 100%;
	}
	a.GreenLink:hover {
		background: #3e5902;
	}
.RedLink {
		color: #fff;
		padding: 5px 10px 8px 10px;
		background: #8c1c1c url(../images/RedLinkBackground.png) repeat-x 0% 100%;
	}
	a.RedLink:hover {
		background: #8c1c1c;
	}	
.BlueLink {
		color: #fff;
		padding: 5px 10px 8px 10px;
		background: #5c6c61 url(../images/BlueLinkBackground.png) repeat-x 0% 100%;
		border-bottom: none;
	}
	a.BlueLink:hover {
		background: #5c6c61;
	}
.noJavascriptMessage {
	padding: 10px;
	background-color: #ccc;
	border: 1px solid #aaa;
}
.Box .OrangeLink, .Box .GreenLink, .Box .RedLink {
	margin-bottom: 6px;
	display: inline-block;
	border: none;
}
.HomePage .Box .OrangeLink, .HomePage .Box .GreenLink {
	display: block;
	float: left;
	clear: left;
	width: auto;
}

.loading {
	background: url(../images/icons/spinner.gif) no-repeat;
	text-indent: 20px;
}

:-moz-any-link:focus {
  outline: none;
}

a img {
	border: none;
}

.clear {
	display: block;
	clear: both;
}

.alignRight {
	text-align: right;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.HorizontalList {
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: 100%;
}
	.HorizontalList li {
		float: left;
	}
.pageTitle {
	padding-top: 50px;
}

.pageNav {
	margin-top: 30px;
}
	.pageNav .PrevPage {
		float: left;
		border: none;
		color: #FFF;
	}
	.pageNav .NextPage {
		border: none;
		color: #FFF;
		float: right;
	}
em {
	font-style: normal;
	font-weight: bold;
}

#PageLastUpdated {
	width: 200px;
	float: right;
	text-align: right;
	padding-right: 15px;
	color: #888;
	font-size: 0.9em;
	margin-bottom: 5px;
}

#PageUtils {
	width: 100%;
	overflow: hidden;
	margin-top: 8px;
}
#PagePrint {
	width: 200px;
	float: left;
	padding-left: 15px;
	font-size: 0.9em;
	margin-bottom: 5px;
}
	#PagePrint span {
		padding: 3px 0 3px 19px;
		background: url(../images/document-print.png) left no-repeat;
	}

#Wrapper {
	width: 910px;
	margin: 0 auto;
	background-color: #fff;
	text-align: left;
}

#Navigation_wrapper {
	overflow: visible;
	width: 100%;
	background: #a2a0a3;
	z-index: 99;
}

#Container {
	width: auto;
	height: auto;
	overflow: hidden;
}

	.BusinessWithASEANChildPage #Container {
		overflow: visible;
	}
/* Search 
------------------------- */
#TopSearch {
	height: 40px;
	float: right;
	width: 20em;
	text-align: right;
}

/* Menu 1
------------------------- */
#Navigation {
	margin: 0 auto;
	width: 910px;
	background: #000;
	display: visible;
}
	#Navigation ul {
		font-size: 12px;
		float: left;
		z-index:500;
	}
		#Navigation li {
			float: left;
			list-style: none;
		}
			#Navigation li a {
				float: left;
				list-style: none;
				text-align: left;
				border: none;
			}
			#Navigation li a.top_link {
				float: left;
				display: block;
				color: #fff;
				margin-top: 1px;
				text-decoration: none;
				padding: 0 12px;
				height: 39px;
				line-height: 39px;
			}
			#Navigation li.top {
				display: block; 
				float: left;
			}

			/* CUSTOM BACKGROUND COLORS */
			
			/* DEFAULT */
			#Navigation li a.top_link:hover { background: #333;}

			/* THE AGREEMENT */
			#Navigation li.the-agreement a.top_link:hover,
			#Navigation li.current a.the-agreement,
			#Navigation li.section a.the-agreement,
			#Navigation li.the-agreement li a:hover { background:#d89139 url(../images/AgreementLinkBackground.png) repeat-x;}
			#Navigation li.the-agreement li { border-top:1px solid #D68E38;}
			#Navigation li.the-agreement:hover > a.top_link,
			#Navigation li.section:hover > a.the-agreement,
			#Navigation li.current:hover > a.the-agreement,
			#Navigation li.section:hover > a.the-agreement:hover,
			#Navigation li.current:hover > a.the-agreement:hover { background:#D68E38 url(../images/AgreementLinkBackground.png);}
			
			/* BUSINESS WITH ASEAN */
			#Navigation li.business-with-asean a.top_link:hover,
			#Navigation li.current a.business-with-asean,
			#Navigation li.section a.business-with-asean,
			#Navigation li.business-with-asean li a:hover { background:#648B11 url(../images/BusinessWithLinkBackground.png) repeat-x;}
			#Navigation li.business-with-asean li { border-top:1px solid #648B11;}
			#Navigation li.business-with-asean:hover > a.top_link,
			#Navigation li.section:hover > a.business-with-asean,
			#Navigation li.current:hover > a.business-with-asean,
			#Navigation li.section:hover > a.business-with-asean:hover,
			#Navigation li.current:hover > a.business-with-asean:hover { background:#648B11 url(../images/BusinessWithLinkBackground.png) repeat-x scroll 0 0}
			
			/* TOOLS AND RESOURCES */
			#Navigation li.tools-and-resources a.top_link:hover,
			#Navigation li.current a.tools-and-resources,
			#Navigation li.section a.tools-and-resources,
			#Navigation li.tools-and-resources li a:hover { background:#A21F29 url(../images/ToolsLinksBackground.png) repeat-x;}
			#Navigation li.tools-and-resources li { border-top:1px solid #A21F29;}
			#Navigation li.tools-and-resources:hover > a.top_link,
			#Navigation li.section:hover > a.tools-and-resources,
			#Navigation li.current:hover > a.tools-and-resources,
			#Navigation li.section:hover > a.tools-and-resources:hover,
			#Navigation li.current:hover > a.tools-and-resources:hover { background:#A21F29 url(../images/ToolsLinksBackground.png) repeat-x;}
			
			/* FTA MILESTONE */
			#Navigation li.fta-milestones a.top_link:hover,
			#Navigation li.current a.fta-milestones,
			#Navigation li.section a.fta-milestones,
			#Navigation li.fta-milestones li a:hover {background:#D6AF3C url(../images/MilestonesLinkBackground.png) repeat-x scroll 0 0;}
			#Navigation li.fta-milestones li { border-top:1px solid #D6AF3C;}
			#Navigation li.fta-milestones:hover > a.top_link,
			#Navigation li.section:hover > a.fta-milestones,
			#Navigation li.current:hover > a.fta-milestones,
			#Navigation li.section:hover > a.fta-milestones:hover,
			#Navigation li.current:hover > a.fta-milestones:hover {background:#D6AF3C url(../images/MilestonesLinkBackground.png) repeat-x scroll 0 0;}
			
			/* FAQ #Navigation */
			#Navigation li.faq a.top_link:hover,
			#Navigation li.current a.faq,
			#Navigation li.section a.faq,
			#Navigation li.faq li a:hover {background:#3E7BA5 url(../images/FAQLinkBackground.png) repeat-x scroll 0 0;}
			#Navigation li.faq li { border-top:1px solid #3E7BA5;}
			#Navigation li.faq:hover > a.top_link,
			#Navigation li.section:hover > a.faq,
			#Navigation li.current:hover > a.faq,
			#Navigation li.section:hover > a.faq:hover,
			#Navigation li.current:hover > a.faq:hover {background:#3E7BA5 url(../images/FAQLinkBackground.png) repeat-x scroll 0 0;}
		
			#Navigation table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}
			#Navigation a:hover {visibility:visible; position:relative; z-index:200;}
			#Navigation li:hover {position:relative; z-index:200;}

			/* keep the 'next' level invisible by placing it off screen. */
			#Navigation ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

			#Navigation ul ul.sub1 {width:auto;}
			#Navigation ul ul.sub1 li {
				clear: left;
				width: 100%;
			}
			#Navigation ul :hover ul { left: 0;top:39px; background: #000; white-space:nowrap; border: none; height:auto; z-index:300;}
			#Navigation ul :hover ul li { display:block;position:relative; width:160px; margin: 0; padding: 0;}
			#Navigation ul :hover ul li a {
				display:block;  
				clear: both; 
				font-size:12px; 
				text-transform: none; 
				width: 100%; 
				padding: 11px 0;
				text-indent: 12px; 
				color:#FFF; 
				text-decoration: none;
			}
			

/** CONTENT STYLING */
#Content {
	padding: 15px 15px 0;
	width: auto;
	overflow: visible;
}
#Content.Agreement {
	position: relative;
	min-height: 800px;
}
	#Content .Box {
		width: 286px;
		_padding-bottom: 10px;
	}
	body #BannerWrapper {
		height: 200px;
		position: relative;
		padding: 0;
		margin: 0;
	}
	body #GenericBannerWrapper {
		height: 45px;
		background: url(../images/GenericPageBanner.png);
	}
	body.HomePage #BannerWrapper{
		height: 250px ;
	}
		#BannerWrapper #BannerText {
			position: absolute;
			width: 390px;
			left: 488px;
			top: 53px;
			color: #fff;
			font-weight: bold;

		}
		#BannerWrapper #CountriesToggler {
			position: absolute;
			right: 18px;
			bottom: 0;
			display: none;
			padding: 2px 6px 3px 6px;
			background: #aab592;
		}
			body.HomePage #BannerWrapper #CountriesToggler {
				display: block;
			}
		#BannerWrapper #CountriesToggler a {
			color: #455249;
			font-size: 0.9em;
			padding-bottom: 0;
		}
		#BannerWrapper #CountriesToggler a:hover {
			cursor: pointer;
		}
		#PhotoCredit {
			cursor: pointer;
			text-align: right;
			position: absolute;
			right: 455px;
			bottom: 0;
			width: auto;
			color: #FFF;
			padding: 6px;
			font-size: 0.8em;
			line-height: 1.4em;
			opacity: 0.7;
		}
		.countryPage #PhotoCredit {
			right: 0;
			bottom: 46px;
		}
		#PhotoCredit h4 {
			font-size: 1em;
			margin: 0;
			border-bottom: 1px dotted;
		}
		#PhotoCredit span, #PhotoCredit a {
			color: #FFF;
		}
		
	#CountriesBox {
		border: 3px solid #aab592;
		padding: 0px 0px 0px 0px;
		text-align: center;
		background: #DBDBDB;
	}
	body.countryPage #CountriesBox, body.BusinessWithASEANPage #CountriesBox {
		margin-top: 15px;
	}
		#CountriesBox a.Overview {
		}
		a.Flag {
			width: 81px;
			height: 65px;
			padding-top: 6px;
			display: block;
			line-height: 1.1em;
			border: 0px;
			outline: none;
		}
			body.countryPage a.Flag, body.BusinessWithASEANPage a.Flag {
				width: 78px;
			}
			a.Flag:hover {
				background-color: #cfd8ba;
				border: none;
			}
		a.ASEAN {
			width: 92px;
			background: url('../images/flags/asean.gif') no-repeat 50% 3em;
			border-right: 2px solid #aab592;
		}
		a.ASEAN:hover {
			border-right: 2px solid #aab592;
		}
			body.countryPage a.ASEAN {
				width: 92px;
			}
		a.Brunei {
			background: url('../images/flags/brunei.gif') no-repeat 50% 3em;
		}
		a.Cambodia {
			background: url('../images/flags/cambodia.gif') no-repeat 50% 3em;
		}
		a.Indonesia {
			background: url('../images/flags/indonesia.gif') no-repeat 50% 3em;
		}
		a.Laos {
			background: url('../images/flags/laos.gif') no-repeat 50% 3em;
		}
		a.Malaysia {
			background: url('../images/flags/malaysia.gif') no-repeat 50% 3em;
		}
		a.Myanmar {
			background: url('../images/flags/myanmar.gif') no-repeat 50% 3em;
		}
		a.Philippines {
			background: url('../images/flags/philippines.gif') no-repeat 50% 3em;
		}
		a.Singapore {
			background: url('../images/flags/singapore.gif') no-repeat 50% 3em;
		}
		a.Thailand {
			background: url('../images/flags/thailand.gif') no-repeat 50% 3em;
		}
		a.Vietnam {
			background: url('../images/flags/vietnam.gif') no-repeat 50% 3em;
		}
	/* Home page */

	.HomePage h1 {
		display: block;
	}
	.HomePage h1 a {
		color: white;
		font-size: 85%;
		font-weight: normal;
		text-align: center;
		text-transform: uppercase;
		width: 100%;
	}	
	#TheAgreementBox {
		float: left;
		margin-right: 12px;
	}
		#TheAgreementBox h1 {
			background: #d58d37;
		}
		#TheAgreementBox h1 a {
			height: 80px;
			display: block;
			width: 100%;
		}

	#DiscoverASEANBox {
		float: left;
	}
		#DiscoverASEANBox h1 {
			margin: 0;
			background: #638910;
		}
		#DiscoverASEANBox h1 a {
			height: 80px;
			display: block;
			width: 100%;
		}
	#ToolBox {
		float: right;
	}
		#ToolBox h1 {
			margin: 0;
			background: #a51f2b;
		}	
		#ToolBox h1 a {
			height: 32px;
			display: block;
			width: 100%;
			border: none;
		}
		#ToolList {
			margin: 0px;
			padding: 0px;
			list-style: none;
		}
			#ToolList p {
				margin: 4px 0;
				width: 50%;
			}
			#ToolList a {
				margin-bottom: 0;
				padding: 4px 8px 6px;
			}
			#ToolList li {
				padding: 6px;
				margin-top: 3px;
				border: 3px solid #eee;
			}
			#ToolList li.selected {
				border: 3px solid #ccc;
			}
			#ToolList li.selected a.selected {
				cursor: default;
			}
		#ToolList a.ToolTitle {
			border: none;
			display: block;
			width: 230px;
			padding: 0;
			height: 12px;
			color: #8C1C1C;
			text-transform: uppercase;
			font-weight: bold;
			font-size: 110%;
		}
		#ToolList #TariffFinderToolTitle {
			width: 117px;
			height: 12px;
		}
		#ToolList #MeetingTimePlannerToolTitle {
			width: 190px;
			height: 12px;
		}
		#ToolList #CurrencyConvertorToolTitle {
			width: 190px;
			height: 12px;
		}
		#ToolList #GlossaryToolTitle {
			width: 158px;
			height: 12px;
		}
	div#LatestNewsBox {
		margin-top: 15px;
		overflow: visible;
	}
		#LatestNewsBox h1 {
			position: relative;
			margin: 0;
			background: #666;
			border: none;
		}
		#LatestNewsBox h1 a {
			border: none;
			height: 32px;
			display: block;
			width: 100%;
		}
			#LatestNewsBox h1 span a {
				position: absolute;
				width: 16px;
				height: 16px;
				top: 8px;
				right: 8px;
				background: orange;
				color: white;
				font-size: 50%;
			}
		#LatestNewsBox ul {
			width: auto;
		}
		#LatestNewsBox ul li {
			width: 185px;
			padding: 15px;
		}
		#LatestNewsBox ul a {
			color: #4d5a52;
		}

			#LatestNewsBox .NewsMeta {
				margin-top: 15px;
				font-size: 0.9em;
				color: #666;
			}
			#LatestNewsBox ul li .NewsDate {
				float: left;
				width: 80px;
			}
			#LatestNewsBox ul li .NewsType {
				float: right;
				width: 80px;
				text-align: right;
			}
	
	/* end of Home page */
	
	/* The agreement page */
	
	#AgreementWrapper {
		overflow: visible;
		width: 100%;
		position: relative;
	}
		#AgreementWrapper .show, #AgreementWrapper .hide {
			display: inline-block;
			z-index: 1;
		} 
		a.show {
			position: relative;
			top: 26px;
			left: 5px;
			color: #fff;
		}
	
	span.extension {
		text-transform: uppercase;
		border-bottom: none !important;
	}
	
	body.TheAgreementPage #Content div.Box {
		float: left;
		width: 278px;
		margin-right: 22px;
	}
		#Content div.Box .alignRight {
			padding-top: 6px;
		}
		#Content div.Box .alignRight p {
			margin: 0;
		}
		#Content div.Box h1 {
			margin: 0;
		}
		
			#Content div.Box h1 a {
				border: none;
				width: 100%;
				display: block;
			}
		body.TheAgreementPage div.Box h1 a {
			height: 242px;
		}
		body.TheAgreementPage #Content .Box h1 a {
			color: white;
			font-size: 85%;
			font-weight: normal;
			text-align: center;
			text-transform: uppercase;
			width: 100%;
		}
			body.TheAgreementPage #Content .Box h1 {
				background: #d58d37;
			}
		
		
		body.PublicationPage h1 {
			margin: 0;
			height: 46px;			
		}
		a.publicationDownload span {
			border-bottom: 1px dotted;
		}
		a.publicationDownload:hover span {
			border-bottom: 1px solid;
		}
		body.TheAgreementPage #Content div#GuidesAndPublicationsBox {
			float: right;
			margin-right: 0px;
		}

			div.theAgreementLandingPageBoxLinks {
				padding: 1px 10px 1px 10px;
				background: none;
			}
			
			#TheAgreementGenericIndex, .toc {
				float: left;
				width: 220px;
				margin-top: 15px;
			}

			#TheAgreementGenericIndex ul {
				list-style: none;
				margin-left: 0px;
				padding-left: 0px;
				font-size: 0.9em;
			}
			#TheAgreementGenericIndex ul li {
				margin-bottom: 6px
			}
			#TheAgreementGenericIndex ul li.current {
				font-weight: bold;
			}
			#TheAgreementGenericIndex ul li.current a {		
				border: none;
				color: #C27527;
			}		
			#TheAgreementGenericIndex ul li a {
				color: #333;
			}
			#TheAgreementGenericIndex ul li a:hover {
				color: #c27527;
			}

			#TheAgreementGenericIndex ul ul {
				margin-left: 15px;
			}	
			
		#TextOfTheAgreementIndex {
			margin-top: 0;
			width: 240px;
			overflow: visible;
			position: absolute;
			top: 0;
			left: 0;
		}
		#TextOfTheAgreementIndex h2, #TheAgreementGenericIndex h2 {
			color: #999;
			margin-top: 0;
			font-weight: normal;
		}

		#TextOfTheAgreementIndex ul {
			list-style: none;
			padding-left: 3px;
			font-size: 0.9em;
		}
		
		
			#TextOfTheAgreementIndex ul li {
				margin-bottom: 6px;
			}
			#TextOfTheAgreementIndex ul li ul {
				padding-left: 12px;
				padding-top: 4px;
				font-size: 0.95em;
			}
			#TextOfTheAgreementIndex ul li a {
				color: #333;
			}
			#TextOfTheAgreementIndex ul li a:hover {
				color: #c27527;
			}
			#TextOfTheAgreementIndex ul li a.current {
				font-weight: bold;
				color: #c27527;
				border-bottom: none;
			}

		#TheAgreementGenericIndex ul ul {
			float: none;
			clear: both;
		}
		
		#TextOfTheAgreementContent {
			float: left;
			margin-left: 260px;
			width: 600px;	
		}
			.textContentTitle {
				color: #c27527;	
				line-height: 1.5em;
			}
				.textContentTitle span {
					margin-right: 15px;
					color: #e1a34a;
				}
		#TextOfTheAgreementPageTitle {
			padding: 4px 4px 0 0;
			height: 46px;
		}
		.PDFdownload {
			display: block;
			color: #FFF;
			font-size: 0.85em;
			padding: 3px 18px 3px 6px;
			margin-right: 3px;
			background: #c77e2a url(../images/pdficon_small.gif) right no-repeat;
			border: none;
		}
		.TheAgreementGenericPage .PDFdownload,
		#TextOfTheAgreementPageTitle .PDFdownload {
			font-size: 50%;
			font-weight: normal;
		}
			.PDFdownload span {
				border-bottom: 1px dotted #FFF;
			}
			.PDFdownload span:hover {
				border-bottom: 1px solid #FFF;
			}
			.PDFdownload:hover {
				background: #e0a14a url(../images/pdficon_small.gif) right no-repeat;
				color: #FFF;
				border-bottom: none;
			}		
		#TextOfTheAgreementContent h2 {
			margin-top: 0;
			line-height: 1.2em;
		}
		#TextOfTheAgreementPageTitle {
			/*background: url(../images/TextOfTheAgreementTitle.png) no-repeat;*/
		}
		#AgreementTitle {
			height: 32px;
			margin: 0;
		}
			#AgreementTitle .floatRight {
				margin-top: 4px;
				text-indent: 0;
			}
		.PublicationPage h1,	
		#TextOfTheAgreementPageTitle,
		#AgreementTitle.key-outcomes {
			width: 880px;
			background: #fff;
			font-size: 175%;
			font-weight: bold;
			color: #C27527;
			text-align: center;
			position: relative;
		}
		#TextOfTheAgreementPageTitle img,
		#AgreementTitle.key-outcomes img {
			position: absolute;
			left: 0;
			top: 0;
		}
		#TextOfTheAgreementPageTitle .floatRight {
			position: absolute;
			right: 7px;
			top: 4px;
		}
		#AgreementTitle.key-outcomes .floatRight {
			position: absolute;
			right: 7px;
			top: 1px;
		}
		
		#AgreementTitle.publications-and-guides {
			background: url(../images/PublicationsAndGuidesTitle.png) no-repeat;
		}
		div.back-to-top {
			float: right;
			position: relative;
			top: -1.2em;
		}
			div.back-to-top a {
				padding-bottom: 1px;
				font-size: 0.75em;
				color: #999;
			}
			a.back-to-top {
				margin-right: 10px;
				float: right;
				display: block;
				padding: 8px 0 0 0;
				font-size: 0.75em;
				color: #999;
			}
			#FAQList .FAQContent a.back-to-top {
				float: right;
				position: relative;
				top: -2em;
				font-size: 0.75em;
				color: #999;
			}
			#FAQList .FAQContent a.back-to-top:hover {
				cursor: pointer;	
			}
		
		#TheAgreementGenericContent {
			float: right;
			width: 640px;
		}
	body .PublicationPage {
		
	}	
		.publicationBox {
			min-height: 115px;
			float: left;
			width: 400px;
			border: 3px solid #CCCCCC;
			padding: 10px;
			padding-top: 0px;
			margin-bottom: 30px;
		}
		.even {
			float: right;
		}
			.publicationTitle {
				font-size: 1.2em;
				color: #C27527;
			}
			.publicationDownload {
				background: url(../images/pdficon_small.gif) 0% 50% no-repeat;
				padding-left: 20px;
				padding-top: 5px;
				padding-bottom: 5px;
				border-bottom: none !important;
			}
	
		#TextOfTheAgreementContent .first, #TheAgreementGenericContent .first {
			font-weight: normal;
			font-size: 120%;
			line-height: 120%;
			color: #C27527;
		}
	
	/* end of the agreement page */
	
	/* Business With ASEAN */
	#BusinessWithASEANBanner {
		height: 45px;
		background: url(../images/BusinessWithAseaBanner.jpg) no-repeat;
	}
		.BusinessWithASEANPage #BannerWrapper {
			background-color: #6c9218 !important;
		}
	#BusinessWithSEANPageTitle {
		height: 30px;
		background: url(../images/BusinessWithSEANPageTitle.png) no-repeat;
	}
	#CountryPageNav ul li a {
		display: block;
		width: 146px;
		height: 43px;
		background: #ccc;
		border: none;
		position: relative;		
	}
		#CountryPageNav ul li a span {
			position: absolute;
			width: 100%;
			height: 100%;
		}
		#CountryPageNav ul li a#CountryOverviewMenu span {
			background: url(../images/country_page/country_tab_sprited.gif) 0 0 no-repeat;
		}
			#CountryPageNav ul li a#CountryOverviewMenu:hover span {
				background: url(../images/country_page/country_tab_sprited.gif) 0 -45px no-repeat;
			}
			#CountryPageNav ul li.current a#CountryOverviewMenu span , 
			#CountryPageNav ul li.section  a#CountryOverviewMenu span {
				background: url(../images/country_page/country_tab_sprited.gif) 0 -90px no-repeat;
			}
		#CountryPageNav ul li a#CountryPoliticalMenu span {
			background: url(../images/country_page/country_tab_sprited.gif) -146px 0 no-repeat;
		}
			#CountryPageNav ul li a#CountryPoliticalMenu:hover span {
				background: url(../images/country_page/country_tab_sprited.gif) -146px -45px no-repeat;
			}
			#CountryPageNav ul li.current a#CountryPoliticalMenu span,
			#CountryPageNav ul li.section  a#CountryPoliticalMenu span {
				background: url(../images/country_page/country_tab_sprited.gif) -146px -90px no-repeat;
			}
	#CountryPageNav ul li a#CountryRelationsMenu,
	#CountryPageNav ul li a#CountryBusinessMenu {
		width: 148px;
	}
		#CountryPageNav ul li a#CountryRelationsMenu span {
			background: url(../images/country_page/country_tab_sprited.gif) -292px 0 no-repeat;
		}
			#CountryPageNav ul li a#CountryRelationsMenu:hover span {
				background: url(../images/country_page/country_tab_sprited.gif) -292px -45px no-repeat;
			}
			#CountryPageNav ul li.current a#CountryRelationsMenu span, 
			#CountryPageNav ul li.section  a#CountryRelationsMenu span {
				background: url(../images/country_page/country_tab_sprited.gif) -292px -90px no-repeat;
			}
		#CountryPageNav ul li a#CountryBusinessMenu span {
			background: url(../images/country_page/country_tab_sprited.gif) -440px 0 no-repeat;
		}
			#CountryPageNav ul li a#CountryBusinessMenu:hover span {
				background: url(../images/country_page/country_tab_sprited.gif) -440px -45px no-repeat;
			}
			#CountryPageNav ul li.current a#CountryBusinessMenu span,
			#CountryPageNav ul li.section  a#CountryBusinessMenu span {
				background: url(../images/country_page/country_tab_sprited.gif) -440px -90px no-repeat;
			}
		#CountryPageNav ul li a#CountryStatisticsMenu span {
			background: url(../images/country_page/country_tab_sprited.gif) -588px 0 no-repeat;
		}
			#CountryPageNav ul li a#CountryStatisticsMenu:hover span {
				background: url(../images/country_page/country_tab_sprited.gif) -588px -45px no-repeat;
			}
			#CountryPageNav ul li.current a#CountryStatisticsMenu span,
			#CountryPageNav ul li.section a#CountryStatisticsMenu span {
				background: url(../images/country_page/country_tab_sprited.gif) -588px -90px no-repeat;
			}
		#CountryPageNav ul li a#CountryContactsMenu span {
			background: url(../images/country_page/country_tab_sprited.gif) -734px 0 no-repeat;
		}
			#CountryPageNav ul li a#CountryContactsMenu:hover span {
				background: url(../images/country_page/country_tab_sprited.gif) -734px -45px no-repeat;
			}
			#CountryPageNav ul li.current a#CountryContactsMenu span,
			#CountryPageNav ul li.section  a#CountryContactsMenu span {
				background: url(../images/country_page/country_tab_sprited.gif) -734px -90px no-repeat;
			}
		
	#CountryBanner {
		position: relative;
		height: 165px;
		overflow: hidden;
	}
		#CountryBanner h1 {
			display: block;
			position: relative;
			width: 100%;
			height: 100%;
			margin: 0;
			line-height: 2em;
		}
			#CountryBanner h1 span {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
			}
		#LocationTime {
			position: absolute;
			right: 10px;
			bottom: 3px;
			color: #3d5802;
		}
		#LocationTime span {
			font-weight: bold;
		}
	#CountryContent {
		overflow: hidden;
		width: 854px;
		padding: 15px 0 20px 20px;
		border: 3px solid #658C11;
	}	
		#BriefBox {
			width: 300px;
			float: left;
		}
			#BriefBox p {
				margin-top: 0;
			}
			
			#CountryMap {
				float: right;
				width: 530px;
			}
			body.BusinessWithASEANPage #CountryMap {
				float: none;
				position: relative;
				left: -20px;
				top: -15px;
			}
			#Statistics {
				float: left;
				width: 500px;
			}
			
		#InfoContent {
			float: right;
			width: 400px;
		}
			body.BusinessWithASEANPage #InfoContent {
				float: left;
				width: 860px;
			}
			body.BusinessWithASEANPage #InfoContent div {
				float: left;
				width: 380px;
				padding-left: 30px;
			}
		#ProfileContent {
			float: right;
			width: 600px;	
		}
		#ProfileIndex {
			float: left;
			width: 240px;
		}
		#ProfileIndex ul {
			list-style: none;
			padding-left: 20px;

		}
			#ProfileIndex ul li a {
				color: #333;
			}
			#ProfileIndex ul li a.current {
				font-weight: bold;
				color: #c27527;
			}
		#DemographicsTitle,
		#StatisticsTitle {
			display: block;
			width: 270px;
			height: 25px;
			position: relative;
			color: #658c11;
		}
		#StatisticsTitle span,
		#DemographicsTitle span {
			position: absolute;
			width: 100%;
			height: 100%;
			top: 0;
			left: 0;
		}
			#DemographicsTitle span {
				background: url(../images/country_page/key_demographics.gif) no-repeat;
			}
			#StatisticsTitle span {
				background: url(../images/country_page/key_statistics.gif) no-repeat;
			}
						
	#CountryContent #Top, #CountryContent #Bottom {
		width: 100%;
		margin-bottom: 16px;
		overflow: hidden;
	}

	#CountryContent table td {
		padding: 0 0 2px 0;
	}	

	#CountryContent #InfoContent {
		float: none;
		width: 100%;
		overflow: hidden;
	}

		#CountryContent #InfoContent #DemographicsBox {
			width: 300px;
			margin-right: 25px;
			float: left;
		}
	
	#CountryGenericIndex {
		float: left;
		width: 200px;
		padding-left: 20px;
		margin-top: 30px;
		
	}
		#CountryGenericIndex a.current {
			cursor: default;
			font-weight: bold;
			color: #658c11;
			border-bottom: none;
		}
		#CountryGenericIndex a.current span, #CountryGenericIndex a.current span:hover {		
			border: none;
		}
		
		#CountryGenericIndex ul {
			list-style: none;
			padding: 0px;
			margin: 0px;
		}
		#CountryGenericIndex ul li {
			padding: 4px 0;
		}
		#CountryGenericIndex ul li a {
			color: #333;
		}
		#CountryGenericIndex ul li span {
			border-bottom: 1px dotted;
		}
		#CountryGenericIndex ul li span:hover {
			border-bottom: 1px solid;
		}
		
	#CountryGenericContent {
		float: right;
		width: 600px;
		margin-right: 30px;
		margin-top: 20px;
	}
		#CountryGenericContent.noIndex {
			width: 825px;
		}
		#CountryGenericContent a {
			color: #658C11;
		}

	.BusinessWithASEANKeyStatsPage #KeyStatistics {
		width: 100%;
		background: red;
		text-indent: -999em;
		margin: 0;
		background: url(../images/KeyStatsTitle.png) no-repeat;
		height: 35px;
	}
	
	.BusinessWithASEANKeyStatsPage #CountryGenericIndex {
		margin-top: 12px;
	}
	.BusinessWithASEANKeyStatsPage #CountryGenericContent {
		margin-top: 0;
	}


	/* end of Business With ASEAN */
	
	/* Tools and resources page */
	
	.ToolPage #BannerWrapper {
		background-color: #a51f2a !important;
	}
	
	div.Toolbox {
		width: 420px;
		border: 3px solid #ccc;
		padding-bottom: 3px;
		margin-top: 10px;
		margin-bottom: 20px;
		min-height: 150px;
		position: relative;
	}
		div.Toolbox:hover {
			border-color: #A21F29;
		}
		.ToolboxContent {
			width: 200px;
			padding-left: 10px;
			padding-right: 10px;
			border-bottom: none;
		}
			.Toolbox a {
				border-bottom: none;
				position: absolute;
				bottom: 8px;
				right: 8px;
			}
			.Toolbox a:hover {
				border-bottom: none;
			}
			.Toolbox a.ToolLink {
				position: absolute;
				top: 0;
				width: 400px;
				height: 100%;
				left: 0;
				background: none;
				text-indent: -9999em;
			}
			div.ToolboxContent h3.title {
				margin: 10px 0;
				display: block;
/*				text-indent: -9999em;*/
				color: #8C1C1C;
				font-size: 125%;
				text-transform: uppercase;
			}
			#TariffFinder {
				background: #fff url(../images/TariffFinderBkgd.png) 208px -60px no-repeat;
			}
			div#MeetingPlanner {
				background: #fff url(../images/MeetingPlannerBkgd.png) 208px -64px no-repeat;
			}
			#CurrencyConvertor {
				background: #fff url(../images/CurrencyConvertorBkgd.png) 220px -50px no-repeat;
			}
			#Glossary {
				background: #fff url(../images/GlossaryBkgd.png) 215px -20px no-repeat;
			}
			li#TariffFinder.selected {
				background: #fff url(../images/TariffFinderBkgdSmall.gif) top right no-repeat;
			}
			li#MeetingPlanner.selected {
				background: #fff url(../images/MeetingPlannerBkgdSmall.gif) top right no-repeat;
			}
			li#CurrencyConverter.selected {
				background: #fff url(../images/CurrencyConvertorBkgdSmall.gif) top right no-repeat;
			}
			li#Glossary.selected {
				background: #fff url(../images/GlossaryBkgdSmall.gif) top right no-repeat;
			}
/*			#TariffFinder .ToolboxContent h3 {
				background: url(../images/TariffFinderToolTitle.png) no-repeat;
			}*/
			#MeetingPlanner .ToolboxContent h3 {
				background: url(../images/MeetingTimePlannerToolTitle.png) no-repeat;
			}
			#CurrencyConvertor .ToolboxContent h3 {
				background: url(../images/CurrencyConvertorToolTitle.gif) no-repeat;
			}
			#Glossary .ToolboxContent h3 {
				background: url(../images/GlossaryOfTermsToolTitle.png) no-repeat;
			}
			div.ToolboxContent h3#doingBusinessToolTitle {
				height: 30px;
				background: url(../images/DoingBusinessToolTitle.png) no-repeat;
			}
			div.ToolboxContent h3#aseanMapToolTitle {
				background: url(../images/ASEANMemberMapToolTitle.png) no-repeat;
			}
			
		a.all-tools {
			float: right;
			color: #fff;
			margin-right: 8px;
			position: relative;
			top: 0.75em;
			font-size: 0.9em;
			line-height: 1.3em;
		}

		#TariffContent a.all-tools {
			top: 0.9em;
		}
		h1#GlossaryTitle {
/*			background: url(../images/tools-glossary-h1.png) no-repeat;
*/			width:100%;
			height: 32px;
/*			text-indent: -9999em;
*/		}
		
	/* end of Tools and resources page */
	
	/* Tariff page */
	#TariffContentShow {
		display: none;
	}
	#TariffContent h1 {
		height: 32px;
/*		text-indent: -9999em;
*//*		background: url(../images/tools-tariff-finder-h1.png) no-repeat;
*/	}
		
	#TariffList li:hover {
		background: #FFE9CC;
	}
	#TariffList li span {
		margin-left: -7.5em;
		float: left;
		display: block;
		width: 7.5em;
	}
	#TariffList li {
		margin-left: 7.5em;
		padding: 5px;
	}
	#TariffDetail ul li span {
		float: left;
		display: block;
		width: 8em;
		font-weight: bold;
	}

	#TariffDetail ul li {
		margin-left:8em;
		padding: 2px 5px;
		color: #000;
	}
		#roo-help {
			float: left;
			display: none;
			margin-top: none;
			width: 100%;
			color: #333;
			margin-bottom: 16px;
		}
		#roo-help h4 {
			margin: 0.2em 0;
			color: #999;
		}
	#TariffDetail ul li span {
		margin-left: -8em;
		color: #333;
	}
	#TariffFinderTool {
		overflow: visible;
		width: auto;
	}
	#TariffFinderForm {
		width: 100%;
		overflow: visible;
		position: relative;
	}
	#TariffFinderForm #TariffSearchArea label {
		float: left;
	}
	#TariffFinderForm #import-help {
		display: none;
	}
	#TariffFinderForm #export-help {
		display: none;
	}
	#TariffFinderForm #hs-help-text p, #import-help p, #export-help p {
		border: none;
		padding: 0;
		margin: 0 6px 0 0;
		font-size: 0.9em;
	}
	#export-help p {
		margin-top: 16px;
	}
	#TariffFinderForm #hs-help-text ul {
		padding-left: 12px;
		margin: 0 10px 0 0;
		font-size: 0.9em;
	}
	#TariffFinderForm #hs-help-text h4, #import-help h4, #export-help h4 {
		margin-bottom: 0;
	}
	#TariffFinderForm span.hs-help {	
		display: block;
		float: right;
		color:#88321C;
		text-decoration:none;
		border-bottom: 1px dotted;

	}
			#TariffFinderForm span.hs-help:hover {
				border-bottom: 1px solid;
				cursor: pointer;
			}
	#TariffFinderForm div.choice {
		padding: 15px 0 15px 15px;
		border: 3px solid #a21f29;
		width: 260px;
		margin-right: 18px;
		float: left;
		min-height: 65px;
		display: none; /* to stop showing up when jscript disabled, jquery shows these as required */
	}
	body.TariffPageNoJavascript #TariffFinderForm div.choice {
		display: block;
	}
	
	#TariffFinderForm #TariffSearchArea {
		margin-right: 0;
		position: absolute;
		top: 0;
		right: 0;
		background: #FFF !important;
	}
	
	#SearchResult {
		position: static;
	}
		#TariffFinderForm div label {
			margin: 0 10px 10px 0;
			display: block;
		}
		#TariffFinderForm div label input {
			position: relative;
			top: 2px;
			margin-right: 5px;
		}
	#TariffFinderForm select#Country {
		margin-top: 5px;
		padding: 2px;
	}
	#TariffFinderForm #TariffSearchArea input#FindTariff {
		margin-left: 5px;
	}
	#ResultContainer {
		width: auto;
		overflow: hidden;
		float: left;
		margin-top: 10px;
		display: none; /* hide result container when javascript disabled */
	}
	body.TariffPageNoJavascript #ResultContainer {
		display: block;
	}
	#SearchResult, #TariffDetail {

		position: relative;
		width: 854px;
		overflow: hidden;
		border: 3px solid #999;
		padding-left:  10px;
		padding-right: 10px;
		margin-bottom: 15px;
		padding-top: 0;
	}
	#TariffList, #TariffDetail ul {
		list-style-type: none;
		padding-left: 0;
		float: left;
		overflow: hidden;
	}
	#TariffList a {
		color:  black;
	}
	#TariffList a span {
		color:  #333;
	}
	#TariffPaginationWrapper {
		width:  100%;
		overflow: hidden;
		float: right;
		text-align: right;
	}
	#TariffPagination {
		width: 240px;
		position: absolute;
		top: 0;
		right: 0;
		overflow: hidden;
		background: #999;
		height: 2em;
		margin: 0.4em;
		text-align: center;
	}
	
	#TariffPagination .paginationLink {
		padding: 4px;
		background: #EEE;
		float: left;
		width: 35px;
	}
	#TariffPagination .pageNumbers {
		text-align: center;
		background: none;
		width: 60px;
	}

	#DetailHeader, #SearchHeader {
		text-align: left;
		float: left;
		margin-left: -10px;
		width: 875px;
		height: 2.5em;
		border-bottom: 2px solid #ddd;
		padding-bottom: 4px;
		
	}

	#DetailHeader h2, #SearchHeader h2 {
		padding-left: 15px;
		font-size: 1.3em;
		width: 800px;
		margin-top: 0.7em;
	}
	#Disclaimer {
		font-size: 77%;
		float: left;
		width: 100%;
		overflow: hidden;
		color: #666;
	}
		#Disclaimer h3 {
			margin: 15px 0 0 0;
		}
		#Disclaimer p {
			margin: 0;
		}
	#Disclaimer.nojavascript-disclaimer { 
		margin-top: 60px;
	}
	/* end of Tariff page */ 
	
	/* Meeting planner */
	#Content.MeetingPlanner h1 {
			height: 32px;
/*			text-indent: -9999em;
			background: url(../images/tools-meeting-planner-h1.png) no-repeat;
*/	}
	ul.CountriesList {
		float: left;
		padding: 0;
		margin-top: 40px;
		width: 170px;
		list-style: none;
		position: relative;
		}
		.CountriesListHover {
			outline: 1px dotted black;
		}
		ul.CountriesList li {
			cursor: pointer;
			font-size: 1.1em;
			border-bottom: 2px solid #CCC;
		}
		ul.CountriesList li:hover {
			background: #8ca94d;
			color: #FFF;
		}
		
	#Timeframe {
		width: 700px;
		padding-top: 52px;
		padding-bottom: 10px;
		min-height: 460px;
		overflow: hidden;
		position: relative;
		right: -10px;
		
	}
	#Timeframe img#Timeline {
		position: absolute;
		top: 0;
		right: 0;
	}
	#TimeframeBottom {
		float: right;
		width: 700px;
		height: 13px;
		margin-top: 4px;
	}
		.timeline {
			position: relative;
			width: 100%;
			height: auto;
			overflow: hidden;
			background: rgba(128,128,128,0.1);
			margin-top: 10px;
			margin-bottom: 10px;
			height: 40px;
		}
		.timeperiod {
			position: absolute;
			height: 38px;
			background: url(../images/TimePeriodBkgd.gif) top left repeat-x;
			border: 1px solid #666;
		}
		.optimumtimeperiod {
			position: relative;
			background: #5C6C62;
			height: 38px;
			font-size: 1.3em;
			color: #fff;
			text-align: center;
			border: 1px solid #333;
		}
		.optimumtimeperiod a, .optimumtimeperiod span {
			display: block;
			padding: 4px 0 0 0;
		}
		.optimumtimeperiod .fivepm, .nineam {
			color: #EEE;
			font-size: 55%;
			position: absolute;
			bottom: 1px;
		}
		.fivepm {
			right: -19px;
		}
		.nineam {
			left: 1px;
		}

		#SourceCountries {
			position: relative;
		}
		#SourceCountries li span {
			display: block;
			padding: 10px;
		}
		#SourceCountries li a {
			position: absolute;
			right: 4px;
			width: 160px;
			padding: 10px 0 0 0;
			background: none;
			text-align: right;
			height: 40px;
			border: none;
		}
		div.optimumtimeperiod a.remove {
			color: #EEE;
			position: absolute;
			right: 8px;
			border: none;
			width: 235px;
			height: 32px;
			padding-right: 8px;
			text-align: right;
		}
	
	#TariffPagination li  {
		padding: 5px;
	}
	
	#Clocks {
		margin-top: 32px;
		width: 100%;
		overflow: hidden;
	}
	#Clocks .timezone {
		width: 170px;
		float: left;
		margin-right: 6px;
	}
	#Clocks .timezone span {
		display: block;
	}
	#Clocks .timezone .time {
		font-size: 2.4em;
		padding: 6px 0;
		margin-bottom: 3px;
	}
	#Clocks .timezone .info {
		font-size: 0.9em;
	}	
	#Clocks .timezone .date {
		font-size: 1.1em;
	}
	#Clocks .timeHolder {
		min-height: 3em;
	}
	
	/* end of Meeting planner */
	
	/* Currency convertor */
	.MeetingPlannerPage h1,
	.TariffPage h1,
	.GlossaryPage h1,
	.CurrencyConverterPage h1 {
			height: 32px;
			color: #A21F29;
			font-size: 150%;
			font-weight: bold;
			text-align: center;
			text-transform: uppercase;
			position: relative;
	}
	.MeetingPlannerPage h1 .all-tools,
	.TariffPage h1 .all-tools,
	.GlossaryPage h1 .all-tools,
	.CurrencyConverterPage h1 .all-tools{
		position: absolute;
		right: 0;
		top: 7px;
		text-transform: none;
		font-size: 55%;
		font-weight: normal;
	}
	.MeetingPlannerPage h1 img,
	.TariffPage h1 img,
	.GlossaryPage h1 img,
	.CurrencyConverterPage h1 img {
		position: absolute;
		right: 0;
		top: 0;
	}	
	
	
	#ConverterWrapper {
		width: 350px;
		padding: 15px;
		border: 3px solid #A21F29;
	}
	
	#ConverterForm select {
		padding: 1px;
		width: 160px;
	} 
	
	#FromCurrency {
		margin-right: 15px;
	}
	
	#ConverterForm input {
		padding: 1px;
		width: 150px;
	}
	#ConverterForm span {
		padding-left: 8px;
	}
	#ConverterForm input, #ConverterForm span {
		font-size: 1.4em;
	}
	#Rate {
		font-size: 1em;
	}
		#Rate span {
			font-size: 1em;
			margin-left: 56px;
		}
	/* end of currency convertor */
	
	/* FTA Milestone */
	
	.MilestonePage #BannerWrapper {
		background-color: #d6af3c !important;
	}
	
	#MilestoneIndex {
		height: 30px;
		position: relative;
		bottom: -3px;	
	}
		#MilestoneIndex li a {
			display: block;
			width: 275px;
			height: 30px;
			text-align: center;
/*			text-indent: -9999em;
*/			margin-right: 18px;
			border: 3px solid #D7BC8B;
			color: #d09438;
			font-weight: bold;
			font-size: 125%;
			border-bottom: none;
		}
		#MilestoneIndex li a:hover {
			background: #f2e5bf;
		}
		#MilestoneIndex li a.current {
			background: #ebd79e;
		}
		#MilestoneIndex li a img { 
			width: 293px;
			height: 33px;
			outline: none;
		}
		

	/*	#MilestoneIndex #Index1 a {
				background: url(../images/milestones_why_brown.png) 1px no-repeat;
			}
				#MilestoneIndex #Index1 a:hover {
					background: #d7bc8b url(../images/milestones_why_white.png) 1px no-repeat;
				}
				#MilestoneIndex #Index1 a.current {
					background: #a07a3b url(../images/milestones_why_white.png) 1px no-repeat;
					border-color: #a07a3b;
				}
			#MilestoneIndex #Index2 a {
				width: 276px;
				background: url(../images/milestones_path_brown.png) 1px no-repeat;
			}
				#MilestoneIndex #Index2 a:hover {
					background: #d7bc8b url(../images/milestones_path_white.png) 1px no-repeat;
				}
				#MilestoneIndex #Index2 a.current {
					background: #a07a3b url(../images/milestones_path_white.png) 1px no-repeat;
					border-color: #a07a3b;
			}*/
			#MilestoneIndex #Index3 a {
				margin-right: 0px;
			}/*
				#MilestoneIndex #Index3 a:hover {
					background: #d7bc8b url(../images/milestones_moving_white.png) 1px no-repeat;
				}		
				#MilestoneIndex #Index3 a.current {
					background: #a07a3b url(../images/milestones_moving_white.png) 1px no-repeat;
					border-color: #a07a3b;
				}*/
	#MilestoneContent {
		margin: 3px 0 0 0;
		padding: 0;
		list-style: none;
		width: 880px;
	}
		#MilestoneContent ul ol, #MilestoneContent ul ul {
			list-style: decimal;
		}
		#MilestoneContent ul ol li, #MilestoneContent ul ul li {
			display: inline;
			padding: none;
			border: none;
		}
		#MilestoneContent li.nav {
			padding: 30px 50px 50px 50px;
			border: 3px solid #d7bc8b;
			float: left;
		}
		
		#MilestoneContent .first {
			font-weight: bold;
			font-size: 120%;
			line-height: 120%;
			color: #986c21;
		}
	/* end of FTA Milestone */
	
	/* FAQ */
	
	
	#FAQPageTitle {
		color: #fff;
		font-size: 150%;
		font-weight: normal;
		text-align: center;
		text-transform: uppercase;
		width: 100%;
		background: #3d5499;
	}
	
	#FAQList {
		padding: 0;
		margin: 0;
		list-style: none;
	}
	#FAQList li.FAQ { 
		border: 3px solid #fff;
		cursor: pointer;
		margin-bottom: 5px;
	}
	#FAQList li.FAQ:hover {
		border-color: #bfd4e2;
	}
	#FAQList li.FAQ  .FAQContent {
		margin-left: 100px;
		margin-right: 100px;
		margin-bottom: 20px;
	}
	#FAQList li.FAQ .FAQTitle {
		margin: 0;
		cursor: pointer;
		padding: 6px 30px 6px 30px;
		background: #fff;
	}
		#FAQList li.FAQ .FAQTitle a {
			color: #2d3b8b;
			font-size: 1.3em;
		}
			#FAQList li.FAQ .FAQTitle a span.toggler {
				font-size: 0.7em;
				color: #aaa;
				margin-left: 10px;
/*				float: right;
*/			}

	#FAQList li.expanded {
		border-color: #bfd4e2;
		padding-bottom: 20px;
	}
		#FAQList li.expanded .FAQTitle {
			background-color: #3e7da6;
			cursor: pointer;
		}
		#FAQList li.expanded .FAQTitle {
			position: relative;
			width: 814px;
			overflow: hidden;
			height: 2em;
		}
		#FAQList li.expanded .FAQTitle a {
			color: #fff;
			position: absolute;
			left: 34px;
			top: 8px;
			width: 814px;
			border: none;
		}
		#FAQList li.expanded .FAQTitle a:hover {
			border:none;
		}
			#FAQList li.expanded .FAQTitle a span {
				border-bottom: 1px dotted;
			}
			#FAQList li.expanded .FAQTitle a span:hover {
				border-bottom: 1px solid;
			}
			#FAQList li.expanded .FAQTitle a span.toggler {
				color: #c8d6df;
				position: absolute;
				right: 0;
				top:0;
			}
	#FAQList .FAQContent p a {
		color: #3e7da6;
	}
		#FAQList .FAQContent p a:hover {
			cursor: pointer;
		}
		#FAQList .FAQContent h3 a {
			color: #3b5298;
			border: none;
		}
		#FAQList .FAQContent h3 {
			margin-top: 2em;
		}	
		
	/* end of FAQ */
	
	/* News and update page */
	#ArchivesPageTitle {
		position: relative;
		background: url(../images/NewsArchiveTitle.png) repeat-x;
	}
	#ArchivesPageTitle a {
		position: absolute;
		width: 16px;
		height: 16px;
		top: 8px;
		right: 8px;
		text-indent: -9999em;
		background: url(../images/icons/feed-icon.png) no-repeat;
	}
	
	#NewsList {
		width: 880px;
		overflow: hidden;
	}
	
		.NewsItem {
			width: 854px;
			float: left;
			overflow: hidden;
			/* border: 3px solid #f2f2f2; */
			border: 3px solid #ccc; 
			padding: 10px;
			margin-bottom: 20px;
		}
			.ArticleContent {
				float: left;
				width: 700px;
			}
			.articleMeta {
				float: right;
				width: 120px;
				text-align: right;
			}
			.articleTitle, .articleTitle a {
				font-size: 1.2em;
				color: #5c6c61;
			}
			.downloadArticle {
				float: right;
			}
			a.downloadFileIcon {
				display: block;
				width: 32px;
				height: 32px;
				margin-left: 15px;
				margin-bottom: 10px;
				background: url(../images/icons/pdf.gif) no-repeat;
				text-indent: -9999em;
				border-bottom: none;
			}
			
		body.ArticlePage a.back {
			float: right;
			margin-bottom: 6px;
		}
		
		body.ArticlePage .NewsItem {
			/* float: left; */
		}
			
	/* end of News and update page */
	
	/* Search results */
	#SearchResults {
		list-style: none;
		margin-left: 0;
		padding-left: 0;
	}
	#SearchResults li {
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 15px;
		padding-top: 15px;
		border-top: 1px solid #ccc;
	}
	#SearchResults li .searchResultHeader {
		font-size: 1.2em;
		font-weight: bold;
	}
	
	#PageSearch fieldset {
		border: 0 !important;
	}
	
	#PageSearch input {
		float: left;
		margin-right: 0.5em;
	}
	
	/* end of Search results */
	
	
	/* statistics tables */
	
#CountryGenericContent table {
	border-collapse: collapse;
	border: 2px solid #9EAB80;
	padding: 12px;
}	
#TheAgreementGenericContent table, #TextOfTheAgreementContent table {
	border-collapse: collapse;
	border: 2px solid #e1ac6b;
	padding: 12px;
}
	
#CountryGenericContent table td, #TheAgreementGenericContent table td, #TextOfTheAgreementContent table td {
	padding: 7px 11px;
	border-bottom: 1px dotted #9EAB80;
	border-right: 1px dotted #DDD;
}
	html table.narrow td {
		padding: 8px 4px !important;
		font-size: 0.95em !important;
		line-height: 1.2em !important;
		background: #FFF !important; 
	}
	html table.narrower td {
		padding: 8px 3px !important;
		background: #FFF !important;
		font-size: 0.95em !important;
		line-height: 1.2em !important;
	}
	
#TheAgreementGenericContent table td, #TextOfTheAgreementContent table td {
	border-bottom: 1px dotted #e1ac6b;
	vertical-align: top;
}

#CountryGenericContent table th, #TheAgreementGenericContent table th, #TextOfTheAgreementContent table th {
	border-right: 1px solid #9EAB80;
	padding: 6px 6px;
	background: #698f16;
	color: #FFF;
	font-weight: normal;
	font-size: 0.9em;
}
#TheAgreementGenericContent table th, #TextOfTheAgreementContent table th {
	border-right: 1px solid #e1ac6b;
	background: #ab6213;
}

#CountryGenericContent table th:first-child, #TheAgreementGenericContent table th:first-child, #TextOfTheAgreementContent table th:first-child {
	padding-right: 14px;
}

#CountryGenericContent table td:first-child {
	border-right: 1px dotted #9EAB80;
	font-weight: bold;
	color: #698f16;
}
#TheAgreementGenericContent table td:first-child, #TextOfTheAgreementContent table td:first-child {
	border-right: 1px dotted #ab6213;
	font-weight: bold;
	color: #ab6213;
}

table .header {
	color: #333 !important;
	border-right: 1px dotted #E1AC6B !important;
}
	/* end of statistics tables */

	
#Footer {
	margin: 0px;
	padding: 11px 15px 22px 11px;
	border-top: 1px solid #CCCCCC;
}
	#Footer a {
		color: #526058;
		text-decoration: none;
		font-weight: bold;
/*		border-bottom: 1px dotted;
*/	}
	#Footer a:hover {
/*		border-bottom: 1px solid;
*/	}
	#Footer ul li:first-child a {
		border-bottom: none;
	}
	#Footer ul li {
		padding: 0px 2em 0px 0px;
	}
	#Footer ul li a span {
		line-height: 35px;
	}
	#Footer #NZGovtLogo {
		float: right;
		padding-right: 0px;
	}
		#Footer #NZGovtLogo a {
			margin-top: 8px;
			border: none;
		}
		#Footer #MFATLogo a {
			border: none;
		}

.luckylast {
	display: none;
}