
		
		body
		{
			margin: 5px;
			padding: 5px;
			font-size: 95%;
			font-family: georgia, times, "times new roman", serif;
			color: #000000;
			background: #FFFFFF url(bg1.gif);
			align: center;
			scrollbar-3dlight-color: #8F958E;
			scrollbar-arrow-color: #8F958E;
			scrollbar-base-color: #E3F8FB;
			scrollbar-darkshadow-color: #E3F8FB;
			scrollbar-face-color: #E3F8FB;
			scrollbar-highlight-color: #E3F8FB;
			scrollbar-shadow-color: #E3F8FB;
		}
		
		a:link { color: #000000; }
		a:visited { color: #000000; }
		
		a:hover, a:active
		{
			color: #F6A6AA;
			
		}
		
	div#banner
		{
			color: #000000;
			background: #FFFFFF url(header.gif);
			border-bottom: 1px solid #000000;
			height: 100px;
		}
		
		div#banner h1
		{
			margin: 0;
			padding: .3em 0 .3em .5em;
			font-size: 1.5em;
			font-weight: normal;
			color: #000000;
			text-align: left;
		}
		
		div#container
		{
			background: #FFFFFF;
			border: 1px solid #000000;
			width: 450px;
			align: center;
		}
		
		div#container2
		{
			background: #FFFFFF;

		}
		div#navigation
		{
			float: left;
			width: 150px;
			padding: 5px;
	
		}
		div#navigation h2
		{
			display: block;
			width: 135px;
			padding: 3px 5px 3px 10px;
			text-decoration: none;
			color: #000000;
			border: 1px solid #000000;
			background-color: #E3F8FB;
			background-repeat: repeat-y;
		}
		div#navigation ul
		{
			list-style-type: none;
			padding: 0;
			margin: 0;
		}
		
		div#navigation ul li { margin-top: 4px; }
		
		#navigation ul li a
		{
			display: block;
			width: 135px;
			padding: 3px 5px 3px 10px;
			text-decoration: none;
			color: #000000;
			border: 1px solid #000000;
			background-color: #E3F8FB;
			background-repeat: repeat-y;
		}
		
		#navigation ul li a:hover
		{
			color: #000000;
			background-color: #fff;
			border: 1px solid #000000;
			background-repeat: repeat-y;
		}
		
	
		div#content
		{
	
			padding: 5px;
			
		}
		
		div#content h2
		{
			font-size: 2em;
			border: 1px solid #000000;
			background-color: #E3F8FB;
			margin: 0;
			padding-top: 1em;
			font-weight: normal;
		}
		
		div#content { line-height: 150%; }
		
		#cleardiv
		{
			clear: both;
			height: 1em;
		}
		
		div#footer
		{
			clear: both;
			padding: .5em 1em;
			border-top: 1px solid #000000;
			text-align: center;
			background: #FFFFFF url(footer.gif);
			background-repeat: no-repeat;
			color: #000000;

		}
		
		div#footer ul
		{
			padding: 0;
			margin: 0;
			list-style-type: none;
		}
		
		div#footer li
		{
			display: inline;
			margin-right: 1em;
		}