/*</style>*/
		
	/* horizontal rule at the bottom */
	hr {
		
		border-bottom: 2px solid #000;
		margin-top: 0em;
		margin-bottom: 0em;
	}
	
	/* Begin Navigation Bar Styling */
	#nav {
		width: 100%;
		float: left;
		margin: 0 0 1em 0;
		padding: 0;
		list-style: none;
		background-color: #000;
		border-bottom: 1px solid #000;
		border-top: 1px solid #000;
	}
	#nav li {
		float: left;
		width: 20%
	}
	#nav li a {
		display: block;
		padding: 1px 15px;
		text-decoration: none;
		font-weight: normal;
		color: #fff;
		border-right: 0px solid #ccc;
	}
	/*spacers between menu items*/
	#nav li a:hover {
		color: #c00;
		background-color: #fff;
	}
	#nav a.current {
		color: grey;
	}
	/* End navigation bar styling. */
	
	/* This is just styling for this specific page. */
	body {
		background-color: #555;
		
		font: small/1.3 Arial, Helvetica, sans-serif;
		
		line-height: 200%;
		/* line spacing */
	}
/*</style>*/
