body {
	background-color: #DDD8E2;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	font-size: 100%;
	text-align: center; }
	
#container {
	 width: 880px;
	 background-color: #fff;
	 font-size: 0.9em;
	 margin: 10px auto; 
	 text-align: left;
	 border-width: 1px 2px;
	 border-style: solid;
	 border-color: #999999;}
	 
#header {
	border-left:0px solid #999999; border-right:0px solid #C0C0C0; border-top:1px solid #C0C0C0; border-bottom:1px solid #C0C0C0; background-color: #fff;
	background-image: url('header.jpg');
	background-position:    right 50%;
	background-repeat: no-repeat;
	height: 210px;
	width: 880px
	
}

#footer {
	border-left:0px solid #C0C0C0; border-right:0px solid #C0C0C0; border-top:1px solid #C0C0C0; border-bottom:1px solid #C0C0C0; background-image: url('footer.jpg');
	background-position:  center 50%;
	background-repeat: repeat;
	height: 50px;
	clear: both; 
	margin-top: 10px; padding-left:15px; padding-right:15px; padding-top:0; padding-bottom:0 }

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 10px 0;
	padding: 0;
	color: #773B94;
	font-size: 2em;
	font-weight: normal;
}
#footer p {
	display: none;
}

#header h1 {
	display: none;
}

 .navlist {
	padding-left: 0;
	margin: 0;
	border-bottom: 1px solid #C0C0C0; }

.navlist li {
	list-style: none;
	margin: 0;
	padding: 0; 
	display: inline; 
	font-weight: bold;}
	
.navlist li ul {
	 margin-left: 10px; 
	 padding: 0;}

.navlist li ul li {
	font-weight: normal;	margin-left: 0; }
	
.navlist li ul li a {
	border: 0px none;
	padding: 5px }
	
.navlist li a { 
	border-top: 1px solid #C0C0C0;
	margin: 0;
	padding: 6px;
	text-decoration: none; 
	color: #773B94;
	display: block;
	 }

.navlist li a:hover {
	background-color: #F5F5F5; }

.navlist li a#current {
	background-color:  #F5F5F5; /* #DDD8E2; */
}

#sidebar {
	float:right;
	width: 180px; }
	
#content {
	margin-right: 180px;
	padding: 15px;
	line-height: 170%;
}

.rightimg {
	float:right;
}

#ktls, #about {
	display: none;
}