/* CSS Document */
html {
		height: 100%;
	}

	body {
		height: 100%;
		margin:0;
		padding:0;
		background:url(images/d2_background.gif) top repeat;
		background-color: #e9e4c8;
		font:11px "Trebuchet MS", Arial, Verdana, sans-serif;
		font-size:11px;
		color:#604714;
		line-height:21px;
	}
	
	a {
		color:#6B9D80;
		text-decoration: none;
		font-weight:bold;
	}

	.clearer {
		clear: both;
		display: block;
		height: 1px;
		margin-bottom: -1px;
		font-size: 1px;
		line-height: 1px;
	}

	#nonFooter {
		position: relative;
		min-height: 100%;
		left:50%;
		margin-left:-323px;
		margin-bottom:63px;
		width:646px;
	}

	* html #nonFooter {
		height: 100%;
	}

	#footer {
		position: relative;
		margin: -63px auto 0 auto;
		left:50%;
		margin-left:-323px;
		width:646px;
		height:63px;
		background:url(images/d2_footer.gif);
	}

	#footer P{
		display:block;
		padding-top:35px;
		padding-right: 10px;
		text-align:right;
		font-size:11px;
		color:#ffffff;
		line-height: 100%;
	}

	* html #footer {
		margin-top: -63px;
	}

	#header{
		width:646px;
		height:97px;
		background:url(images/d2_header.gif);
		background-repeat:no-repeat;
		background-position:top;
	}

	#logo {
		position:relative;
		float:left;
		left:10px;
		top:20px;
		height:72px;
		width:198px;
	}

	#lang {
		position:relative;
		float:left;
		left:273px;
		top:10px;
		height:30px;
		width:145px;
		border:1px solid #604714;
		background-color:#ffffff;
	}

	#langText {
		float:left;
		left:0px;
		top:10px;
		padding: 5px 5px 5px 2px;
	}

	#langSP {
		float:left;
		left:5px;
		top:10px;
		height:20px;
		width:32px;
		padding: 5px 5px 5px 0px;
	}

	#langVN {
		float:left;
		left:5px;
		top:10px;
		height:20px;
		width:32px;
		padding: 5px 0px 5px 0px;
	}

	#contentLinks {
		position:relative;
		left:10px;
		width:198px;
		float:left;
		padding-top:10px;
	}

	#contentMain {
		position:relative;
		top:10px;
		left:20px;
		width:418px;
		float:left;
		padding-bottom:10px;
	}

	#sideNavigation {
		border:1px solid #604714;
		background:url(images/d2_navgry.gif);
		background-position:top;
		background-repeat:no-repeat;
		width: 185px;
		margin-left: 6px;
		padding-top: 15px;
	}

	#sideSearch {
		background:url(images/d2_navgry.gif);
		background-repeat:repeat-y;
		width: 185px;
		vertical-align:bottom;
	}

	#sideSearch TEXTAREA{
		width:165px;
		color:#604714;
		background-color:#ffffff;
		border: inset 1px #604714;
		overflow:auto;
	}

	#sideSearch INPUT{
		width:169px;
		color:#604714;
		background-color:#e9e4c8;
		border: inset 1px #604714;
	}

	.sideNav {
		list-style: none;
		margin-left: 6px;
		padding: 0;
	}

	.sideNav  a{
		text-decoration:none;
		color:#604714;
		font-weight:normal;
	}
	
	.oldSideNav  a{
		text-decoration:none;
		color:#604714;
		font-weight:normal;
	}

	.oldSideNav  a:hover{
		font-weight:bold;
	}
	
	.sideNav  a:hover{
		text-decoration:underline;
	}

	.mainNav {
		font-weight:bold;
		line-height: 125%;
	}

	.subNav {
		margin-left: 8px;
		line-height: 110%;

	}

	body H1{
		font:16px "Trebuchet MS", Arial, Verdana, sans-serif;
		font-size:16px;
		font-weight:bold;
		color:#6B9D80;
		line-height:16px;
		margin: 0;
	}

	.bodyheader {
		font:16px "Trebuchet MS", Arial, Verdana, sans-serif;
		font-size:16px;
		font-weight:bold;
		color:#6B9D80;
		line-height:16px;
		margin: 0;
	}	
