form { 
	margin: 0; 
	padding: 0;
} 

h1 { 
	margin: 0em 0em .25em 0em; 
	font-size: 1.9em; 
	letter-spacing: -1px; 
	font-weight: normal; 
}

#content h1 { 
	text-transform: none; 
}

h1#logo {
  float: left;
  background-position: 0px 0px;  /* this is to properly align the background-image for h1#logo */  
  padding: 0;  /* this is to align things up for the anchor link's background-image (h1#logo a) */
  position: static;  /* this is to override the "position: absolute;" properties that were assigned earlier */
  text-indent: -9999px;  /* use px instead of em for image replacement */
  height: 90px;
  width: 210px;
}

h1#logo a {
  display: block;
  height: 90px;
  width: 210px;
}

#logo { 
	position: absolute; 
	top: 0px; 
	left: 0px; 
	background: url(../images/logo.png) no-repeat; 
}

#logo a { 
	background: url(../images/logo.png) no-repeat; text-indent: -9000em; overflow: hidden; 
	width: 210px; height: 90px; display: block;
	text-decoration: none; color: #fffbeb;
}

#nav { 
	position: absolute; right: 20px; top: 0px; width: 508px; height: 90px; left: 250px;   
	margin: 0px; 
	padding: 0px; 
	list-style: none;
	background-repeat: no-repeat; 
}

.menublue {	
	background-image: url(../images/menu_blue.png); 
}

#menu-message-text {
    color: white;
    font-size: 11px;
    padding: 5px;
    width: 325px;
}

#nav li { position: absolute; top: 56px; height: 20px; background: none; padding: 0; margin: 0; }
#nav li a { display: block; text-indent: -9000em; overflow: hidden; height: 20px; padding: 0; }

#nav li#home   { left: 58px; width: 73px; }
#nav li#new  { left: 148px; width: 81px; }
#nav li#niem  { left: 246px; width: 68px; }
#nav li#docs  { left: 331px; width: 106px; }
#nav li#help  { left: 455px; width: 35px; }

#nav li a:hover, #nav li.current a { background-repeat: no-repeat; background-image: url(../images/menu_blue.png);  }

#nav li#home  a:hover, #nav li#home.current  a { background-position: -58px -147px; }
#nav li#new a:hover, #nav li#news.current a { background-position: -148px -147px; }
#nav li#niem a:hover, #nav li#downloads.current a { background-position: -246px -147px; }
#nav li#docs a:hover, #nav li#tools.current a { background-position: -331px -147px; }
#nav li#help a:hover, #nav li#sitemap.current a { background-position: -455px -147px; }

#header { 
	height: 90px; 
	padding: 0px 0px; 
	position: relative;
	margin: auto;
	text-align: left;
	width: 750px;
}

#bodytop { 
	/*background: url(../images/body_top.png) no-repeat bottom center;*/
	clear: both; 
	/* IE hack */  
	height: 1%; 
	position: relative; 
}

.sidebartop { 
	width: 215px;
	/*background: url(../images/sidebar_top.png) no-repeat bottom left; */
	padding: 0em 10px 1em; 
	clear: both; 
	/* IE hack */  
	height: 1%; 
	position: relative; 
}

.sidebar { 
	width: 215px;
	/*background: url(../images/sidebar_middle.png) repeat-y left; */
	padding: 0em 12px 1em; 
	clear: both;
	overflow: hidden;
	/* IE hack */  
	height: 1%; 
	position: relative; 
}

.sidebarbottom { 
	width: 215px;
	/*background: url(../images/sidebar_bottom.png) no-repeat top left;*/
	padding: 0em 12px 2em; 
	clear: both; 
	/* IE hack */  
	height: 1%; 
	position: relative; 
}

.relatedDocuments li {
	margin-left: -25px;
	list-style: none;  
}

.relatedDocuments li a, .relatedDocuments li a:link, .relatedDocuments li a:visited {	   
	background-image: url(../images/bullet_go.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 3px 0px 7px 20px;
	text-decoration: underline;	
	line-height: 1.8em;
}

.heading {
	font-size: larger;	
	margin-bottom: 5px;
	font-weight: bold;
	color: #555555;
}