@charset "utf-8";
*{
padding: 0px;
margin: 0px;
border: none;
}


body  {
	background: #000000;
	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: #ffffff;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 0.9em;
	font-weight:100;
}



.twoColFixLtHdr #container { 
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: transparent none;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: #000000; 
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	min-width: 980px;
} 
.twoColFixLtHdr #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 */
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 232px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #000000; /* the background color will be displayed for the length of the content in the column, but no further */
	padding-top: 60px;
}


#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 232px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: transparent none; /* the background color will be displayed for the length of the content in the column, but no further */
	padding-top: 20px;
}
.mainContent { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 640px;
} 
#sidebar-right {
	width: 232px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #000000; /* the background color will be displayed for the length of the content in the column, but no further */
	padding-top: 60px;
	margin-left: 580px;
}
.mainContent-full { 
} 
.twoColFixLtHdr #footer { 
	padding: 20px;
	background:#000000; 
	text-align:center;
} 
.twoColFixLtHdr #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 */
}
.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{
	text-decoration:none;


}


a:hover, .activelink {
	color:#FF0000 !important;
}


h1, h2, h3, h4, a{
	color:#FF0000;
}


h1{
	padding: 10px 0px 15px;
	text-align:center;
	font-size:40px;
	font-weight:200;
	text-transform:lowercase;


}


h2{
	font-size:30px;
	padding: 5px 0px;
}


h3{
	font-size:25px;
	padding: 15px 0px 5px 0px;
	font-weight:200;
	text-transform:lowercase;
}


h4, h4:hover{
	font-size:1em;
	padding: 5px 0px;
	font-weight:600;
	font-style: italic;


}


h5{
	display: inline;
	color:#FF0000;
	font-weight:100;
	font-size:1.5em;
}




h6{
	display: inline;
	padding-right: 10px;
	color:#FF0000;
	font-weight:600;
	font-size:16px;
}


h7{
	display: inline;
	font-weight:100;
}


p{
	padding: 5px 0px 15px 0px;
	text-align: left;
}


.centeralign{
	text-align:center;
}


.sidepanel{
	background: #333333 url(images/sidepanel-top.jpg) top no-repeat;
	padding: 5px 10px 0px 10px;
	text-transform:lowercase;
}
.sidepanelbottom{
	background: #333333 url(images/sidepanel-bottom.jpg) bottom no-repeat;
	margin-bottom: 20px;
	padding-bottom: 20px;
}


.sidepanelitems{
	padding: 0 0 15px 6px;
}


.sidepanelitems li{
	margin-left: 10px;
	color:#FFFFFF;
	padding-bottom: 10px;
	list-style: none;
}


.sidepanelitems a{
	color:#FFFFFF;
}


.rightsidepanelitems li{
	margin-left: 10px;

	color:#FFFFFF;
	padding-top: 5px;
	list-style:none;
}


.rightsidepanelitems a{
	color:#FF0000;
}




.sidepanelitemssub li{
	margin-left: 10px;
	font-size:12px;
	padding-top:0px;
}


.latestnews{
	font-size:12px;
}


.latestnews td{
	padding-bottom: 10px;
}


#footer li{
display:inline;
padding: 0px 15px;
border-left: 1px solid #FFFFFF;
}


#footer li.first{
border-left: none;
}


#footer {
	padding-bottom: 30px;
}


.smallertext{
	display:block;
	font-size:12px;
}


.twocolcontent{
	width:100%;
}


.twocolcontent td{
padding: 10px;
vertical-align: top;
}


.toright{
	float:right;
	margin-top: -10px;
}


.mixedcase{
text-transform:none;
}


table.toleft p{
text-align:left;
padding: 15px 0px;
line-height: 150%;
}


img{
	padding: 15px;
	text-align: center;
}


.greybox{
	background-color:#1A1A1A;
	padding: 10px;
}


.minifonts{
	font-size:10px;
}


.gatewaytag {
	color: #FFFFFF; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
}


ul.sitemap {

	list-style-type:none;
	font-size:18px;
	padding: 0px 0px 10px 50px;
}


ul.sitemap li{
	padding: 5px 0px;
}


ul.sitemap a{
	color:#FFFFFF;
}


.latestnewsitems{
	font-size: 0.8em;
}


.nopad {
	padding: 0px;
}


.chinese{
font-family: SimHei, SimSun, Arial, Verdana;
font-size:15px;
line-height: 130%;
}




/* Dropdown menu css - Change carefully */
.dropdown {
	float:left;
	padding-right: 10px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	text-align: left;


	
}


#one-ddheader {
	width:50px;
	height: 23px; 
	border: none; 
	cursor:pointer; 
}


#one-ddheader:hover {
}


#two-ddheader {
	width:80px;
	height: 23px; 
	border: none; 
	cursor:pointer; 
}


#two-ddheader:hover {
}


#three-ddheader {
	width:50px;
	height: 23px; 
	border: none; 
	cursor:pointer; 
}


#three-ddheader:hover {
}


.style5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}




.dropdown dd {
	position:absolute; 
	overflow:hidden; 
	width:700px; 
	display:none; 
	opacity:0;
	z-index:200;
}


.dropdown ul {
	width:182px; 
	border:none;
	list-style:none; 
	border-top:none
}
.style4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}


.dropdown li {
	display:inline
}


.dropdown a, .dropdown a:active, .dropdown a:visited {
	color:#FFFFFF;
	display:inline;
	margin:0 25px 0 0px;
	padding:1px;
	text-decoration:none;
	width:150px;
	font-size:16px;
}


.dropdown a:hover{
	color:#FF0000;
}


.style6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}


.dropdown .underline {
	border-bottom:1px solid #E2EA77
}


.ddheader{
font-size:12px;
padding-left:8px;
}


.submenu{
text-align:left;
color:#FFFFFF;
display:inline;
}

