body {background: #c7d1dd}

#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding: 12px 0 0 12px;
	margin: 0;
	background: #ddddeb;
	font-family: arial;
	font-size: 30pt;
	vertical-align: bottom;
	border: solid black;
	border-width: 0 0 1px 0;
}

#header a {
	color: #111111;
	text-decoration: none;
}

#caption {
	position: absolute;
	top: 2px;
	left: 0;
	width: 350px;
	text-align: center;
	font-family: arial;
	font-size: 8pt;
	letter-spacing: .4pt;
	text-decoration: none;
	color: #000000;
}

#nav {
	position: absolute;
	right: 6px;
	top: 6px;
}

#nav div {
	float: right;
	margin: 4px;
	padding: 6px;
	border: 1px solid black;
	font-family: arial;
	font-size: 16pt;
	color: #000000;
	text-decoration: none;
}

#nav .green:hover, #subnav .green:hover {background:#c1e6a1}
#nav .orange:hover, #subnav orange:hover {background:#e5cca1}
#nav .red:hover, #subnav .red:hover {background:#e6a1cd}
#nav .blue:hover, #subnav .blue:hover {background:#a3afe6}

#nav .green , #subnav .green:active {background:#a8e673}
#nav .orange, #subnav .orange:active {background:#e6bb73}
#nav .red, #subnav .red:active {background:#e673bc}
#nav .blue, #subnav .blue:active {background:#778be6}

#nav .green:active {background:#73bf30}
#nav .orange:active {background:#bf8a30}
#nav .red:active {background:#bf308c}
#nav .blue:active {background:#354fbf}

#subnav {
	position: absolute;
	top: 69px;
	left: 8px;
	width: 124px;
}

#subnav div {
	background:#ddddeb;
	margin: 4px;
	padding: 4px;
	border: 1px solid black;
	font-family: arial;
	font-size: 11pt;
	color: #000000;
	text-decoration: none;
	text-align: center;
}

#body {
	position: absolute;
	top: 73px;
	left: 140px;
	padding: 0 16px;
	background: #ddddeb;
	right: 10px;
	font-family: arial;
	font-size: 12pt;
	border: 1px solid black;
}

#body a {
	color: #0033aa;
	text-decoration: none;
}
 
#body a:hover {text-decoration: underline;}
#body a:visited {color: #663399}