html, body{
	font-family: Arial,sans-serif;
	margin: 0;
	padding: 0;
	font-size: 12px;
	height:100%;
}

.header{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

.quote{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
}

.footnote{
	font-family:Arial, Helvetica, sans-serif;
	font-size:8px;
	vertical-align:super;
}

.footnote a{
	color:#FF0000;
	text-decoration:none;
}

#main_cont{
	width:760px;
	height:100%;
}

#page_ltitle{
	width:401px;
	height:42px;
	background-color:#006F47;
	border-bottom:5px solid #FFFFFF;
}

#page_rtitle{
	width:359px;
	height:42px;
	background-color:#69604D;
	border-left:4px solid #FFFFFF;
	border-bottom:5px solid #FFFFFF;
}

#page_lMenu{
	vertical-align:top;
	width:226px;
	background-color:#C8C4BD;
}

#page_content{
	vertical-align:top;
	width:530px;
	border-left:4px solid #FFFFFF;
	background-color:#FFFFFF;
}

#lmenu_title{
	width:100%;
	height:25px;
	background-color:#756C5B;
	border-bottom:2px solid #FFFFFF;
}

#lmenu_title a{
	font-size:11px;
	padding-left:30px;
	color:#FFFFFF;
	text-decoration:none;
}

#content_body{
	font-size:12px;
	background-color:#E7F5BB;
	vertical-align:top;
	height:100%;
	width:100%;
}

.c_b_text{
	padding: 5px 5px 5px 10px;
}

html>body #content_body{
	font-size:12px;
	height:100%;
	width:100%;
}

#lmenu_content{
	background-image:url(../images/gen_content.gif);
	width:226px;
	height:47px;
	background-color:#FFFFFF;
	background-repeat:no-repeat;
}

html>body #lmenu_content{
	background-image:url(../images/gen_content.gif);
	width:226px;
	height:47px;
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	border-bottom:5px solid #FFFFFF;
}

#content_header{
	font-size:14px;
	font-weight:bold;
	padding:0px 0px 0px 10px;
	width:226px;
	height:42px;
	background-color:#E7F5BB;
	background-repeat:no-repeat;
	border-bottom:5px solid #FFFFFF;
}

html>body #content_header{
	padding:3px 0px 3px 10px;
	width:226px;
	height:47px;
	background-color:#E7F5BB;
	background-repeat:no-repeat;
	border-bottom:5px solid #FFFFFF;
}

#content_header a{
	color: #000000;
	text-decoration:none;
}

.menuheader{
	border-bottom:2px solid #FFFFFF;
	background-color:#006F47;
	height:25px;
	padding-left:10px;
	color:#FFFFFF;
}

.menuheader a{
	color:#FFFFFF;
	text-decoration:none;
}

.menuheader a:hover{
	color:#999999;
	text-decoration:none;
}


.menuheader_child{
	border-bottom:2px solid #FFFFFF;
	padding:5px 10px 5px 10px;
	background-color:#E7F5BB;
	width:100%;
	height:25px;
	padding-left:10px;
}

.menuheader_child a{
	color:#000000;
	text-decoration:none;
}

.menuheader_child a:hover{
	color:#999999;
	text-decoration:none;
}

.hc_line{
	padding-bottom:3px;
}

/**** Page Footer Style *****/

#footer{
	background-color:#FBEACB;
	padding:10px 10px 10px 10px;
}

#footer a{
	color:#000000;
	text-decoration:none;
}

.Tipslist{
	background-color:#F8DBC3;
	font-size:11px;
}

.Tipslist a{
	color:#000000;
	font-size:11px;
	text-decoration:none;
}

.Tipslist th{
	border-top:1px solid #EEB211;
	border-bottom:1px solid #E36F1E;
	border-right:1px solid #FFFFFF;
}

.Tipslist td{
	vertical-align:top;
	padding:5px;
	border-bottom:1px solid #FFFFFF;	
	border-right:1px solid #FFFFFF;
}

.tips_image{
	vertical-align:middle;
}

#g_linkhead{
	background-color:#FFFFFF;
	height:20px;
}

#g_linkhead a{
	text-transform:uppercase;	
}

.g_foot{
	background-color:#FFFFFF;
	height:20px;
}

.g_namehead{
	background-color:#FFFFFF;
	/*border-bottom:1px solid #006F47;*/
	/*border-top:1px solid #006F47;*/
}
.g_word{
	background-color:#E7F5BB;
	padding:5px 5px 0px 5px;
	font-weight:bold;
	/*border-bottom:1px solid #006F47;*/

}
.g_description{
	background-color:#E7F5BB;
	padding:0px 5px 5px 10px;
	/*border-bottom:1px solid #006F47;*/
}









/****intro page *********/

#main_cont_intro{
	width:760px;
	height:100%;
	background-color:#E5E2DA;
}
#page_ltitle_intro{
	width:401px;
	height:42px;
	background-color:#006F47;
	border-bottom:5px solid #E5E2DA;
}

#page_rtitle_intro{
	width:359px;
	height:42px;
	background-color:#69604D;
	border-left:4px solid #E5E2DA;
	border-bottom:5px solid #E5E2DA;
}

#page_rtitle_intro img{
	padding-left:30px;
}




#content_body_intro{
	padding:40px 50px 0px 200px;
	font-size:12px;
	background-color:#E5E2DA;
	vertical-align:top;
}

#content_link_next{
	width:100%;
	text-align:right;
	padding:10px;
}

.link_search{
	width:200px;
	height:25px;
	background-color:#756C5B;
	border-bottom:2px solid #FFFFFF;
	padding-left:30px;
}

.link_search a{
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
}
