

.head {
	background-color: #666666;
	text-align: center;
	height: 100px;
	margin-top: 0px;
}
.banner {
	background-color: #990000;
	text-align: center;
	height: 60px;
	margin-top: 10px;
}
.left {
	background-color: #990000;
	text-align: center;
	height: 1200px;
	width: 125px;
position: absolute;
top: 230px;
left: 10px;
}
.right {
	background-color: #990000;
	text-align: center;
	height: 1200px;
	width: 125px;
position: absolute;
top: 230px;
right: 10px;
}
.center {
	background-color: #666666;
	margin: 10px 145px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	text-align: justify;
	text-indent: 10pt;
	white-space: normal;
	padding: 20px;
}
.bottom {
	background-color: 990000;
	text-align: center;
	height: 150px;
	width: 400px;
	text-indent: 20pt;
	padding-left: 20px;
	margin: 400px 300px;
	
	
}
body {
	background-color: 990000;
}

 #navlist
{
padding: 0 1px 1px;
margin-left: 0;
font: bold 12px Verdana, sans-serif;
background: 999999;
width: 9em;
top:230px;
left:10px;
}

#navlist li
{
list-style: none;
margin: 0;
border-top: 1px solid gray;
text-align: left;
}

#navlist li a
{
display: block;
padding: 0.25em 0.5em 0.25em 0.75em;
border-left: 1em solid #AAB;
background: #CCD;
text-decoration: none;
}

#navlist li a:link { color: #448; }
#navlist li a:visited { color: #667; }

#navlist li a:hover
{
border-color: #FE3;
color: #FFF;
background: #332;
}

