* html #outer-wrapper {
	height: 1%;
}

body {
	margin: 0;
	padding: 0;
	font-size: 9pt;
	text-align: center;
	color: #000000;
	background: #71A323 url(images/site_bkg.jpg) top center fixed;
}

p {
	margin: 0;
	font: normal normal 8pt Tahoma, Arial, sans-serif;
	line-height: 1.5em;
}

.clear { 
	clear: both;
	line-height: 1px;
}

/* LINKS */

a:link {
	color: #600000;
	text-decoration: none;
}

a:visited {
	color: #600000;
	text-decoration: none;
}

a:hover {
	color: #600000;
	text-decoration: underline;
}

a:active {
	color: #600000;
	text-decoration: underline;
}

#outer-wrapper {
	position: relative;
	width: 1024px;
	margin: 0 auto;
	text-align: justify;
	font: normal normal 9pt Tahoma, Arial, sans-serif;
}

#lng-sel {
	position: absolute;
	top: 312px;
	left: 440px;
}

#left-top-bg {
	width: 510px;
	height: 355px;
	background: #FFFFFF url(images/left_header_bg.jpg) no-repeat;
}

#left-top-en {
	width: 510px;
	height: 355px;
	background: #FFFFFF url(images/left_header_en.jpg) no-repeat;
}

#left-mid {
	width: 510px;
	height: 130px;
	background: #FFFFFF url(images/left_mid.jpg) no-repeat;
}

#left-mid-content {
	width: 465px;
	height: 110px;
	position: relative;
	top: 10px;
	left: 20px;
}

#left-bot {
	width: 510px;
	height: 283px;
	background: #FFFFFF url(images/left_bottom.jpg) no-repeat;
}

#right-top {
	width: 514px;
	height: 59px;
	background: #FFFFFF url(images/right_header.jpg) no-repeat;
}

#right-mid {
	width: 514px;
	height: 363px;
}

#right-bot {
	width: 514px;
	height: 346px;
	background: #FFFFFF url(images/right_bottom.jpg) no-repeat;
}

#right-bot-scroll {
	width: 514px;
	height: 283px;
	overflow-y : auto;
	overflow-x : hidden;
}

.main-text {
	padding: 20px 20px 20px 0px;
}

.title {
	height: 63px;
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: bolder;
}

.button {
	font-size: 7pt;
}

.image {
	border: 1px #D2D2D2 solid;
}

.graylink {
	color: #EC6418;
}

a.graylink, a.graylink:link, a.graylink:visited {
	color: #EC6418;
    text-decoration: none;
}

a.graylink:hover, a.graylink:active {
	color: #EC6418;
    text-decoration: underline;
}