@charset "utf-8";
/* zhusheng@bodait.com 08/10/2008 */

* { margin:0px; padding:0px;}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #0580B7;
	background-image: url(allbg.gif);
	background-repeat: repeat-x;
}
#wrapper {
	width: 771px; margin:3px auto;
}


#header {
	background-image: url(header_bg.jpg);
	height: 232px;
	padding:18px 0px 0px 4px;
	position: relative;
}
#header h1 {
	background-image: url(logo.png);
	background-repeat: no-repeat;
	height: 153px;
	width: 280px;
	float:left;
	text-indent: -9999px;
}
#header #banner { float: right;width: 339px;}
#banner h2 { font-size: 14px; line-height: 16px; padding:20px 0px 0px 160px;}
#header a {
	position:absolute;
	width:280px;
	height:155px;
}
/* end header */

#content{
	background-image: url(content_bg.gif);
	background-repeat: repeat-y;
	width:771px;
}

#maincontent { width:564px; float:left; margin:0 0 0 207px; display:inline;}
#maincontent h1 { font-family: "Times New Roman", Times; font-size: 21px; line-height:24px; color:#999999; padding:0px 15px 12px 15px; font-weight:normal;}
#maincontent h2 {
	font-family: "Times New Roman", Times;
	font-size: 18px;
	line-height:32px;
	color:#1C3A26;
	padding:0px 15px 12px 15px;
	font-style: italic;
}
#maincontent h3{font-family: "Times New Roman", Times; padding:0 15px;color:#02557E;font-size: 16px; line-height: 18px; padding-bottom:8px;}
#maincontent p { font-size: 12px; line-height: 18px; color:#02557E; padding:0px 15px 12px 15px;
}
#maincontent .blackfont { color:#000000;}
#maincontent .yellfont { color:#FFAB33; font-weight:bold;}
#maincontent .bulefont {color:#0000FF; font-family:Arial, Helvetica;font-weight:bold;}
#maincontent .tablist td{font-size: 12px; line-height: 18px; color:#02557E; text-align:center;}

#maincontent .lista {
	list-style-type: disc;list-style-position: inside;
	padding:0px 15px 12px 15px;
}
#maincontent .lista li{
	font-size: 12px;
	line-height: 18px;
	color:#006699;}
	
#homepage #maincontent {width:384px;}
#homepage #maincontent p {color:#006699;}
#homepage #maincontent h2 {font-size: 16px;line-height:18px;font-style: normal;}

#rightsidebar { width:180px; float:left; margin:0 0 0 0px;}
#rightsidebar input {
	width: 140px;
}

#rightsidebar p {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #1E7C1E;
	line-height: 16px;
	padding-bottom: 6px;
}
#rightsidebar big{ font-size: 12px;}

#leftsidebar { width:207px; float:left; margin:0 0 0 -771px;}
#leftsidebar ul{ list-style-type: none; margin:0px; padding: 10px 0 15px 0px;}
#leftsidebar li{
	background-image: url(nav_bottom.gif);
	background-repeat: repeat-x;
	padding-bottom: 2px;
	background-position: bottom;
}
#leftsidebar li a {
	font-family: Tahoma;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 28px;
	font-weight: bold;
	text-decoration: none;
	background-image: url(sidebar_icon.gif);
	background-position: 190px center;
	text-align: right;
	display: block;
	padding-right: 30px;
	background-repeat: no-repeat;
		
}
#leftsidebar li a:hover{ background-color:#10CFEE;}
#leftsidebar input {
	width: 130px;
}

#leftsidebar p {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	line-height: 16px;
	padding:0px 10px 0 35px;
}
#leftsidebar big{ font-size: 12px;}


#bottom{ clear:both; margin:0px 0 0px 222px;}
#bottom p {font-size: 12px; padding-bottom:10px; color:#666666;}
#bottom strong, #bottom a{ color:#000000;}

#footer {
	clear:both;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #0ACAEA;
	background-color: #076A9A;
	height: 66px;
	padding:10px 25px;
}
#footer ul {
	float: left;
	width: 420px;
	list-style-type: none;
}
#footer li {
	font-size: 11px;
	float: left;
	color: #0ACAEA;
}
#footer a {
	font-size: 11px;
	color: #0ACAEA;
	padding-right: 5px;
	padding-left: 5px;
	text-decoration: none;
}
#footer a:hover{ color:#000000;}
#footer p { width:260px; float:right; font-size:11px; color:#F7DC32; text-align:right;}
