@charset "utf-8";
/* CSS Document */

#pageTitle {
  left: 1em;
	top: 0.2em;
	width: 50%;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bolder;
	font-size: 1.8em;
	position: absolute;
}

#pageNav {
	bottom: 0;
  right: 5em;
	position: absolute;
	text-align: right;
	width: 50%;
}

a.section, a.section:visited {
	height: 20px;
	width: 4.5em;
	text-decoration: none;
	color: black;
	background-color: cyan;
	background-image: url(../images/nav_cyan_back_short.gif);
	background-repeat:repeat-x;
	margin-left: 5px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: center;
	padding-left: 1em;
	padding-right: 1em;
}

a.section:hover {
	background-color: #9900FF;
	background-image: url(../images/nav_purple_back_short.gif);
	color: #FFFFFF;
}

a.activeSection, a.activeSection:hover, a.activeSection:visited {
	background-image: none;
	background-color: purple;
	color: #FFFFFF;	
}

a.topic, a.topic:visited {
	display: block;
	height: 20px;
	width: 9em;
	text-decoration: none;
	color: black;
	background-color: cyan;
	background-image: url(../images/nav_cyan_back_short.gif);
	background-repeat:repeat-x;
	margin-top: 10px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: center
}

a.topic:hover {
	background-color: #9900FF;
	background-image: url(../images/nav_purple_back_short.gif);
	color: #ffffff;
}

a.activeTopic, a.activeTopic:hover, a.activeTopic:visited {
	background-image: none;
	background-color: purple;
	color: #ffffff;	
}

div.openTopic {
	display:block;	
	border-left: 3px solid purple;
	border-bottom: 3px solid purple;
}

a.page, a.page:visited {
  text-decoration: none;
  display: block;
	color: aqua;
	background: none;
	height: 20px;
	text-align: left;
	margin-top: 2px;
	position: relative;
	left: 10px;
	font-weight: normal;
	width: 8.5em;
	white-space: nowrap;
}

a.page:hover {
	color: chartreuse;
	background: none;	
	text-align: left;
	margin-top: 2px;
	position: relative;
	left: 10px;
	font-weight: normal;	
}

a.activePage, a.activePage:hover, a.activePage:visited {
  color: #ffffff;
}

.menuPlaceHolder {
  color: white;
	margin-left: 3px;
}