body{
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
	line-height: 17px;	
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul{
 list-style-type: square;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#navBar{
    width: 170px;
	padding: 0px;
	line-height: 26px;	
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 0px solid #ccc;
}

/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 11px;
	font-weight: bold;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #F87F11;
	padding: 2px 0px 2px 10px;
	color: #ffffff;
	text-decoration: none;
}

.headerbold12blue {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #006699;
}
.headerbold11brown {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #CC3300;
}
.headerbold11gray {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #454545;
}
.headerbold11blue {

	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #006699;
}
.text11lightgray {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
}
.headerbold11orange {

	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FF9900;
}
.text12orange {


	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #FFD291;
}
.black11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

.textchinese13black {
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	line-height: 20px;
}
.brown11 {

	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #CC3300;
}
.gray11 {

	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 11px;
	font-weight: normal;
	color: #999999;
}
