* {



}
body  {
	color: #000000;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFC;
	float: none;
	text-align: left;
	background-position: center center;
	top: auto;
}
#container  {
	border: medium solid #000;
	background: #e2e2e2;
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
} 
#header  {
	height: 160px;
	width: 990px;
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 5px;
} 


#container #header #headerleft {
	background: #FFF no-repeat;
	height: 160px;
	width: 250px;
	float: left;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#container #header #headerright  {
	height: 160px;
	width: 730px;
	float: right;
	background: #FFF;
}
#container #banner  {
	height: 200px;
	width: 990px;
	margin-top: 15px;
}
#container #banner #bannerleft  {
	background: #44b6d0;
	float: left;
	width: 600px;
	height: 200px;
	margin-left: 10px;
}
#container #banner #bannerright {
	float: right;
	width: 340px;
	height: 200px;
	margin-right: 20px;
}
#container #navbar {
	height: 60px;
	width: 980px;
	background: #e2e2e2 no-repeat;
	margin-top: 25px;
	margin-left: 10px;
	margin-bottom: 15px;
}
#mainContent table tr td img {
	margin-left: 5px;
	text-align: center;
	margin-right: 5px;
}
#container #sidebar1 {
	float: left;
	width: 190px;
	border-top: thin solid #000;
	border-right: thin solid #000;
	border-bottom: thin solid #000;
	background: #44B6D0;
	border-left: thin solid #000;
	padding-left: 5px;
	margin-left: 5px;
}

/* Tips for mainContent:
1. the space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 430px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
#mainContent  {
	width: 980px;
	margin-top: 20px;
	margin-right: 10px;
	margin-left: 10px;
} 

#container #mainContent #4 {
	height: auto;
	width: 830px;
	margin: 20px 10px 30px;
	border-top: thin solid;
	border-right: #333;
	border-bottom: thin solid #333;
	float: left;
}
#container #blackline {
	border-bottom: thick solid #000;
}



#container #mainContent #1  {
	background: #b2b2b2;
	width: 850px;
	height: 600px;
	margin-top: 40px;
	margin-left: 20px;
}
#container #mainContent #2  {
	background: #b2b2b2;
	width: 850px;
	height: 200px;
	margin-top: 40px;
	margin-left: 20px;
}
#container #mainContent #3  {
	background: #b2b2b2;
	height: 200px;
	width: 850px;
	margin-top: 40px;
	margin-left: 20px;
}
#tableheaderfont {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
}


#container #bannerfooter {
	height: 100px;
	width: 970px;
	margin: 25px 10px 20px;
	background: url(../../../StudyinChina/Media/bottombannerfiller.png);
}
#div {
	background: #e2e2e2 center;
	width: 1000px;
	border-top: medium solid #000;
}

#footer  {
	width: 995px;
	margin-top: 10px;
	border-top: medium solid #333;
	height: 150px;
	margin-right: 10px;
	background: #CCC;
} 

#container #footer #footerleft  {
	float: left;
	width: 490px;
	background: #e2e2e2;
	margin-top: 15px;
	margin-left: 10px;
	height: 200px;
	margin-bottom: 15px;
}
#container #footer #footerright  {
	background: #e2e2e2;
	float: right;
	width: 460px;
	height: 200px;
	margin: 15px 10px;
}
#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 */
}

/* Miscellaneous classes for reuse */
.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;
}








a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	color: #333;
}

h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 35px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0px;
	vertical-align: middle;
	margin: 60px 0px 0px;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 36px;
	margin-left: 15px;
	text-align: center;
	color: #333;
}

h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	margin-left: 20px;
	margin-right: 200px;
}


h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #333;
	margin-left: 20px;
}
h5 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #333;
}

h6   {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	margin-left: 15px;
	color: #333;
	margin-right: 15px;
}
.style111 {
	color: #44b6d0
}



p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #333;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	margin-right: 5px;
}
.contactus {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	text-align: left;
}

