/*
use xb settings to make ul/li appear the 
same in mozilla, ie and opera
*/

ul.nde-menu-system, ul.nde-menu-system ul
{
  display: block;
  margin: 0;
  padding: 0;
  background-color: white;
}

ul.nde-menu-system li
{
  margin: 0;
}

/* 
top level items in ul are inline to display horizontally 
across page
*/

ul.nde-menu-system li
{
  display: inline;
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0;
}

/* 
nested lists inside of the top level items are initially 
not displayed
*/
ul.nde-menu-system li ul
{
  display: block;
  position: absolute;
  left: 0;
  top: 1em; /* required for NS 7.x/Gecko 1.0.x but not Gecko 1.3 */
  visibility: hidden;
  z-index: 1000;
  width: 10em;
}

/*
fix up the submenu items
voice-family lines screen correct CSS values from browsers that
improperly lay out block-level boxes and have broken CSS parsers
(IE5.5/Win)
*/
ul.nde-menu-system li ul li
{
  margin: 0 0 0 -1.5em;
  padding: 0;
  padding-left: 5px;
  padding-right: 5px;
  text-indent: -5px;
  display: block;
  width: 100%;
  voice-family: "\"}\""; voice-family: inherit;
  margin-left: 0;
}

ul.nde-menu-system li ul li a
{
  display: block;
  margin: 0;
  padding: 0 0 0 5%;
  voice-family: "\"}\""; voice-family: inherit;
  width: 95%;
}

/* needed to keep IE from bubbling events
from items that are not contained but only
covered. */
ul.nde-menu-system
{
  background-color: white;
}
.BodyText {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: normal;
}
.Mission {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
}
.Red {
	font-family: Verdana;
	font-size: 10pt;
	color: #FF0000;
}
#home {
    width: 7em;
}
#register {
    width: 9em;
}
#whatsnew {
    width: 8.5em;
}
#aboutus {
    width: 8em;
}
#schedule {
    width: 9.5em;
}
#training {
    width: 8em;
}
#e-learning {
    width: 6em;
}
#courseware {
    width: 7.5em;
}
#request {
    width: 8.5em;
}.PageTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 24px;
	font-weight: bold;
}
.OrangeTitle {
	font-family: Verdana;
	font-size: 33px;
	font-style: italic;
	color: #FF3300;
}
Article Title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.ArticleTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.OrangeTitle {
	color: #FF6600;
}
.OrangeSubtitle {
	color: #FF6600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.Purple {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #6633cc;
}
