.inset{
	float:right;
	clear:right;
}

h1{
	font-size:20px;
	font-weight:bold;
}

h2{
	font-size:18px;
	line-height:22px;
	font-weight:bold;
	margin:0 0 14px 0;
}

h3{
	font-size:16px;
	line-height:22px;
	font-weight:bold;
	margin:0 0 14px 0;
}

h4{
	font-size:14px;
	line-height:18px;
	margin:0 0 6px 0;
	font-weight:bold;
}
h5{
	font-size:12px;
	margin:3px 0 0;
}


#mask{
	height:100%;
	width:100%;
	position:absolute;
	z-index:2000;
}

body{
	background:#000000;
	color:#D1DDEF;
	font-family:Tahoma;
}
p {
	line-height:18px;
	font-size:14px;
	margin-bottom: 10px;
}
li {
	line-height:18px;
	font-size:14px;
}
a {
	color:#FFEFD5;
	text-decoration:none;
}
a:hover{
	color:#ADFF2F;	
}


.error{
	color:#ff0000
}
/* header area */
#header{
	background:#4169A6 url("../images/HummingbirdOnWire.gif") no-repeat right top;
	height:120px;
}
#header h1{
	font-weight:normal;
	float:left;
	font-size:22px;
	font-family:tahoma;
	margin:88px 0 0 44px;
}
#header h2{
	float:left;
	clear:left;
	font-size:18px;
	font-family:tahoma;
	margin:80px 0 0 20px;
}


#navigation{
	float:right;
	margin-top:10px;
}
#navigation li{
	float:left;
	display:inline;
	font-size:14px;
	font-family:arial;
	margin-right:14px;
}
#navigation li ul{
	background:url("../images/nav-tree-line.png") left top no-repeat;
	margin-left:2px;
}
#navigation li li{
	float:none;
	margin-left:6px;
	font-size:12px;
}
/* content area */
#content{
	padding-top:110px;
	background:#000000 url("../images/horizon.gif") no-repeat left top;

}
ul {

}
#body{
	margin-left:auto;
	margin-right:auto;
	width:680px;
	padding:0 60px;
}

.insetRight{
	float:right;
	border:1px solid #999;
	margin:0 4px 0 8px;
}

/*navigation*/
.selected, .selected:hover{
	cursor:default;
	color:#5EB42C;
}
#leftLinks{
	z-index:10003;
	float:left;
	margin:1em 0 0 3em;
	position:absolute;
	border:solid 1px #000;
	padding:10px;
	background:url("../images/translucentBackground.png");
	overflow:auto;
}
.toc li{
	font-size:12px;
	line-height:14px;
	margin-bottom:4px;
	margin-left:0;
}
#leftLinks{
	width:84px;
	margin-left:10px;
	overflow:hidden;
}
#leftLinks h3{
	margin-bottom:4px;
}
#leftLinks ul{
	margin-left:0;
	margin-bottom:6px;
}
