
/* for N4 and IE3? */

body,p { margin: 0 0 0 0; 
	font-family: verdana, arial, helvetica, sans-serif;
}

body {
	font-size: 90%;
	color: #000;
	background-color: #fff;
}

p {
	font-size: 100%;
}

div {
	border: 1px solid #fff;
}

a {
	font-weight: bold;
	}

a:visited {
	font-weight: bold;
	}

a:active {
	font-weight: bold;
	}

strong, b {
	font-weight: bold;
	}

h1, h2, h3 {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif, Serif;
	background-color: #fff;
}

h1 {
	font-size: 2.5em;
	margin-top: 15px;
	}

h2 {
	font-weight: bold;
	font-size: 1.6em;
}

h3 {
	font-size: 1.2em;
	font-weight: normal;
}

img {
	border: 0;
	}

.center {
	text-align: center;
}

.crumbs {
	font-size: .8em;
	padding-bottom: 12px;
	margin-left: 12px;
}

.right {
	text-align: right;
}

.spacer {
	clear: both;
}

.tm {
	font-size : .7em;
	vertical-align : super;
}

#anchor {
	width: 99%;
}

#content {
	background: #fff;
	color: #000;
	padding : 20px 20px 20px 20px;
}

#footer {
	text-align: center;
	width: 98%;
	font-size: .9em;
	background: #fff;
	color: #000;
}
	
#header {
	width: 98%;
	text-align: center;
	background: #fff;
	color: #000;
}

#nav {   
	text-align: left;  
	background: #fff; 
	color: #000; 
	padding : 20px 20px 20px 20px;
}

#nav p { margin: 0 0 2px 0;  }

/* hides sliced image on home page from older browsers */
.curve { display: none; }

.sublinks { margin: 0px 1em 1em 8px;  border : 0px; }

/* NETDOC MENU */
#ndmenu {
text-align:left;
margin:0; 
padding:0; 
list-style-type:none;
position: absolute; 
z-index:999; 
background-color:transparent; 
list-style-type:none;
top:0; left:0; 
font:10px/13px Arial;
color:#000;
filter:
progid:DXImageTransform.Microsoft.Alpha(opacity=88);
-moz-opacity:0.88;
opacity: 0.88;
}

#ndmenu:hover ul, #ndmenu ul.over {
display:block;
}

#ndmenu2 {
margin:0 0 0 1px; 
padding:2px; 
list-style-type:none;
z-index:999; 
display:none;
background-color:#789; 
border:solid 1px #567; 
}

#ndmenu2 * {
text-decoration:none;
letter-spacing:1px;
border-style:none;
color:#def;
font: 9px/16px Verdana, Arial, Tahoma, serif;
}

#ndmenu2 a:hover {
background-color:#def;
color:#345;
}


