h1
	{font-size:0.9em;
	color:#006666;
	font-weight:bold; 
	margin-top:3 
	
	}
h4
	{font:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:1.3em;
	color: #FF3366;
	}
	
/* Containers */
#undsen {
	azimuth:center;
	background-image:url(../images/sysleft.jpg);
	background-position:right;
	background-repeat:repeat-y;
	width:773px;
	text-align:left;
	vertical-align:middle;	
 }

#topnav a {
	font-weight: bold;
	text-decoration: none;
	font-size:10px;
	text-align:left;
	line-height:2em;
}

/*
	First comment. IE5 Mac misses the end-of-comment
	because of the backslash so following is only for other browsers
\*/

#topnav li {
	border-left:0px solid #ccc; 
	float:left;
	position: relative;
	width: 175px;
	text-align: center;
	cursor: default;
}
li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	border-right: 1px solid #173673;
	padding: 0 0 1.1em 0;
}
#topnav li>ul {
	top: auto;
	left: auto;
}
#topnav li li {
	display: block;
	float: none;
	border: 0px none;
}

#topnav li:hover ul, li.over ul { display: block; }
#topnav li#first { border-left-width: 0.3em; width: 180px; }
#topnav li#middle { border-left-width: 0.1em; width: 180px;}
#topnav li#last { border-right-width: 0.1em; width: 180px;}

/*
	Second comment. Explorer 5 Mac sees the end of this
	comment as the end of the previous one
*/
#bar {
	margin-bottom:10px;
	height:auto;
	position:relative;
	top: 17px;
	width:757px;
}
#bar a { text-decoration:none;}


	/* Footer */

#mainfooter{
	background-image:url('../images/nfront/footer.jpg');
	padding:5px;
	border:1px solid #ccc;
	color:#173673;  
	font-size:0.8em;
	line-height:150%;
	background-color:#F6F6F6
}
#mainfooter a { color:#000080}
#mainfooter a:hover {color:#9E9E9E}
