@charset "UTF-8";
acronym {
}
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: 100%;
	background-color: #999999;
}
#mainContent p {
}
#container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	background-repeat: repeat-y;
	background-image: url(images/sidebar-BG-2.gif);
	background-position: left;
	background-color: #FFCC33;
} 
#header {
	background-image: url(images/sidebar-BG-ck.gif);
	color: #FF0000;
	height: 96px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#header h1 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	color: #FFFFFF;
	margin-left: -9999px;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #F4050E;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	margin-right: 20px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-image: url(images/sidebar-BG-2.gif);
	background-repeat: repeat-y;
	background-position: left;
}
#mainContent {
	/*	margin-top: -20px; */
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 230px;
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 40px;
	background-color: #FFCC33;
	margin-top: 0px;
} 
#footer {
	padding: 0 10px 0 20px;
	background-color: #FFCC33;
	border-top-color: #E0E0E0;
	border-right-color: #E0E0E0;
	border-bottom-color: #E0E0E0;
	border-left-color: #E0E0E0;
} 
#footer p {
	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 */
	left: auto;
}
.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: 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;
}
.nav {
	background-color: #FFCC33;
	width: 780px;
	color: #FFCC00;
}
.nav  a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #33FF66;
	text-decoration: none;
}
.nav  a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #0066FF;
	text-decoration: none;
}
.nav  a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #CC3333;
}
.nav  a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #FFCC00;
}
.pinyin {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: oblique;
	font-weight: normal;
	font-variant: normal;
}
#container .nav table th {
	background-color: #000000;
}
