/* 
	Global Stylesheet
	Copyright by www.pavandersteur.org
*/

body {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	background-image: none;
	background-color: #ffffed; /* pale yellow */
	color: #3b4125; /* deep green */
	}

/* NS4.x does not do inheritance well */
a.nav, .cur, p, ul, ol, .spacing {
	font-size: smaller;
	}

h1, h2, h3, h4, h5, h6 {
	background: transparent;
	color: #ff8e01;
	font-family: verdana, arial, helvetica, sans-serif;
	margin-top: 0;
	margin-bottom: 0;
	}
.subheader {
	background: transparent;
	color:  #3b4125;
	}

/* navigation links */	
a.nav {
	background: transparent;
	color: #3b4125;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	line-height: 150%;
	}
a.nav:visited {
	background: transparent;
	color:  #3b4125;
	}
a.nav:hover {
	color:  #3b4125;
	background-color: #f5f5dc; /* very light green */
	text-decoration: none;
	}
.cur {
	color:  white;
	font-weight: bold;
	white-space: nowrap;
	background-color: #ff8e01;
	line-height: 150%;
	}

/* ordinary links */
a {
	background: transparent;
	color:  maroon;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	}
a:visited {
	color:  maroon;
	}
a:hover {
	color: #ff8e01;
	text-decoration: underline;
	}

p {
	color: black;
	font-family: verdana, arial, helvetica, sans-serif;
	line-height: 100%;
/*	margin-top: 20px; */
	margin-bottom: 10px; 
	}

.center {
	text-align: center;
}
#top img {
	text-align: center;
}
#top {
	margin: 0px 0px 0px 1px;
	padding: 10px;
	background-color: #ffe4c4;
	height: 145px;
	border: 1px; /* without this, no background-color ! */
	} 
#left {
	position: absolute;
	top: 166px;
	left: 0px;
	margin: 10px;
	padding: 10px;
	background: #ffffed;
	width: 170px;
	}
#middle {
	margin: 10px 10px 10px 190px;
	padding: 10px;
	border-left-width: 1px;
	border-left: 1px solid #ccc; /* ignored in NS4.x */
	background: #ffffed;
	}
#bottom {
	margin: 0px 0px 0px 0px;
	padding: 5px;
	font-size: smaller;
	white-space: nowrap;
	text-align: center;
	}

.alert {
	font-size: 10px;
	color: red;
	}

/* Netscape 4.x CSS support in forms are very messy */
form {
	font-family: verdana, arial, helvetica, sans-serif;
	}
.textbox {
	font-size: 10pt;
	color: #000000;
	}
.areabox {
	font-size: 10pt;
	color: #000000;
	}
.spacing { /* force vertical spacing between input elements */
	margin-bottom: 10px;
	}

address {
	text-align: center;
	font-style: normal;
	font-size: smaller;
	margin: 2ex;
}