@CHARSET "UTF-8";

body {
	min-width: 1200px;
	/*
	color: #f2f2f2;
	background-color: #272727;
	overflow: hidden;
	height: 100%;
	*/
	width: 100%;
	font-family: 'Microsoft Yahei', verdana;
	min-height: 100%;
	/*
	position: absolute;
	*/
	font-size: 1em;
	line-height: 1.666;
	display: block;
	margin: 0px;
	padding: 0px;
}

p {
    display: block;
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    text-indent:2em;
}

p.centered {
    text-align: center;
}

img {
	border: 0;
	max-width: 100%;
	height: auto;
}

#wrapper {
	/*
	padding: 1em 1em 0 1em;
	*/
	width: 100%;
	height: 100%;
}

#header {
	box-shadow: 0 0 7px #aaa;
	border-bottom: 1px solid #bbb;
	position: relative;
	width: 100%;
	height: 116px;
}

.header_background {
	padding-left: 15px;
	padding-right: 15px;
	/* Work-around for old browsers: */
	background-color: #F8F3E4;
	background: linear-gradient(to bottom, #ffffff -10%, #F8F3E4 100%);
	position: relative;
	width: 100%;
	height: 100%;
}

.clearfix:after {
	display: block;
	clear: both;
}

.logo {
	height: 92px;
	width: auto;
	margin: 12px 37px 12px 12px;
	transition: 0.4s;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.asf-logos {
	position: relative;
	top: 90px;
	right: 100px;
}

.asf-logos img {
	height: 83px;
	margin-right: 15px;
	transition: 0.4s;
}

#middle {
	width: 100%;
	min-height: 50%;
	position: relative;
	float: left;
}

#left {
	width: 13%;
	min-height: 100%;
	position: relative;
	float: left;
	margin-top: -1px;
	padding: 0.75em;
	background-color: #F8F3E4;
	border-top: 1px none #000; border-right : 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	font-size: 10pt;
	border-bottom-right-radius: 20px;
	border-right: 1px solid #bbb; border-bottom : 1px solid #bbb; font-size
	: 10pt; border-bottom-right-radius : 20px;
	box-shadow: 0 5px 5px #aaa;
}

#content {
	width: 82%;
	min-height: 100%;
	position: relative;
	float: left;
	margin-top: 1em;
	margin-left: 1em;
	margin-right: 1em;
}

.a {
	color: #2E3192;
}

.menu {
	font-size: 1.1em;
	font-weight: 600;
	padding-left: 2em;
	color: #444;
	margin-block-start: 0.83em;
	margin-block-end: 0.83em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
}

.menu > a {
	text-decoration: none;
	color: #444;
}

.submenu {
	padding-left: 4em;
	color: #444;
}

.submenu > a {
	text-decoration: none;
	color: #444;
}

.b {
	border: 1px solid #ccc;
	border-radius: 4px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #eaeaea;
	font-weight: 600;
	font-size: 1em;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
}

.c {
	padding-left: 1em;
}

#footer {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	border-top: 1px solid #ccc;
	color: #444;
	text-align: center;
	font-size: 0.8em;
}

.menuhref {
	
}

.menuhref:hover {
	color: #000;
	background-color: #D1c9b9;
}