body {
	background-color: white;
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
	/* overflow: scroll; */
	color: black;
}
p#top {margin-bottom: -2.5em;}
ul#menu {position: relative; left: 15em;}

#maintext {
	margin-top:  8px;
	margin-left: 8px;
	float: left;
	clear: left; 
}

#nav-menu ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav-menu li
{
	float: left;
	margin: 0 0.0em;
}

#nav-menu li a
{
	background-color: #f0f0f0; 
	background-repeat: repeat-x; 
	background-image: none;  
	color: #0d2474; 
	height: 1.7em;
	line-height: 1.7em;
	float: left;
	width: 10em;
	display: block;
	border: 0.1em solid #dcdce9;
	text-decoration: none;
	text-align: center;
}

#nav-menu li a:hover
{
	background-color: #dcdce8; 
	background-repeat: repeat-x; 
	background-image: none;  
	color: #0000f0; 
	height: 1.7em;
	line-height: 1.7em;
	float: left;
	width: 10em;
	display: block;
	border: 0.1em solid #dcdce7;
	text-decoration: underline;
	text-align: center;
}

/* Hide from IE5-Mac \*/
#nav-menu li a
{
	float: none
}
/* End hide */

#nav-menu
{
}


#tutorial-nav-menu ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	clear: left; 
	######float: top;
}

#tutorial-nav-menu li
{
	float: left;
	margin: 0 0.0em;
}

#tutorial-nav-menu li a
{
	background-color: #f0f0c0; 
	background-repeat: repeat-x; 
	background-image: none;  
	color: #0d2474; 
	height: 1.7em;
	line-height: 1.7em;
	#### float: center;
	width: 22.5em;
	display: block;
	border: 0.1em solid #dcdce9;
	text-decoration: none;
	text-align: center;
}

#tutorial-nav-menu li a:hover
{
	background-color: yellow; 
	background-repeat: repeat-x; 
	background-image: none;  
	color: #0000f0; 
	height: 1.7em;
	line-height: 1.7em;
	float: left;
	width: 22.5em;
	display: block;
	border: 0.1em solid #dcdce7;
	text-decoration: underline;
	text-align: center;
}

/* Hide from IE5-Mac \*/
#tutorial-nav-menu li a
{
	float: none
}
/* End hide */

#tutorial-nav-menu
{
}
.handheld {
        margin-left: 0;
        float: left;
        display: none;
}

.nonhandheld {
clear: left; 
	color: black; 
	background-color: white; 
        margin-left: 0px;
        float: left;
        display: block;
        width: 100%;
}

.nav {
	color: black; 
	background-color: yellow; 
        margin-left: 0px;
        float: left;
        display: block;
        width: 100%;
}
