@charset "utf-8";
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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(Images/GRADIENT-Inside.jpg);
}
#container {
	width: 999px;
	margin: 0 auto;
	text-align: left;
} 
#header {
	background-image: url(Images/tongbanner.jpg);
	height: 120px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: right;
} 
#Layer1 {
	position:absolute;
	left:553px;
	top:28px;
	width:416px;
	height:37px;
	z-index:1;
}
.style2 {color: #FFCC33}
 #tabsI {
	float:left;
	width:999px;
	font-size:12px;
	line-height:normal;
	background-color: #FF8000;
	font-variant: small-caps;
	background-image: url(Images/tongbannernew.jpg);
	height: 140px;
	background-repeat: no-repeat;
      }
    #tabsI ul {
	margin:0;
	list-style:none;
	padding-top: 118px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 4px;
      }
    #tabsI li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsI a {
	float:left;
	background:url("tableftIa.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
      }
    #tabsI a span {
	float:left;
	display:block;
	background:url("tabrightIa.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#000000;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsI a span {float:none;}
    /* End IE5-Mac hack */
    #tabsI a:hover span {
	color:#FF8000;
      }
    #tabsI a:hover {
      background-position:0% -42px;
      }
    #tabsI a:hover span {
      background-position:100% -42px;
      }

        #tabsI #current a {
                background-position:0% -42px;
        }
        #tabsI #current a span {
	background-position:100% -42px;
	color: #FF8000;
        }
		
#NavLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 15px;
	background-color: #D6D3D6;
	float: left;
	width: 999px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
}
#NavLink ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#NavLink ul li {
	display: inline;
	margin-left: 15px;
}
#NavLink ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
#NavLink ul li a:hover {
	color: #FF8000;
}
#NavLink ul li.current a {
	color: #FF8000;
}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}




#reviews ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#reviews ul li {
	display: inline;
	margin-left: 0px;
}
#reviews ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
#reviews ul li a:hover {
	color: #FF8000;
}
#reviews ul li.current a {
	color: #FF8000;
}




#ContentWrapper {
	overflow: hidden;
	float: left;
	width: 999px;
}

#mainContent {
	padding-right: 30px;
	padding-left: 30px;
	width: 800px;
	text-align: justify;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 1.25em;
	color: #000000;
	background-color: #EEEEEE;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
} 
#mainContent h1 {
	color: #FF8200;
	font-size: 18px;
}

#mainContent .style4 a {
	text-decoration: none;
	color: #FF8200;
}
#mainContent a {
	color: #FF8200;
	text-decoration: none;
}


#PicContent {
	background-color: #000000;
	padding-right: 20px;
	padding-left: 20px;
	float: left;
	width: 530px;
	color: #FFFFFF;
}
#PicContent a {
	color: #9966CC;
	text-decoration: none;
}


#footer {
	clear: both;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 999px;
	font-size: 10px;
	margin-right: auto;
	margin-left: auto;
} 
#footer a {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
	text-decoration: none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
