﻿@charset "utf-8";
/* CSS Document */
body {
	margin:0;
	font-family:Verdana;
}
a 
{
    text-decoration:none;
}
#top1 {
	height:50px;
	background:#000;
}
#logoAndMenu {
	margin:auto;
	background:grey;
	height:50px;
	width:950px;
	background:url(images/logo.png) no-repeat;
}
#top2 {
	height:128px;
	background:#3cb2c8;
}
#images {
	margin:auto;
	height:128px;
	width:950px;
	background:url(images/topImg.gif);
}
#update {
    float:left;
    position:relative;
    left:690px;
    top:15px;
}
#mid {
	background:url(images/bg1.png) repeat-x;
}
#main {
	position:relative;
	float:none;
	margin:auto;
	width:950px;
	background:#FFF;
}
#leftMain {
    position:relative;
    float:left;
    width:665px;
    height:auto;
}
#rightMain 
{
	top:10px;
	padding:10px;
    position:relative;
    float:left;
    left:35px;
    width:215px;
    height:270px;
    background:#F8F8F8;
}
.menuword 
{
    padding:12px 20px 10px 00px;
    list-style:none;
    float:right;
    display:block;
}
a.menulink 
{
    font-size:18px;
    color:White;
    font-family:Verdana;
    text-decoration:none;
}
a.menulink:hover 
{
    color:#BDD;
}
.words 
{
    font-size:14px;
    margin-left:10px;
    margin-top:10px;
}
.tongzhi {
	font-weight:600;
	margin-top:8px;
	font-size:16px;
}
#footer {
	position:relative;
}

* {margin:0; padding:0;}
code {font-family:"Courier New",Courier}

#options {width:497px; margin:20px auto; text-align:right; color:#9ac1c9}
#options a {text-decoration:none; color:#000}
#options a:hover {color:#033}

#acc {width:497px; list-style:none; color:#033; margin:0 auto 40px}
#acc h3 {width:483px; border:1px solid #9ac1c9; padding:6px 6px 8px; font-weight:bold; font-size:16px; margin-top:5px; cursor:pointer; background:#DCFFFF}
#acc h3:hover {background:url(images/header_over.gif)}
#acc .acc-section {overflow:hidden; background:#fff}
#acc .acc-content {width:465px; padding:15px; border:1px solid #9ac1c9; border-top:none; background:#fff}