/**************** Body and tag styles ****************/

*{margin:0; padding:0;}

body{
font:76% Arial,Verdana,Tahoma,sans-serif;
line-height:1.5em;
text-align:center;
color:#303030;
background:#e8eaec;
}

a{
color:#048;/*467aa7;*/
font-weight:normal;
text-decoration:none;
background-color:inherit;
}

a:hover{color:#00f; text-decoration:underline; background-color:inherit;}
a img{border:none;}

p{padding:0 0 1.0em 0;text-indent:2em;}
p form{margin-top:0; margin-bottom:20px;}

img.left,img.center,img.right{padding:4px; border:1px solid #a0a0a0;}
img.left{float:left; margin:0 12px 5px 0;}
img.center{display:block; margin:0 auto 5px auto;}
img.right{float:right; margin:0 0 5px 12px;}

/**************** Header and navigation styles ****************/

#container{
width:902px;
margin:20px auto;
padding:1px 0;
text-align:left;
background:#ffffff;
color:#303030;
border:2px solid #a0a0a0;
}

#header{
height:60px;
width:900px;
margin:0 1px 1px 1px;
background:#4682B4;
filter:Alpha(opacity=100,FinishOpacity=30,Style=1);
color:#ffffff;
}

#header h2{
    margin-top:0.8em;
    font-family:方正隶二简体,黑体;
    font-size:3.0em;
	letter-spacing:3px;
	color:#fff;
}
	
#header dl{
    float:left;
    width:300px;
    padding:10px;
    border:0px solid #ddd;
}
#header dl dt{
    float:right;
    width:240px;
	line-height:1.4em;
    font-family:方正大标宋简体,黑体;
    font-size:3.0em;
	letter-spacing:2px;
    color:#f00;
    filter:Glow(Color="#ffffff",Strength="2")
}
#header dl dd.pic img{
    float:left;
    width:50px;
    height:50px;
    filter:Glow(Color="#ffffff",Strength="2")
}
#header dl dd.text{
    float:right;
    width:232px;
    font-family:Verdana,Arial,Tahoma,sans-serif;
    font-size:12px;
	font-weight:bold;
    color:#f00;
}
#header dl:after{
    content:"."; 
    display:block;
    height:0; 
    clear:both; 
    visibility:hidden;
} 

#navigation{
height:2.2em;
line-height:2.2em;
width:900px;
margin:0 1px;
background:#048;
color:#ffffff;
}

#navigation li{
float:left;
list-style-type:none;
border-right:1px solid #ffffff;
white-space:nowrap;
}

#navigation li a{
display:block;
padding:0 10px;
font-size:1.0em;
font-weight:normal;
text-transform:uppercase;
text-decoration:none;
background-color:inherit;
color: #ffffff;
}

* html #navigation a {width:1%;}

#navigation .selected,#navigation a:hover{
background:#0066aa;
color:#ffffff;
text-decoration:none;
}

#container form{
width:868px;
margin:1px;
padding:6px 10px 3px 20px;
background-color:#def;
border:1px solid #88a;
}

#container form span{float:right;display:block;width:160px;}

/**************** Content styles ****************/

#content{
float:left;
width:860px;
margin:0 1px;
padding:10px 20px 0 20px;
}

#content h2{
display:block;
margin:20px 10px 3px 20px;
font-family:黑体;
font-size:1.5em;
font-weight:normal;
letter-spacing:3px;
color:#048;
background-color:inherit;
}

#content h3{
padding:6px 0px 6px 40px;
font-family:黑体;
font-size:1.2em;
font-weight:normal;
background-color:#e8f8ff;
}

.titleline{width:200px; align:left; color:#048;}
.endline{size:1px;}
.clear{clear:both;}
.num{color:#666;}

#content dl{
    float:left;
    width:600px;
    margin:10px;
    border:1px solid #ddd;
}
#content dl dt{
    float:right;
    width:540px;
}
#content dl dd.pic{
    float:left;
    width:60px;
}
#content dl dd.pic a img{
    width:48px;
    height:48px;
    margin:2px;
    border:0;
}
#content dl dd.text{
    width:540px;
    font-size:12px;
    color:#666;
    text-align:right;
}
#content dl dd.links{
    width:330px;
    margin-top:-0px;
}
#content dl:after{
    content:"."; 
    display:block;
    height:0; 
    clear:both; 
    visibility:hidden;
} 

/**************** Footer styles ****************/

#footer{
clear:both;
width:900px;
padding:5px 0;
margin:0 1px;
font-size:0.9em;
color:#f0f0f0;
background:#048;
}

#footer p{padding:0; margin:0; text-align:center;}
#footer a{color:#f0f0f0; background-color:inherit; font-weight:bold;}
#footer a:hover{color:#ffffff; background-color:inherit; text-decoration: underline;}