@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background: #E3EDC2;
	color: #333;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: small;
}
a {
	text-decoration: none;
}
a img {
	border: 0;
}

p {
	margin: 0 0 1em;
	line-height: 1.4em;	
}
.twocol #container {
	width: 100%;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.twocol #masthead {
	margin-bottom: 1.75em; padding-top: 1px;
	background: #ABD240;
	position:relative;
}

.twocol #ad {
	margin-bottom: 1.75em; padding-top: 1px;
	background: #ABD240;
	position:relative;
}

.twocol #adlink {
	display: block;	
	margin-top: 1em;
	margin-right: 2em;
	margin-bottom: 1em;
	margin-left: 2em;
	
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 1em;
}

.twocol #homelink {
	display: block;
	background: url(images/YiChaQingXin2.png) 100% 100% no-repeat;
	margin-top: 1em;
	margin-right: 2em;
	margin-bottom: 1em;
	margin-left: 2em;
	padding-top: 1em;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 1em;
}

.twocol #navlinks {
	margin: 0; padding: 0.5em 3em;
	background: #686397; color: #FFF;
}

.twocol #navlinks li {
	display: inline;
	margin-right: 0.5em; padding-right: 0.75em;
	border-right: 1px solid #99C;
	font-weight: bold;
}

.twocol #navlinks li.last {
	border-right: 0;
}

.twocol #navlinks a {
	color: #D4EC84;
}
.twocol #navlinks a:hover {
	color: #F00;
	text-decoration: underline;
}

.twocol #today {
	margin-top: -1.66em; padding: 0 2em 0 0;
	color: #FFF;
	font-weight: bold;
	text-align: right;
	line-height: 1;
}
.twocol #header { 
	background: #DDDDDD; 
	padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twocol #header h1{
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.twocol #sidebar {
	float: right;
	width: 17em; /* top and bottom padding create visual space within this div  */
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.twocol #sidebar div h3 {
	background: #9B96CA;
}

.twocol #sidebar div {
	background: #3A3C2D; color: #FFF;
	padding: 0 1em 1em;
	margin-top: 0.75em;
}

.twocol #sidebar div h3 {
	font-size: 1.25em;
	margin: 0 -0.8em; padding: 0.4em 0.8em;
	text-transform: lowercase;
}

.twocol #sidebar1 h4 {
	margin: 0 0 0.5em; padding: 0.5em 0;
	border-bottom: 1px solid #FFF;
	font-weight: normal;
}

.twocol #sidebar1 img {
	display: block;
	margin: 2em auto 0;
}
.twocol #sidebar2  div{
	margin: 0;
	padding: 0.5em 0;
}
.twocol #sidebar2  a{
	color: #FFF;
}
.twocol #sidebar2  a:hover{
	color: #F00;
	text-decoration: underline;
}
.twocol #sidebar2  li.links{
	list-style-position: outside;
	list-style-type: square;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -2em;
}
.twocol #sidebar2  li.more{
	margin: 0;
	padding: 0;
	text-align: right;
	list-style-type: none;
}

.twocol #sidebar2 p {
	margin: 1em auto 0;
	font-size: larger;
	font-weight: bold;
}
.twocol #mainContent {
	margin-top: 0;
	margin-right: 19em;
	margin-bottom: 0;
	margin-left: 2em;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
.twocol #mainContent h1 {
	background: #FFF;
	color: #686397;
	font-size: 1.5em;
	margin-top: 0;
	margin-right: 33%;
	margin-bottom: 0.5em;
	margin-left: -2em;
	padding-top: 0em;
	padding-right: 2em;
	padding-bottom: 0.5em;
	padding-left: 2em;
}

.twocol #mainContent b {
	color: #333;
}

.twocol #mainContent p.indent
{
	text-indent: 2em;
}

.twocol #mainContent h2 {
	padding-bottom: 0.25em;
	border-bottom: 1px solid #B0D742;
	font-size: 1.5em;
	margin-top: 0.5em;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 0;
	padding-top: 0px;
}
.twocol #footer {
	clear: both;
	background: #A0C63A;
	padding-top: 0.75em;
	padding-right: 3em;
	padding-bottom: 1.5em;
	padding-left: 3em;
}
.twocol #footer p {
	margin: 0;
}
.twocol #footer a {
	color: #333;
	text-decoration: underline;
}
.twocol #footer a:hover {
	color: #F00;
	text-decoration: underline;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltrt p{
	text-align: center;	
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
div.floatright {
	float: right;
	margin-left: 10px;
}
div.floatright p{
	text-align: center;
	margin: 0px;
	padding: 5px;
}
div.floatleft {
	float: left;
	margin-right: 10px;
}
div.floatleft p{
	text-align: center;
	margin: 0px;
	padding: 5px;
}
div.floatcenter p{
	text-align: center;
	
}
