﻿html{
	color: white;
	font-family: Verdana, Tahoma, 微软雅黑, sans-serif;
	font-size: 12px;
	background-color: #cccccc;
	background-image: url("images/page_background.png");
	background-repeat: repeat-x;
}

body 
{
    width: 1256px;
	margin: 0 auto 0 auto;
	padding: 0;
}

img
{
	border: 0px;
}

a
{
	color: #375220;
}

#page_header
{
	padding: 0px;
	width: 1256px;
	height: 106px;
	background: url("images/page_header.png") no-repeat;
}

#page_body
{
	padding: 0px 12px 0px 12px;
	color: Black;
	width: 1256px;
	min-height: 400px;
	background: url("images/page_body.png") repeat-y;
}

#page_footer
{
	padding: 0px;
	color: White;
	width: 1256px;
	height: 99px;
	background: url("images/page_footer.png") no-repeat;	
}

#page_footer
a
{
	color: White;
	text-decoration: none;
}

#page_footer
a:hover
{
	color: White;
	text-decoration: underline;
}	

#seperator
{
	background: url("images/tab_separator.png") no-repeat;
	height:18px;
}

#top_bar
{
    height: 49px;
    padding: 20px 20px 0px 0px;
    text-align: right;
    color: #71ff00;
}

#top_bar
table
{
	float:right;
}

#top_nav 
{
    height: 37px;
    text-align:right;
    padding-right: 50px;
    vertical-align: baseline;
}


#top_nav
a
{
    color: White;
    text-align: center;
    display: inline-block;
    width: 160px;
    height: 37px;
    line-height: 44px;
    background: url("images/tab_n.png") bottom no-repeat;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    margin:0px;
}

#top_nav
a:hover
{
    background: url("images/tab_nh.png") bottom no-repeat;
}

#top_nav
.tab_a
{
    background: url("images/tab_a.png") bottom no-repeat;
    width: 162px;
    height: 37px;
    line-height: 44px;
    color: #303030;
    vertical-align: bottom;
}

#top_nav
.tab_a:hover
{
    background: url("images/tab_a.png") bottom no-repeat;  
}

.page_banner
{
    width: 1232px;
    background-color: #EFEFEF;
    border-bottom: 1px solid #CCCCCC;
    padding: 5px;
}

td
{
	vertical-align: top;
	margin-left: 40px;
}

.td_middle
{
	vertical-align: middle;
}

.page_table
{
	 width: 1232px;
}

.page_table
td
{
	padding: 5px;
}

h1
{
	font-family: Century Gothic, Century, 微软雅黑, Sans-Serif;
	font-size: 15px;
	font-weight: bold;
	color: #003300;
	margin: 10px 5px 5px 0px;
	background-color: #EFEFEF;
	border: 1px solid #CCCCCC;
	padding: 5px 5px 5px 5px;
}

h2
{
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-left: 10px;
}


.download_link
{
	margin-left: 20px;
	display: block;
}

#LanaugeSelection
{
	position: absolute;
	z-index: 255;
	visibility:hidden;
	text-align: left;
	font-size: 10px;
}

#LanaugeSelection
a
{
	display: block;
	color: Black;
	text-decoration: none;
	padding: 1px;
	border: 1px solid white;	
}
#LanaugeSelection
td
{
	padding: 2px;
	border: 1px solid #9999FF;
	background: white;
}

#LanaugeSelection
a:hover
{
	display: block;
	color: Black;
	padding: 1px;
	border: 1px solid #CEDDFF;
	color: Navy;
}

#mnu_lang
{
	cursor:pointer;
}

p
{
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 15px;
	margin:0px;
}

.normaltext
{
	display: block;
	margin:0px;
	margin-left: 25px;
}

.graybox
{
	margin: 0px 20px 0px 20px;
	padding: 10px;
	border: 1px solid #cccccc;
	background: #EFEFEF;

}

.icon
{
	margin: 5px 10px 5px 5px;
	float:left;
}

.btnDonate
{
	background-image: url('images/btn_donate.gif');
	display: block;
	width:172px;
	height: 47px;
	margin: 0 auto 0 auto;
	text-align: center;
	line-height: 29px;
	color: White;
	font-weight: bold;
	text-decoration: none;
}
