@charset "utf-8";
/* CSS Document */

body
{
	font-size: 14px;
	font-family: "微软雅黑","sans-serif";
}
table
{
	border-collapse: collapse;
	border-spacing: 0px;
}

a:link, a:visited
{
	text-decoration: none;
	color: blue;
}
a:hover
{
	text-decoration: underline;
	color: fuchsia; /* #FF00FF */
}
.header
{
	width: 100%;
	height: 120px;
	background: #0372c1;
	min-width: 1000px;
	padding: 4px;
}

.container
{
	min-width: 1000px;
	min-height: 800px;
}

.navigation
{
	width: 200px;
	float: left;
	min-height: 800px;
}
.main
{
	padding-left: 200px;
	min-height: 500px;
}

.clear
{
	clear:both;
}

p.indent
{
	text-indent: 2em;
}

.title1
{
	font-size: 1.1em;
	font-weight: bold;
	padding-bottom: 8px;
	text-align: center;
}

.title2
{
	font-size: 1.05em;
	padding: 4px 0px 4px 20px;
	width: 320px;
	border: 4px double rgb(221,80,68);
	box-shadow: 8px 8px 4px #888;
	margin: 10px auto;
}

div.t3
{
	font-weight: bold;
}

.thinborder th, .thinborder td
{
	border: 1px solid gray;
	padding: 4px 8px;
}

.emphasize
{
	font-weight: bold;
}
.color-red
{
	color: red;
}


.maincontent {
width : 80%;
margin: 10px auto;
}