@charset "utf-8";
/* CSS Document */
/* -------------------------------- */
/* Structure of site				*/ 
/* -------------------------------- */
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	background-image: url(img/page_bg.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #73BACF;
	background-repeat: repeat-x;
	line-height:150%;
}
img{ border:none;}
.note{ font-style:oblique; font-weight:bold; color:#555}
.gray{ color:gray}
.focus{ color:red !important}
.highlight{ color:#008000;}
.remark{ color:#666;}
.table_style{
	border-collapse:collapse;
	border:none;
}
.table_style td,.table_style th{
	border:1px solid #666;
	padding:3px;
}
.table_style table td,.table_style table th{
	border:none;
	padding:1px;
}
.table_style th{
	text-align:center;
	background-color:#AAD4E1
}
tr.line td{ border-bottom:1px solid #EEE;}
.table_style2 ul{
	margin:0;
	padding:0 0 0 15px;
}
.table_style3 ul{
	margin-top:0;
	margin-left:0;
	padding-left:15px;
	list-style-position:outside;
}
.small_list{
	margin:0px 30px 10px;
	padding:0
}
.has_subcontent{
	margin-bottom:0
}
ul.list_tick{
	margin-left:40px;
	padding-left:0;
}
ul.list_tick li{
	list-style:url(images/tick.gif) none outside;
}
.tick{
	background:url(images/tick.gif) no-repeat left center;
}
.hide{
	height:5px !important;
	overflow:hidden;
}
.hide ul{
	display:none
}
#container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color:#FFF;
}
#container1 {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color:#FFF;
}
#header {
	position:relative;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#lang {
	position:absolute;
	right:5px;
	top:0;
	background:url(img/lang_bg.gif) no-repeat;
	color: #ffffff;
	width:152px;
	height:20px;
	text-align:left
}
#lang a {color: #ffffff; text-decoration: none;}
#lang :visited {color: #ffffff;}
#lang :hover {color: yellow;}
#lang :active { color:#ffffff;}

#myslidemenu {
	/*background-image: url(img/menu_bg.gif);*/
	background-repeat: no-repeat;
}
#submenu {
	width: 195px;
	min-height:500px;
	_height:500px;
	display:inline;
	float: left;
	color: #030;
	vertical-align: text-middle;
	font-weight: bold;
	margin: 15px;
	padding: 0 0 100px;
	background:url(images/submenu_bg.gif) no-repeat;
}
#submenu2 {
	width: 195px;
	min-height:500px;
	_height:500px;
	display:inline;
	float: left;
	color: #030;
	vertical-align: text-middle;
	font-weight: bold;
	margin: 15px;
	padding: 0 0 100px;
}
#submenu .submenu_title{
	text-align:center;
	margin:15px auto 5px;
}
#submenu .subsubmenu_title{
	line-height:24px;
	border-bottom:1px solid #DDD;
}
#submenu .submenu_extend{
	border:none;
	padding:0;
}
#submenu .submenu_extend a:link{ color:#666;}
#submenu .submenu_extend a:hover{ color:#090;}
#submenu .submenu_extend li{
	padding-left:8px;
	background:url(img/bullet.gif) no-repeat 0 center;
}
#submenu ul{
	margin:0;
	padding:0 0 0 6px;
}
#submenu ul.submenu_list{
	margin-left:12px;
	margin-right:12px;
	margin-top:0;
	padding:0;
}
#submenu ul.submenu_list ul{
	margin-bottom:-1px; /* fixed 2 gray border line */
}
#submenu .two_line{
	line-height:14px;
	padding:5px 0;
	list-style-position:outside;
	margin-left:13px;
	*margin-left:16px;
}
#submenu li{
	margin: 0;
	padding: 0;
	vertical-align: text-middle;
	list-style-type:none;
	border-bottom:1px solid #DDD;
	border-collapse:collapse;
	line-height:24px;
}
#submenu a {
	color: #060;
	text-decoration: none;
	vertical-align: text-middle;
	font-weight: bold;
}
#submenu :visited {
	vertical-align: text-middle;
}
#submenu :hover {
	color: #0C0;
	vertical-align: text-middle;
}
#submenu :active {
	vertical-align: text-middle;
}
#submenu li ul li a{
	color: #390;
	margin-left:-5px
}
#submenu li ul li {
	color: #390;
	list-style: disc;
	list-style-position:inside
}
#submenu li ul li a:hover {
	color: #0C0;
}
#submenu .a_normal,#submenu .a_normal:hover{ color:#006600; cursor:default;}
.sub_title{
	margin:10px 0 0 0;
}
.left_ad{
	margin-top:20px;
	border:2px solid green;
}
#mainContent {
	width:710px;
	float:left;
	padding:0 0 0 10px;
}
div#mainContent {
	min-height:500px;
	height:expression(this.scrollHeight > 350 ? "auto":"500px"); 
}
#footer {
	text-align: left;
	margin:20px 0 0;
	position:relative;
	border-top:2px solid #A7D0C0;
	height:71px;
	text-align:right;
}
#footer .tower{
	position:absolute;
	bottom:73px;
	left:0;
	background:url(img/footer.gif) no-repeat;
	width:220px; 
	height:120px;
}
/* -------------------------------- */
/* All paragraphs			*/ 
/* -------------------------------- */
p{
padding:0px;
margin:10px 0;
}
.clear{
	clear:both;
	overflow:hidden;
	line-height:1px;
	height:1px;
	*line-height:0px;
	*height:0px;
	font-size:1px;
}
/* -------------------------------- */
/* TEXT				*/ 
/* -------------------------------- */
h2 {
	font-size:18px;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 15px;
	color:#2a8c07;
	font-family: Arial, Helvetica, sans-serif;
	background:url(img/title_icon.gif) no-repeat left center;
	padding-left:26px;
	border-bottom:1px solid #dcdcdc;
	line-height:24px;
}
h3 {
	margin:25px 0 10px 0;
}
h4{ margin:15px 0 10px 0; font-size:14px;}

.sm {
	font-size: 11px;
	color:#1b797e;
	float:left;
	padding:3px 0 0 8px;
}

.formtext {
font-size: 12px;
font-family: Arial, Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#000000;
padding:0;
margin:0;
}

.formtextB {
	font-size: 12px;
	font-family: Arial, Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#000000;
	padding:0;
	margin:0;
	font-weight: bold;
}

.formTitle {
	font-size:12px;
	font-weight: bold;
	color:#990000;
	font-family: Arial, Helvetica, sans-serif;
}

.formTitle a {
	font-size:12px;
	font-weight: bold;
	color:#1a8090;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.formTitle a:hover {
	font-size:12px;
	font-weight: bold;
	color:#a6f0f4;
	text-decoration: none;
}

.formTitle a:visited {
	font-size:12px;
	font-weight: bold;
	color:#1a8090;
	text-decoration: none;
}


a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
#myslidemenu a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}

#myslidemenu a:hover{
	text-decoration: none;
}
#myslidemenu a:visited{
	text-decoration: none;
}

.image {
	border: 3px solid #FFFFFF;
}
.image_style {
	border: 1px solid gray;
	padding:3px;
	margin:5px;
}
.news_source{ color:gray; margin-top:-15px; display:block}