﻿	body {
		margin:0px 0px 0px 0px;
		padding:0px;
		font-family:STSong, SimSun, serif;
		}
	
	#leftcontent {
		position: absolute;
		left:0px;
		top:116px;
		width:200px;
		background:#e6eaf2;
		border:0px solid #000;
		}

	#centercontent {
		background:#fff;
   		margin-left: 200px;
   		margin-right:200px;
		border:0px solid #000;
		background:#e6eaf2;		
		}

	html>body #centercontent {
   		margin-left: 200px;
   		margin-right:200px;
		}

	#rightcontent {
		position: absolute;
		right:0px;
		top:116px;
		width:200px;
		background:#e6eaf2;
		border:0px solid #000;
		}
	
	#banner {
		height:115px;
		border-top: 0px solid #000;
		border-right:0px solid #000;
		border-left:0px solid #000;
		background-color: #6e84ba;
		}

	html>body #banner {
		height:116px;
		}
		
	p,h1,pre {
		margin:3px 3px 3px 3px;
		font-size:12px;
		font-family:STSong, SimSun, serif;

		font-style:normal;
		font-weight:bold;
		text-decoration:none;
		}
		
	h1 {
		font-size:14px;
		padding-top:10px;
		}

	A:link
		{
		color:#000000;
		font-size:12px;
		font-family:STSong, SimSun, serif;
		font-style:normal;
		font-weight:bold;
		text-decoration:none;
		cursor:hand;
		font-variant:normal;
		text-transform:normal;
		background-color:#ffffff;
		}
	A:active
		{
		color:#000000;
		font-size:12px;
		font-family:STSong, SimSun, serif;

		font-style:normal;
		font-weight:bold;
		text-decoration:none;
		cursor:hand;
		background-color:#ffffff;
		}
	A:visited
		{
		color:#000000;
		font-size:12px;
		font-family:STSong, SimSun, serif;

		font-style:normal;
		font-weight:bold;
		text-decoration:none;
		cursor:hand;
		background-color:#ffffff;
		}
	A:hover
		{
		color:#ff0000;
		font-size:12px;
		font-family:STSong, SimSun, serif;
		font-style:normal;
		font-weight:bold;
		text-decoration:none;
		cursor:hand;
		font-variant:normal;
		text-transform:normal;
		background-color:#ffffff;
		}

		a.foot:link {color: #6e84ba; font-size:12px; background-color:#e6eaf2}
		a.foot:visited {color: #6e84ba; font-size:12px; background-color:#e6eaf2}
		a.foot:hover {color: #FF0000; font-size:12px; background-color:#e6eaf2}
		a.foot:active {color: #6e84ba; font-size:12px; background-color:#e6eaf2}
	
	#banner h1 {
		font-size:24px;
		padding:0px 0px 0px 10px;
		margin:0px;
		}

	#footer
		{
		clear: both;
		margin: 0;
		font-size: 100%;
		font-family:STSong, SimSun, serif;
		font-style:normal;
		font-weight:bold;
		text-decoration:none;
		color: #6e84ba;
		background-color: #e6eaf2;
		border-top: 0px;
		}

