	body {
		background-image: url(great9.JPG);
		background-repeat: repeat-y;
		margin-left: 8px;
	}

	dl {
		text-align: left;
	}

	#nav-menu ul
	{
		list-style: none;
		padding: 0;
		margin: 0;
	}

	#nav-menu li

	{
		float: left;
		margin: 0 0.15em 0.15em 0;
		padding: 0;
		text-align: left;
	}


	#nav-menu li a
	{
		background: url(background.gif) #fff bottom left repeat-x;
		height: 1.5em;
		line-height: 1.5em;
		float: none; /* width of button */
		width: 7em;
		display: block; 
		/* boarder on button */
		border: 0.2em solid #C5C6D3;
		color: #0D2474;
		text-decoration: none;
		text-align: center;
	}

	/* Commented backslash hack hides rule from IE5-Mac \*/
	#nav-menu li a
	{
		float: none
	}
	/* End IE5-Mac hack */

	#nav-menu
	{
		width:120px
	}

		#nav-menu li a:hover
	{
		background: url(background2.gif) #fff bottom left repeat-x;
		text-decoration: underline
	}

	p.close {
		text-align: center;
	}
	em {
		font-family: Arial, sans-serif, monospace;
		font-size: xx-small;
		font-style: italic;
	}
	td {
		text-align: left;

	}
	.block {
	padding: 10px 10px 2px 10px;
	text-align: left;
	font-weight: 200;
	vertical-align: text-top;
	font-size: medium;
	border-right: medium outset #20B2AA;
}

.wide {
	width: 800px;
}