/* -------Global Properties-------- */
a:link {
	text-decoration: none;
	color: #0066cc;
}
a:visited {
	text-decoration: none;
	color: #0066cc;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}

a:active {
	font-weight: normal;
}

body {
	margin: 0px;
	padding: 0px;
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-image: url(/images/bg.gif);
	background-repeat: repeat-y;
	background-position: center 0px;
	background-color: #d9d9d9;
}

p {
	margin-top: 0px;
	padding-top: 0px;
}

.nourl {color: #3300CC}

/* -------Top Area-------- */
#frame2 {
	width:800px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	text-align:left;
	position: relative;
	background-color: #FFF;
	z-index: 1;
		}

#frame {
	width:770px;
	text-align:left;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-color: #FFF;
	float: left;
		}

#top {
	width: 502px;
	float: right;
	height: 85px;
}

#logo {
	top: 12px;
	left: 0px;
	float: left;
	margin: 0px;
	padding: 0px;
	height: 85px;
	background-color: #FFF;
	width: 100%;
}

#bg {
	background-color: #FFF;
	height: 85px;
	width: 100%;
	z-index: 0;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}

#navigation {
	top: 99px;
	left: 0px;
	width: 770px;
	width/* */:/**/720px;
	width: /**/720px;
	background-color: #821787;
	background-image: url(../images/strips.gif);
	background-repeat: no-repeat;
	background-position: left center;
	z-index: 1;
	padding-left: 50px;
	padding-top: 27px;
	padding-right: 0px;
	padding-bottom: 0px;
	float: left;
	clear: both;
	margin-bottom: 10px;
	
	
}


#chinese #navigation {
	top: 99px;
	left: 0px;
	width: 720px;
	width/* */:/**/720px;
	width: /**/720px;
	background-color: #821787;
	background-image: url(../images/strips.gif);
	background-repeat: no-repeat;
	background-position: left center;
	z-index: 1;
	padding-left: 50px;
	padding-top: 27px;
	padding-right: 0px;
	padding-bottom: 0px;
	float: left;
	clear: both;
	height: 23px;
}

#navigation_healthcare {
	top: 99px;
	left: 0px;
	width: 770px;
	width/* */:/**/720px;
	width: /**/720px;
	background-color: #0269b4;
	background-image: url(/images/strips_healthcare.gif);
	background-repeat: no-repeat;
	background-position: left center;
	z-index: 1;
	padding-left: 50px;
	padding-top: 27px;
	padding-right: 0px;
	padding-bottom: 0px;
	float: left;
	clear: both;
	margin-bottom: 10px;
	
	
}

#logo img {
margin-top: 16px;
}

/* -------Footer-------- */

#footer {
	width: 770px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color:  #E0E0E8;
	position: relative;
	float: left;
	margin: 0px;
	background-image: url(/images/footerbg.gif);
	background-repeat: repeat-x;
	height: 40px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-color: #efeeed;
}

.copyright {
	text-align: left;
	float: left;
	padding-top: 5px;
}

.sublevel {
	float: right;
	text-align: right;
	padding-top: 5px;
}

/* -------breadcrumbs-------- */
.kwhref { 
}
.kwtitle { 
}
.kwspan { 
}

/* -------related links------- */

.related h1 {
	background-image: none;
	font-size: 0.8em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	color: #FFF;
	background-color: #4c8db4;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 5px;
}
.related {
	width: 158px;
	float: left;
	margin-left: 10px;
	background-image: url(/images/link_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #fafafa;
}


.related ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.related li {
	font-size: .8em;
	padding: 0px 0px 0px 12px;
	margin: 5px 0px 0px;
	background-image: url(/images/downloadarrow.gif);
	background-repeat: no-repeat;
	background-position: left 0.3em;
	list-style-type: none;
	line-height: 1.2em;
}

/* -------force scroll bar in Firefox-------- */

html {
     min-height:100%;
     margin-bottom:1px;
}
.normallogo {
	display: block;
}

.chineselogo{
	display: none;
}


#chinese #logo .normallogo {
	display: none;
}

#chinese #logo .chineselogo {
	display: block;
}

