body {
	background-color: #d2ebf3;
	font: normal normal normal small "Trebuchet MS", Verdana, sans-serif;
}

#nav {
	width: 160px;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 10px 0px 10px 10px;
}

#stage {
	position: absolute;
	top: 0px;
	left: 170px;
	padding: 20px 20px 20px 20px;
	background-color: #999999;
}

.picleft {
	position: relative;
	left: 5px;
	margin: 15px;
}

.picright {
	position: relative;
	left: 20px;
	top: 70px;
	margin: 15px;
}

a.menu {
	color: Black;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 180px;
	white-space: nowrap;
	line-height: 12px;
	text-decoration: none;
}

a.menusel {
	color: White;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 180px;
	white-space: nowrap;
	background-color: #999999;
	line-height: 12px;
	text-decoration: none;
}

a:visited.menu {
	color: Black;
}

a:hover.menu {
	color: Black;
	background-color: #CCCCCC;
	border-color: #CCCCCC;
}

a:hover.menusel {
	color: White;
	background-color: #999999;
}

.desc {
	color: white;
	margin-top: 1em;
	margin-bottom: 0px;
}

h1 {
	color: white;
	font-size: 18.0pt;
	font-weight: bold;
	margin-bottom: 0px;	
}
.formtext { color: black; font-size: small; font-family: "Trebuchet MS", Verdana, sans-serif; }
.formheader { color: black; font-size: medium; font-family: "Trebuchet MS", Verdana, sans-serif; font-weight: bold; }
.smalltext { color: black; font-size: small; margin: 12pt; }

