/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/


* {
	margin: 0;
	padding: 0;
        border:0;
}

/* a {color: #963;}
a:hover {color: #C60;} */

body {
	background: #87CEFA repeat-x left bottom;
	color: #444;
	font: normal 11px Arial, Helvetica, sans-serif;
        background: url(images/01.jpg)
}

.center{
    width:800px;
    border:4px solid #0033FF;
    margin:0px auto;
    align:center;
   /* background: url(images/center.jpg) */
}
.title
{
font-size: 24px;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
	font: normal 14px Arial, Helvetica, sans-serif;
	margin-bottom: 4px;
}

h1,h2,h3 {padding-top: 6px; color: #126DA2}

.clear {clear: both;}

/* structure */
.container {
	/* background: url(images/beijing.jpg); */
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 880px;
}

/* header */
.top {
        background: url(images/.jpg) repeat-x;
	padding: 0 10px;
        width: 880px;
	margin: 0 auto;
} 

.top1 {
        background: url(images/title.jpg) repeat-x;
	padding: 0 10px;
        width: 980px;
	margin: 0 auto;
        border-bottom:3px solid silver
} 

/* title */
.header {
	background: url(images/header.jpg);
	font-size: 14px;
	height: 148px;
	margin: 0 auto;
	padding: 0;
	width: 876px;
        border: 2px solid #DFEEF7;
}

#logo {
        /* float:left; */
	width: 980px;
	height: 150px;
	margin: 0 auto;
	/*background: url(images/header.jpg) no-repeat left top;*/
}

#logo h1, #logo h2 {
	margin: 0;
	padding: 0;
	text-transform: lowercase;
}

#logo h1 {
	padding: 90px 5px 0 25px;
	font-size: 18px;
	color: #0272BA;
}

#logo h2 {
	padding: 0px 0 0 25px;
	font-size: 11px;
	color: #0272BA;
}


#logo a {
	color: #0272BA;
}

/* navigation   */
.navigation {	
	background: #D9E1E5 url(images/li.jpg);
	border: 2px solid #DFEEF7;
	height: 21px;
}
.navigation a {
        color:#ffffff;
	display: block;
	float: left;
	font: bold 1.0em sans-serif ;
	line-height: 20px;
	padding: 0 5px;
	text-decoration: none;
}
.navigation a:hover {background: #319EDD; color: #ffffff; text-decoration: underline;}
.navigation li {
	background:url(images/li.jpg);
        color:#ffffff;
	font: bold 1.0em sans-serif ;
	padding: 0 5px;
	line-height: 20px;
        float:left;
        text-align:center;
        position:relative;
        display:block; 
        text-decoration:none; 
        width:100px; 
        height:20px; 
        border-right:2px solid #ffffff; 
}
.navigation li a{
        text-decoration:none; 
        text-align:center;
        width:115px;
}
.navigation li ul {
        display:none;
        position:absolute; 
        top:18px;
        left:0;
        margin-top:1px;
        width:120px;
} 
.navigation li ul li a{
        text-decoration:none; 
        text-align:center;
        width:115px;
}
/* main */
.main {
        width:878px;
        border: 1px solid #DFEEF7;
        background-color:white;
	/*background: #DCEFFF;*/
}

.main1 {
        width:876px;
	border-bottom: 2px solid #DFEEF7;
        marign:0 auto;
        padding: 0;
}
/* sub navigation */
.sidenav {
	float: left;
	width: 196px;
	margin: 0 auto;   
        border:1px solid silver;    
}
.sidenav h2 {
	color: #5A5A43;
	font-size: 1em;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.sidenav ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.sidenav li {border-bottom: 1px solid #EAEADA;}
.sidenav li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.sidenav li a:hover {
	background: #DCEFFF;
	color: #654;	
}

.login {
	float: left;
	width: 200px;
	margin: 0 auto;
        border-bottom: 1px solid silver;
}
/* sub navigation */
.sidenav1 {
	float: left;
	width: 245px;
	margin: 0 auto;
	border: 1px solid silver;
}
.sidenav1 h2 {
	color: #5A5A43;
	font-size: 1em;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.sidenav1 ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.sidenav1 li {border-bottom: 1px solid #EAEADA;}
.sidenav1 li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 90%;
}
.sidenav1 li a:hover {
	background: #DCEFFF;
	color: #654;	
}

/* news */
.news {
	float: left;
	width: 258px;
	margin: 0 auto;
        padding: 0;
        border: 1px solid #003366;
        background: url(images/02.jpg);
	font-size: 1.1em;
}
.news h2 {
	color: white;
	font-size: 1.3em;
        text-align:center;
	line-height: 20px;
	margin: 0;
	padding-left: 0px;
}
.news ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.news li {border-bottom: 1px solid #EAEADA;}
.news li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 90%;
}
.news li a:hover {
	background: #DCEFFF;
	color: #654;	
}
.new {
	float: left;
	width: 258px;
	margin: 0 auto;
        padding: 0;
        border: 1px solid #003366;
        background: url(images/02.jpg);
	font-size: 1.1em;
}
.new h2 {
	color: white;
	font-size: 1.3em;
        text-align:center;
	line-height: 20px;
	margin: 0;
	padding-left: 0px;
}
/* content */
.content {
	float: left;
	margin: 5;
	padding: 0 10px;
	width: 596px;
        background: url(images/03.jpg);
	border: 0px solid silver;        
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(images/li.gif);
	margin-left: 18px;
}
.content p {font-family: Arial, Helvetica, sans-serif;}

/* footer */
#footer {
	/*background: url(images/footer1.jpg) repeat-x;*/
	color:#F5FFFA;
        background-color:#004402;
        text-align:center;
	/* font: bold 20px Á¥Êé;Arial, Helvetica, sans-serif; 
        <FONT style="FONT-SIZE: 60pt; FILTER: shadow(color=black); WIDTH: 100%; COLOR: #33333; FONT-FAMILY: »ªÎÄ²ÊÔÆ;">*/
	height: 50px;
	padding-top: 10px;
        border-left:2px solid #DEE5E5;
        border-right:2px solid #DEE5E5;
        border-bottom:2px solid #DEE5E5;
}
#footer p
{
padding: 0px;
margin: 0px;
}
#footer a, #footer a:hover {color: #FFF;}