body {
	text-align: center;
	background-color: #000033;
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #000000;
	margin-top: 6px;
}

H1 {
	font-size: 130%;
}
H2 {
	font-size: 120%;
	color: #CC3300;
}
.categoryheading {
	font-size: 120%;
	font-weight: bold;
	padding-top: 20px;
	color: #CC3300;
}

.itemtitle {
	font-size: 120%;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
H3 {
	font-size: 110%;
	font-style: italic;
	font-weight: normal;
}


TD {
	font-size: 90%;
	color: #000033;
	background: ghostwhite;
}

td.maintext {
	width: 812px;
	padding: 30px;
	vertical-align: top;
	background: ghostwhite;
}

.questioning		{background: lavender}
.exploring		{background: azure}
.connecting 	 {background: lemonchiffon}
.integrating		{background: lightblue}
.changing 	 {background: navajowhite}

.footer {font-size: 80%; color: #888888; text-decoration: none;}

#bulletlist LI		{margin-bottom: 0.8em; }
#bulletlist UL		{margin-bottom: 0.6em; margin-top: 0.6em}

A:link		{ color: darkmagenta; text-decoration:underline; }
A:visited { color: darkmagenta; text-decoration:underline; }
A:active	{ color: gold; text-decoration:underline; }
A:hover 	{ color: firebrick; text-decoration:underline;}


#header {
	position: relative;
	width: 100%;
	height: 2em;
}

#header ul#primary {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
	/*width: 45em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#header ul#primary li  {
	display: inline;
	list-style: none;
}

#header ul#primary a,#header ul#primary span,#header ul#primary a.current {
	width: 8em;
	display: block;
	float: left;
	padding: 4px 0;
	margin: 1px 4px 0 0;
	text-align: center;
	font-family: trebuchet ms,arial,verdana,sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	color: #333;
	background: lavender;
}

#header ul#primary span,#header ul#primary a.current,#header ul#primary a.current:hover {
	border: 1px solid maroon;
	background: navajowhite;
	padding-bottom: 6px;
	margin-top: 0;
}

#header ul#primary a {
/*	 background: #C9B491; /*inactive tabs*/ 																*/
	background: #00FFD4; /*inactive tabs*/
	border: 1px solid #666666;
}

#header ul#primary a:hover {
	margin-top: 0;
	border-color: #666666;
	background: azure;
	padding-bottom: 5px;
}

