body { background-color: #ffffff;  color: Black; border: 0px; margin: 0px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;}
h1 { font-size: x-large;  font-style: none;  color: #333366;  background-color: #CCCC66;  border: 1px solid #333366;  padding: 10px 15px 10px 15px; margin: 15px;  white-space: nowrap;      }

#breadcrumb { font-family: Arial, Helvetica, sans-serif; font-size: small; border-bottom: 
1px solid #333366; border-top:1px solid #333366; padding-top: 5px; padding-bottom: 5px; 
padding-left: 10px;  padding-right: 10px; background-color: #CC9933;  color: #333366;  white-space: nowrap;   }

#breadcrumb a{ color: Maroon; text-decoration: none; background-color: transparent;}
#breadcrumb a:hover {
	text-decoration: underline;
}
#page {
	margin: 10px;
	padding: 10px;
}
#menu {
	position: absolute;
	width: 150px;
	top: 180px;
	text-align: left;
	font-size: small;
}
#menu a{
	text-decoration: none;
	background-color: #CCCCCC;
	font-weight: bold; 
	display: block; 
	padding: 5px; 
	width: 120px; 
	margin-bottom: 5px; 
	border: 1px solid #333366;
	color: #cc3300;
}
#menu a:hover {
	background-color: #CCCC66;
	color: #333366;
	border-top: 1px solid #333366;
	border-left: 1px solid #333366;
	border-right: 1px solid #333366;
	border-bottom: 1px solid #333366;
}
#options a{
	background-color: #6B8E23;
	color: White;
	border-top: 1px solid #8FBC8F;
	border-left: 1px solid #8FBC8F;
	border-right: 1px solid #8FBC8F;
	border-bottom: 1px solid #2F4F4F;
}
#content {
	position: absolute;
	border-left: 1px solid #333366;
	padding-left: 20px;
	left: 170px;
	top: 180px;
}
#content p {
	padding-left: 30px;
	font-size: small;
}

