
/* #Nav {
	position: absolute;
	top: 15em;
	left: 0em;
	width: 14em; 
}
*/

#box2 { 
	position: absolute;
	left: 15em; 
	right: 0em;
	top: 8em;
	height: 100%;
}
/*	bottom: 1em; */

/*	margin-left: 12em; */
/*	margin-right: 10em; */

a:link {
	color: black;
	text-decoration: none;
}

a:visited {
	color: black;
	text-decoration: none;
}

a:hover {
	background-color: #0000ff;
	color: #ffffff;
	display: block;
/*	font-weight: bold; */
	margin: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	text-decoration: none;
	width: 100%;
}

a:active {
	background-color: #0080ff;
	color: #ffffff;
	display: block;
/*	font-weight: 600; */
	margin: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	text-decoration: none;
	width: 100%;
}

body {
	background-color: #00ffff;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	color: blue;
	text-align: center;
}

h2 {
	text-align: center;
}

h3 {
	text-align: center;
}

td {
}

li {
	border-style:ridge;
}

ul {
	margin-left: 0px;
	list-style-type: none;
	max-width:13em;
	text-align:left;
	padding-right:0px;
	padding-left:0px;

}

#nav li {
	clear: both;
	font-size: 13pt;
	margin: 0px;
}

#nav li body {
	background-color: #ffffff;
	clear: both;
	color: #000000;
	padding: 0;
}

#nav li li {
	background-color: #ccffff;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	clear: both;
	color: #000000;
	font-size: 13pt;
	margin: 0px;
	padding: 0;
}

#nav ul {
	clear: both;
	font-size: 13pt;
	list-style-type: none;
	margin-left: 0px;
}

#nav ul ul {
	list-style-type: none;
	margin-left: 24px;
}

.clearer {
	clear: both;
}

.DisplayBlock {
/* 	clear: both; */
	display: block;
}

.DisplayBlock #nav ul {
	list-style-type: disc;
}

.DisplayNone {
	display: none;
}

.DisplayNone #nav ul {
	list-style-type: circle;
}

/* accord.CSS Portion */
.AccordionTitle, .AccordionContent, .AccordionContainer
{
  position:relative;
  width:13em;
}

.AccordionTitle
{
	color:#000000;
	background-color:#c0c0c0;
	border-style:outset;
	border-width:thin;
  height:20px;
  overflow:hidden;
  cursor:pointer;
/*  font-family:Arial;  */
/*  font-size:8pt;  */
  font-weight:bold;
  vertical-align:middle;
/*  text-align:center; */
  background-repeat:repeat-x;
/*  display:table-cell; */
  background-image:url('title_repeater.jpg');
  -moz-user-select:none;
}

.AccordionContent
{
  height:0px;
  overflow:visible;
  display:none;
}

.AccordionContainer
{
  border-top: solid 1px #C1C1C1;
  border-bottom: solid 1px #C1C1C1;
  border-left: solid 2px #C1C1C1;
  border-right: solid 2px #C1C1C1;
}
