/* body text */

BODY {
scrollbar-face-color: 999999;
scrollbar-highlight-color: 000000;
scrollbar-3dlight-color: 999999;
scrollbar-darkshadow-color: 000000;
scrollbar-shadow-color: 999999;
scrollbar-arrow-color: F0B712;
scrollbar-track-color: F0B712;
}


body {
	margin: 24px 0px 24px 0px;
	padding: 5px;
	background: #999999 top left no-repeat;
	color: #000000;
}

/* layout boxes */
#content, #menu {
	border: solid #000 1px;
	background: #FFF;

} 
#path, #content {
	margin-left: 50%;
}
 

/* side columns */
#menu{
	position: absolute;
	top: 15px;

}

/* content space */
#content {
	margin-right: 1em;
	padding: 0px;
}


/* navigation path */
#path {
	padding: 3px;
 	font-size: .8em;
	color: #000000;
}
#path strong {
	color: #000;
}


/* menu */
#menu {
	left: 35px;
	padding: 10px;
	background: #999999;
}
#menu ul {
	margin: 1px;
	padding: 0;
	font-weight: normal;
	font-size: .9em;
}
#menu ul ul {
	margin: 0 0 0 2em;
	font-weight: normal;
	font-size: .9em;
}
#menu li {
	position: relative;
	font-family: "Verdana", Times New Roman, Serif;
	display: inline;
	font-size: .92em;
	font-color: black;
	
}
#menu a {
	display: block;
	margin: 0;
	padding: .2em;
	text-decoration: none;
	border-bottom: solid #000 1px;
}
#menu ul ul a {
	border-bottom: none;
}

/* expand menu */
li.xc {
	list-style: none;
	position: relative;
	margin: 0 0 0 1em;
	padding: 0 0 0 1em;
}
div.xcx, div.xcc {
	position: absolute;
	top: 0;
	left: 0;
	font-family: "Georgia", Courier, monospace;
	background: #EEE;
	border: 1px solid #333;
	
	padding: .1em;
}
div.xcx {
	background: #CCC;
}
#menu div.xcx a,
#menu div.xcc a,
div.xcx a:link, div.xcx a:visited,
div.xcc a:link, div.xcc a:visited {
	display: inline;
	font-size: 75%;
	color: #000;
	text-decoration: none;
}
div.xcx a:hover, div.xcx a:active,
div.xcx a:hover, div.xcx a:active {
	background: #FFF;
}



/* boxes */
.hilight, .definition {
	margin: .5em;
	padding: .5em;
	border: double #36C 3px;
	color: #FFF;
	font-family: "Courier", Times New Roman, Serif;
	line-height: .9em;
}

