html {
	background-color: #DDD;
	color: black;
	font-family: 'Times New Roman',sans-serif;
	width: 100%;
}

body {
	background-color: #fff;
	border-left-color: gray;
	border-left-style: solid;
	border-left-width: thin;
	border-right-color: black;
	border-right-style: solid;
	border-right-width: thin;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	max-width: 900px;
	position: relative;
}

div.title {
	border-bottom: solid;
	border-bottom-style: solid;
	border-bottom-width: thick;
	border-color: #330099;
	text-align: center;        
}
div.title h1 {
	background-color: #003399;
	border-color: black;
	border-style: solid;
	border-width: 1px;
	color: white;
	margin: 0;
	margin-bottom: 0.2em;
	margin-left: auto;
	margin-right: auto;
	padding: 0.2em;
	text-align: center;
	width: 68%;
}

div.nav {
	width: 130px;
	position: absolute;
	left: 0;
}
div.nav ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
div.nav li {
	margin-top: 0.2em;
	height: 1.1em;
	border-bottom-color: black;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	padding-left: 0.2em;
}
div.nav li#current a {
	background-image: url(site_graphics/triangle.gif);
	background-position: 100% 0px;
	background-repeat: no-repeat;
}
div.nav li#Login a {
	color: red;
}
div.nav img {
	border: none;
}
div.nav a {
	color: #330099;
	text-decoration: none;
	font-weight: bold;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 9pt;
}
div.nav a:hover, div.nav li:hover {
	background-color: yellow;
}

div.content {
	margin-left: 135px;
}
div.content h1 {
	padding-left: 2em;
}
div.content h3, div.content .first {
	color: #8080FF;
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
}
div.content li {
	margin: 0.5em;
}
div.content td {
	border-color: black;
	border-style: inset;
	border-width: thin;
	padding: 0.3em;
}
div.content table {
	border-color: black;
	border-style: inset;
	border-width: thin;
	margin-left: auto;
	margin-right: auto;
}

address {
	display: block;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
address span {
	display: block;
	padding: 0.1em;
}
address span.city, address span.state, address span.zip {
	display: inline;
}
address span.physical {
	float: left;
}
address span.electronic {
	float: right;
}

/* Tell NS4 to ignore these styles.... */
/*/*/
form {
	position: relative;
}
form p {
	position: relative;
	clear: left;
}
form label {
	float: left;
	text-align: right;
	width: 10em;
	margin: 0;
	padding: 0;
	margin-top: 1em;
	margin-right: 0.5em;
}
form input, form textarea {
	float: left;
	text-align: left;
	width: auto;
	margin: 0;
	padding: 0;
	margin-top: 1em;
	display: inline;
}
form input.button {
	margin-right: 2em;
}
form h2 {
	margin: 0;
	padding-top: 1.5em;
}
form div {
	border-style: solid;
	border-color: black;
	border-width: 1px;
}

ul.submenu {
	position: relative;
	border-top-color: black;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-color: black;
	border-right-style: solid;
	border-right-width: 1px;
	display: block;
	height: 1.2em;
	padding: 0;
	margin: 0;
	margin-top: 0.5em;
}
ul.submenu li, ul.sequencemenu li {
	text-align: center;
	list-style: none;
	display: block;
	width: 19.7%;
	margin: 0;
	padding: 0;
	float: left;
	border-left-color: black;
	border-left-style: solid;
	border-left-width: 1px;
	height: 100%;
}
ul.submenu li a, ul.sequencemenu li a {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}
ul.submenu li a:hover, ul.sequencemenu li a:hover {
	background-color: yellow;
}

ul.sequencemenu {
	display: block;
	height: 1.2em;
	margin: 0;
	padding: 0;
	width: 100%;
	position: relative;
	border-bottom-color: Black;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: Black;
	border-top-style: solid;
	border-top-width: 1px;
}
ul.sequencemenu li {
	float: none;
	width: 22%;
	border-right-color: black;
	border-right-style: solid;
	border-right-width: 1px;
}
ul.sequencemenu li.next {
	position: absolute;
	right: 0;
	top: 0;
}
ul.sequencemenu li.prev {
	position: absolute;
	left: 0;
	top: 0;
}
ul.sequencemenu li.up {
	margin-left: auto;
	margin-right: auto;
}
/* Okay, we can let NS4 see the rest.... */

div.announcement {
	text-align: center;
	border-color: black;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #FFFFAA;
	float: right;
	width: 20em;
	padding: 0.5em;
}
div.announcement h3 {
	color: red;
	text-decoration: underline;
}
