/* CSS Document */
<style type="text/css" media="screen">
		.nextbutton a:link, .nextbutton a:visited
		{
			display: block;
			padding: .2em .5em;
			background-color: #03F;
			color: #fff;
			border: 1px solid #006;
			width: 11em;
			text-decoration: none;
			text-align: center;
		}
		
		.nextbutton a:hover, .nextbutton a:active
		{
			background-color: #fff;
			color: #006;
		}
		
		a:link { color: #036; }
		a:visited { color: #066; }
		
		a:hover, a:active
		{
			color: #fff;
			background-color: #036;
		}

		body
		{
			margin: 0;
			font-family: georgia, times, "times new roman", serif;
			color: #000;
			background-color: #fff;
		}	
		div#banner
		{
	background-color: #CAE3EB;
	border-bottom: 1px solid #000;
	padding-top: 1px;
		}
		
		div#container
		{
			background-image: url(Untitled-3.jpg);
			background-repeat: repeat-y;
			background-position: left;
			
		}
		
		div#navigation
		{
			float: left;
			width: 150px;
			padding-top: 3px;
		}
		
		div#navigation ul
		{
			list-style-type: none;
			padding: 0;
			margin: 0;
			font:Geneva, Arial, Helvetica, san-serif;
			font-size:small;
		}
		
		div#navigation ul li { margin-top: 3px; }
		
		#navigation ul li a
		{
			display: block;
			width: 145px;
			padding: 3px 5px 3px 10px;
			text-decoration: none;
			color: #000;
			background-image: url(Untitled-1.jpg);
			background-repeat: repeat-y;
		}
		
		#navigation ul li a:hover
		{
			color: #52398B;
			background-image: url(Untitled-2.jpg);
			background-repeat: repeat-y;
		}
				
		div#content
		{
			margin-left: 200px;
			padding-top: 1em;
			padding-right: 5em;
			padding-bottom: 1em;
			font:Geneva, Arial, Helvetica, san-serif;
			font-size:small;
			align:center;
		}

		
		#cleardiv
		{
			clear: both;
			height: 1em;
		}
		
		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;
		}
		
		div#glossary
		{
		font:10pt Georgia, "Times New Roman", Times, serif;
		align:left;
		}

</style>
