body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}
div.topmenu {
	height: 62px;
	width: 800;
	background-image:url(../images/topmenu.gif);
	background-repeat:no-repeat;
	}
div.topmenu p {
	padding-top: 40px;
	padding-left: 328px;
	color: white;
	font-size:13px;
	}

.spacer
{
  padding-left: 340px;
}
.updatespacer
{
  padding-left: 40px;
}
.updatespacer30
{
  padding-left: 30px;
}
.updatespacer60
{
  padding-left: 60px;
}
A {
	color: #000000;
	text-decoration:none;
	}
a#current {
	color:#FF0000;
	}
div.menu {
	width: 200px;
	height: 720px;
	padding-top: 10px;
	padding-left: 15px;
	background: url(../images/sidemenu.gif);
	background-repeat:no-repeat;
	font-size:13px;
	float:left;
	}

div.help {
	font-size: 12px;
	padding-top: 12px;
	padding-left: 10px;
	margin-left: 220px;
	width: 540px;
	}
div.help A {
	color: #FF0000;
	text-decoration:none;
	}
h1 {
	font-size: 18px;
	}
h2 {
	font-size: 16px;
	}
h3 {
	font-size: 14px;
	color:#FF0000;
	}


ul {margin: 0; padding: 0; width: 180px;}
li {margin: 0; padding: 0; width: 18opx;
}

.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: url(../images/list.gif) no-repeat left center;
list-style-type: none;
padding-left: 22px;
margin-bottom: 3px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: url(../images/closed.gif) no-repeat left 1px;
cursor: hand !important;
cursor: pointer !important;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}