
* {
	margin: 0;
	padding: 0;
}
a {
	color: #F70;
}
a:hover {
	color: #C60;
}
body {
	background: #0094D6 url(img/img/bg.gif) repeat-x;
	color: #466;
	font: normal 100% "宋体";
	margin: 0;
}
input {
	color: #555;
	font: normal 1.4em "宋体";
}
p,cite,code,ul {
	font-size: 1.4em;
	padding-bottom: 1.4em;
}
#fc9988wm {
	font-size: 1.6em;
	margin-bottom: 4px;
}
code {
	background: url(img/img/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #39F;
	color: #555;
	display: block;
	font: normal 1.4em "宋体";
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
cite {
	background: url(img/img/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.5em "宋体";
	padding-left: 28px;
}
#fc9988wop {
	color: #06C;
	padding-top: 6px;
}
/* misc */
.fc9988clearer {
	clear: both;
}

/* structure */
.fc9988container {
	background: url(img/img/topleft.gif) no-repeat;
}

.fc9988header {
	height: 92px;
}

/* title */
.title {
	float: left;
	padding: 28px 0 0 76px;
}
.title .fc9988wp {
	color: #FFF;
	font: normal 2em Verdana,sans-serif;
}
/* navigation */
.fc9988navigation {
	float: left;
	height: 92px;
	margin-left: 24px;
	padding: 0 16px;
}
.fc9988navigation a {
	color: #FFF;
	float: left;
	font: bold 1.0em "宋体";
	margin-top: 56px;
	padding: 4px 8px;
	text-align: center;
	text-decoration: none;
}
.fc9988navigation a:hover {
	background-color: #4A91C3;
	color: #FFF;
}

/* main */
.fc9988main {
	background: #FFF url(img/img/bgmain.gif) no-repeat;
	clear: both;
	padding: 12px 12px 0 52px;
}

/* main left */
.fc9988sidenav {
	float: left;
	width: 24%;
}
.fc9988sidenav .wp {
	border-bottom: 1px dashed #DDD;
	color: #E73;
	font-size: 1.2em;
	height: 20px;
	margin-top: 1.2em;
}
.fc9988sidenav ul {
	margin: 0;
	padding: 0;
}
.fc9988sidenav li { 
	border-bottom: 1px dashed #EEE;
	list-style: none;
	margin: 0;
}
.fc9988sidenav li a {
	color: #777;
	display: block;
	font-size: 0.9em;
	padding: 3px 6px 3px 18px;
	text-decoration: none;
}
.fc9988sidenav li a:hover {
	color: #111;
	background: url(img/img/nav_li.gif) no-repeat;
}

/* content */
.fc9988content {
	float: left;
	margin-right: 4%;
	width: 69%;
}
.fc9988content .fc9988descr {
	color: #C60;
	margin-bottom: 6px;
}
.fc9988content li {
	list-style: url(img/img/li.gif);
	margin-left: 18px;
}

/* search form */
.fc9988styled {
	border: 3px double #E5E5E5;
	padding: 2px 3px;
}
.fc9988button {
	border: 1px solid #AAA;
	margin-left: 5px;
	padding: 2px 3px;
}

/* footer */
.fc9988footer {
	background: #0094D6 url(img/img/bgfooter.gif) repeat-x;
	color: #C1DEF0;
	font-size: 1.1em;
	line-height: 40px;
	text-align: center;
}
.fc9988footer a {
	color: #FFF;
	text-decoration: none;
}
.fc9988footer a:hover {
	color: #FFF;
	text-decoration: underline;
}