<! Style Definition/>
	<style type="text/css" media="screen">

.nextbutton a:hover, .nextbutton a:active
		{
			background-color: #0;
			color: #006;
		}
		
		body
		{
			margin: 0;
			padding: 0;
			font-size: 95%;
			font-family: georgia, times, "times new roman", serif;
			color: #000;
			background-color: #dfd;
			text-align: justify
		}
		
		a:link { color: #036; }
		a:visited { color: #066; }
		
		a:hover, a:active
		{
			color: #dfd;
			background-color: #303;
		}
		
		div#banner
		{
			color: #fff;
			background-color: #333;
			border-bottom: 1px solid #000;
			background-image: url('noleaves1.jpg');
		}
		
		div#banner h1
		{
			margin: 0;
			padding: .3em 0 .3em .5em;
			font-size: 2.2em;
			font-weight: bold;
			text-align: center;
		}
		
		div#container
		{
			background-image: url('nav_col_base.jpg');
			background-repeat: repeat-y
		}
		
		div#container2
		{
			background-image: url('more_col_bas.jpg');
			background-repeat: repeat-y;
			background-position:  right 50%;
		}
		
		div#navigation
		{
			float: left;
			width: 150px;
			padding-top: 2em;
		}
		
		div#navigation ul
		{
			list-style-type: none;
			padding: 0;
			margin: 0;
			text-align: left
		}
		
		div#navigation ul li { margin-top: 4px; }
		
		#navigation ul li a
		{
			display: block;
			width: 135px;
			text-decoration: none;
			color: #000;
			background-image: url('nav_base.jpg');
			background-repeat: repeat-y; padding-left:10px; padding-right:5px; padding-top:3px; padding-bottom:3px
		}
		
		#navigation ul li a:hover
		{
			color: #fff;
			background-color: #ccc;
			background-image: url('nav_base2.jpg');
			background-repeat: repeat-y
		}
		
		div#mainpageimage
		{
			float: right;
			width: 120px;
			margin: 0;
			padding: 2em 10px 0 0;
			color: #000;
			text-align: center	
			background-color: #dfd;
		}
		
		div#mainpageimage h3
		{
			margin-top: 0;
			color: #ff;
			padding: .01em;
			background-image: url('more_base.jpg');
			background-position:  right 50%;
			background-repeat: repeat-y
			text-align: center
			background-color: #dfd;
font-size: 95%;
		
		}
		
		div#content
		{
			margin-left: 190px;
			margin-right: 200px;
			background-color: #dfd;

		}
		
		div#content h2
		{
			font-size: 2em;
			color: #036;
			margin: 0;
			padding-top: 1em;
			font-weight: normal;
		}
		
		div#content { line-height: 150%; }
		
		#cleardiv
		{
			clear: both;
			height: 1em;
	<!		background-color: #dfd;/>
		}
		
		div#footer
		{
			clear: both;
			padding: .5em 1em;
			border-top: 1px solid #999;
			text-align: center
		}
		
		div#footer ul
		{
			padding: 0;
			margin: 0;
			list-style-type: none;
		}
		
		div#footer li
		{
			display: inline;
			margin-right: 1em;
		}
</style>