<style type="text/css">
	@import "all.css"; 
		
		body {
		margin:5px 0px 0px 5px;
		}

		#banner {
		text-decoration: none;
		color: #000;
		}
		
		#linkmenu {
		FONT-WEIGHT: normal; COLOR: blue; TEXT-DECORATION: none
		}
		
			

		#centercontent {
		position: absolute;
		left:5%;
		width:95%;
		top:110px;
		background:#fff;
		text-align: justify;
	
		}

		#navlist
		{
		margin: 10;
		padding: 0 0 20px 90px;
		border-bottom: 1px solid #999;
		}

		#navlist ul, #navlist li
		{
		margin: 0;
		padding: 0;
		display: inline;
		list-style-type: none;
		}

		#navlist a:link, #navlist a:visited
		{
		float: left;
		line-height: 14px;
		font-weight: bold;
		margin: 5px 10px 4px 10px;
		text-decoration: none;
		color: #000;
		}

		#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
		{
		border-bottom: 4px solid #999;
		padding-bottom: 2px;
		background: transparent;
		color: #000;
		}

		#navlist a:hover { color: #999; }

		#rightcontent, #belowrightcontent {
		border:0px solid #999;
		}

		h1,h2 {
		margin:10px 10px 10px 0px;
		}
		
	h1 {
		font-size:16px;
		padding-top:3px;
		}
	
	h2 {
		font-size:15px;
		padding-top:3px;
		}
	
	h3 {
		font-size:22px;
		padding-top:0px;
		}	
	h4 {
		font-size:14px;
		padding-top:2px;
		}	
		</style>
