	body{ font-family: Verdana, sans-serif;
		font-size: 8pt;
		background-color: #124A8E;
		background-image: url(grad_bg.jpg);
		background-repeat: repeat-x;
		text-align: center;
		margin: 0;
		color: #fff; }

	#center{ margin: 0 auto;
		width: 700px;
		text-align: left;
		position: relative; }

	h1#news{ margin-top: 3em; }

	div#content{ position: absolute;
		left: 200px;
		top: 90px; }

	p{ line-height: 1.6em;
		margin: 2em 0.5em 0em; }
	img{ border: 1px #000 solid;
		margin-bottom: 10px; }

	div#holeInfo{ background-image: url(tab.gif);
		background-repeat: no-repeat;
		background-position: left top;
		position: relative;
		top: -1px;
		height: 60px; }
	div#holeInfo h1{ width: 200px;
		font-size: 14pt;
		margin: 0;
		text-align: center;
		padding-top: 3px; }
	div#holeInfo span{ color: #bbb;
		position: relative;
		left: 90px;
		font-size: 10pt;
		font-style: italic; }

	div#content a:link{ color: #84B3EC; }
	div#content a:visited{ color: #072D5A; }
	div#content a:hover{ color: #fff; }
	div#content a:active{ color: #999; }

	h5{ font-size: 11pt;
		text-align: right;  }
	h5 a{ padding-right: 35px;
		background-image: url(next.gif);
		background-position: right center;
		background-repeat: no-repeat;
		height: 30px; }
	h5 a:link{ color: #84B3EC; }
	h5 a:visited{ color: #072D5A; }
	h5 a:hover{ color: #fff; }
	h5 a:active{ color: #999; }

	#logo{ border: 0;
		clear: left;
		display: block;
		position: relative;
		top: 27px; }

	ul#nav{ position: absolute;
		top: 40px;
		left: 200px;
		margin: 0;
		padding: 0;
		list-style: none;
		font-size: 14pt; }
	ul#nav li{ display: inline;
		margin: 0 30px; }
	ul#nav li a{ padding: 5px 8px;
		text-decoration: none; }

	ul#nav li a:link{ color: #84B3EC; }
	ul#nav a:visited{ color: #072D5A; }
	ul#nav a:hover{ color: #fff; }
	ul#nav a:active{ color: #999; }

	ol#holes{ list-style: disc;
		float: left;
		margin-top: 40px;
		margin-left: 40px;
		color: #000;
		padding-left: 0; }
	ol#holes a{ font-size: 10pt; }
	ol#holes a:link{ color: #bbb; }
	ol#holes a:visited{ color: #072D5A; }
	ol#holes a:hover{ color: #fff;
		font-size: 14pt; }
	ol#holes a:active{ color: #999; }
	ol#holes li{ height: 20px;
		overflow: hidden;
		padding-left: 10px;
		background-image: url(notch.gif);
		background-repeat: no-repeat;
		background-position: 0px 0px;
		margin-bottom: 4px;
		margin-left: 0; }

	acronym{ border-bottom: 1px dashed #999;
		cursor: help; }

	dl{ margin-top: 3.0em; }
	
	dt{ font-weight: bold;
		text-transform: uppercase;
		letter-spacing: 0.04em;
		font-size: 1.2em;
		border-bottom: 2px #072D5A solid; }
	dd{ line-height: 2.5em;
		margin: 0.5em 2.0em 4.0em;
		text-indent: -1.5em; }