*{
	color: #FFFFFF;
	line-height: 1.5;
	background-color: #000000;
}




#content-area{
	position: absolute;
	left: 13em;
	top: 4em;
	margin-right: 2em;
	padding-bottom: 3em;
}

#global-area{
	position: absolute;
	left: 0em;
	top: 0em;
	text-align: right;
	width: 96%;
}


#menu-area{
	position: absolute;
	left: 1em;
	top: 4em;
	width: 12em;
	font-size: small;
}

.menu-header{
	font-weight: bold;
}

#menu-area dl,
#menu-area dd,
#menu-area dt,
#menu-area ul,
#menu-area li,
#menu-area li p{
	padding: 0;
	margin: 0;
}

#menu-area ul{
	list-style: none;
	margin: 0 0 2em 1em;
}




a:hover{
	background-color : #3333FF;
}
h1{
	margin-bottom : 2em;
	margin-top: 2em;
	text-align: center;
}

h2{
	margin-left : 0.2em;
	margin-top: 3em;
	border-bottom: solid thin #333333;
}
h3{
	margin-left : 1.0em;
	margin-top: 2em;
}

p {
	margin-left : 2em;
}

p.thumbnail {
	margin: 2em 0 2em 3em;
}

table{
	margin-left: 2em;
}

dl {
	margin-left : 2em;
}

dt{
font-weight:bold;
}

ul, ol{
	margin-top: 3em;
	margin-bottom: 3em;
}

h2 + ul,
h2 + ol{
	margin-top: 1em;
}

li ul, li ol{
	margin-top: 0;
	margin-bottom: 0;
}

*.thumbnail-description{
	margin-top: 1em;
	margin-left: 2.5em;
}

*.thumbnail-description li,
*.thumbnail-description li p{
	color: #ccccff;
}


li p{
	margin-left: 0.5em;
}

pre{
	color: #00ff00;
	margin-left: 2em;
}

pre, pre code{
	color: #00ff00;
}

em{
	color: #ccccff;
}

strong {
	color: #FF6666;
}

address {
	text-align: center;
}

blockquote{
	font-size : small;
	border: 1px solid #ffffff;
}

div.navigation{
	text-align : center;
	font-size : 1.2em;
	margin-top : 2em;
	margin-bottom : 2em;
}

th, td{
	border: thin #ffffff outset;
	padding: 0.1em 0.4em;
}

@media print{
	#content-area{
		position: static;
	}
	
	#global-area{
		display: none;
	}
	
	
	#menu-area{
		display: none;
	}
}