/* Some rules are common to both the home page and inside pages.  They go here. */
body, h1, h2, h3, h4, h5, h6, p, ol, ul, dl, input, textarea {
	font-family: Verdana, Tahoma, sans-serif;
}

html, body {
	padding: 0;
	margin: 0;
}

/* the flash movie at the top of the page */
h1 {
	margin: 0;
	padding: 0 0 0 424px;
}

/* IE Mac was having issues with the no flash content, and displaying empty space for the image.
  This appears to be a non documented problem with Flash Satay.  Here is my solution. */
h1 object img {
	position: absolute;
}

/* the ... uh ... navigation */
div#nav {
	width: 161px;
	text-align: right;
}

	#nav h2, #nav h3 {
		font-size: 95%;
		padding: 12px 12px 0 0;
		margin: 0;
	}
	
	/* the supplimentary nav links */
	#nav div.sup {
		margin: 35px 0 8px 0;
		background: none;
	}
	
	#nav div.sup h2 {
		font-weight: normal;
		border-bottom: solid 1px #BF81A2;
		padding: 6px 12px 4px 0;
	}
	
	#nav a, #nav .sup a {
		color: white;
		text-decoration: none;
		text-transform: lowercase;
	}
	
	#nav a:hover {
		text-decoration: underline;
	}

a img {
	border: none;
}

a {
	color: white;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
	
/* strikeout is used to highlight content which needs to be added */
s {
	text-decoration: none;
	background-color: #fcf;
	border: solid 1px #969;
	padding: 1px 3px;
}