body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #404040;
	background: #001D07 url(images/site-bkg.gif) repeat-x;
}

.clear { 
	clear: both;
}

a:link {
	color: #4C9F0E;
	text-decoration: none;
}

a:visited {
	color: #4C9F0E;
	text-decoration: none;
}

a:hover {
	color: #4C9F0E;
	text-decoration: underline;
}

a:active {
	color: #4C9F0E;
	text-decoration: none;
}

#outer-wrapper { 
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	font: normal normal 8pt Tahoma, sans-serif;
	background: #001D07 url(images/outer-bkg.gif) repeat-y;
}

#header-wrapper-bg {
	width: 996px;
	height: 100px;
	margin: 0;
	padding: 0;
	background: #003C18 url(images/header-bkg-bg.gif) no-repeat;
	border-top: 2px #FFFFFF solid;
	border-left: 2px #FFFFFF solid;
	border-right: 2px #FFFFFF solid;
}

#header-wrapper-en {
	width: 996px;
	height: 100px;
	margin: 0;
	padding: 0;
	background: #003C18 url(images/header-bkg-en.gif) no-repeat;
	border-top: 2px #FFFFFF solid;
	border-left: 2px #FFFFFF solid;
	border-right: 2px #FFFFFF solid;
}

#content-wrapper {
	width: 1000px;
	margin: 0;
	padding: 0;
}

#left-sidebar-wrapper {
	width: 158px;
	min-height: 600px;
	margin: 0;
	padding: 0;
	float: left;
	color: #FFFFFF;
	background: #5B7D33;
	border-top: 2px #FFFFFF solid;
	border-left: 2px #FFFFFF solid;
}

.mid-section {
	width: 158px;
	height: 238px;
	background: #9EC778;
	border-bottom: 2px #FFFFFF solid;
}

.mid-section2 {
	width: 158px;
	height: 99px;
	background: #9EC778;
	border-bottom: 2px #FFFFFF solid;
}

#main-wrapper {
	width: 676px;
	min-height: 600px;
	margin: 0;
	padding: 0;
	float: left;
	text-align: justify;
	background: #E3DFD3;
	border-top: 2px #FFFFFF solid;
	border-left: 2px #FFFFFF solid;
	border-right: 2px #FFFFFF solid;
}

#right-sidebar-wrapper {
	width: 158px;
	min-height: 600px;
	margin: 0;
	padding: 0;
	float: right;
	color: #FFFFFF;
	background: #5B7D33;
	border-top: 2px #FFFFFF solid;
	border-right: 2px #FFFFFF solid;
}

#footer-wrapper {
	width: 996px;
	height: 30px;
	margin: 0;
	padding: 0;
	background: #1E6E3B url(images/footer-bkg.gif) no-repeat;
	border: 2px #FFFFFF solid;
}

#lng-sel {
	float: right;
	position: relative;
	top: 80px;
	right: 10px;
}

#copyright {
	position: relative;
	top: 8px;
	color: #FFFFFF;
}

.navitem {
	width: 158px;
	height: 25px;
	background: #707070;
	border-bottom: 2px #FFFFFF solid;
	font-weight: bolder;
}

.navitem-active {
	width: 158px;
	height: 25px;
	background: #9EC778;
	border-bottom: 2px #FFFFFF solid;
	font-weight: bolder;
}

.navsubitem {
	background: #AAAAAA;
	padding: 3px 0px;
	border-bottom: 2px #FFFFFF solid;
}

.navsubitem-active {
	background: #9EC778;
	padding: 3px 0px;
	border-bottom: 2px #FFFFFF solid;
}

.t1-image {
	height: 400px;
	margin: 0;
	padding: 0;
	border-bottom: 2px #FFFFFF solid;
}

.t2-image {
	height: 160px;
	margin: 0;
	padding: 0;
	border-bottom: 2px #FFFFFF solid;
}

#t1-text {
	padding: 10px;
}

a.navlink, a.navlink:link, a.navlink:visited {
	display: block;
	width: 158px;
	height: 25px;
	color: #FFFFFF;
    text-decoration: none;
}

a.navlink:hover, a.navlink:active {
	color: #FFFFFF;
	background: #9EC778;
    text-decoration: none;
}

a.subnavlink, a.subnavlink:link, a.subnavlink:visited {
	color: #FFFFFF;
    text-decoration: none;
}

a.subnavlink:hover, a.subnavlink:active {
	color: #FFFFFF;
    text-decoration: underline;
}

a.whitelink, a.whitelink:link, a.whitelink:visited {
	color: #FFFFFF;
    text-decoration: none;
}

a.whitelink:hover, a.whitelink:active {
	color: #FFFFFF;
    text-decoration: none;
}

.navtext {
	position: relative;
	top: 5px;
}

.title {
	font-size: 10pt;
	font-weight: bolder;
}