html{font-size:1em; /*IE hack*/ }
html>body{font-size:12px; /*safari hack (& others?)*/}
body {
	font-size:0.73em;
	font-family: Arial, Helvetica, sans-serif;
	color:#2E7474;
	margin-left: 0px; 
    margin-top: 0px; 
    margin-right: 0px; 
    margin-bottom: 0px; 
}
table{font-size=100%; /* ie4/5 hack */}

INPUT, P, SELECT, TH, TD {font-size:1em}

/* default headings */
h1{font-size:1.45em; color:#254443; margin-bottom: 0em}
h2{font-size:1.17em; color:#FF9900; margin-bottom: -1.0em}
h3{font-size:1.05em; line-height:1em}
h1,h2,h3{
	font-family: Arial, Helvetica, sans-serif;
}

img {border:0px} 
a {color:#2E7474; text-decoration:none}

/* --- Header style --- */

#title {
	position:absolute; 
	top:0px; 
	left:-3000px;
}
#banner {
	position:absolute;
	top:0px;
	left:0px;
	height:83px;
	width:562px;
	background-image: url(images/ntrl/banner_ntrl_2.gif);
	background-repeat: no-repeat;
	background-position:left;
}
#banner h2 {
	position:absolute; 
	top:-20px; 
	left:-3000px;
}
#logo {
	height:83px;
	width:100%;
	min-width:588px;
	width:expression(document.body.clientWidth < 680? "680" : "auto");
	background-image:url(images/ntrl/banner_logo.gif);
	background-repeat: no-repeat;
	background-position:right;
}
#banner h1 {
	margin-left:-3000px;
}
#menu li {
	background: transparent url(images/ntrl/menu-divider.gif) top right no-repeat;
	height:27px;
	color: #383838;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 6px 13px 0 3px;
	float:left;
	display:inline;
}
#menu ul {
	height: 27px;
	margin:0px;
	background: transparent url(images/ntrl/menu_bg.gif) top left repeat-x;
	min-width: 740px;
	width:expression(document.body.clientWidth < 740? "740" : "auto");
}
#menu a {
	text-decoration:none;
}
#menu a:hover {
	color:#254443;
}
#container_content {
	min-width: 740px;
	max-width: 900px;
	width:expression(document.body.clientWidth < 740? "740" : document.body.clientWidth > 900? "900" : "auto");
} 
#container_content2 {
	padding: 0 1em 1em 1em;
} 
#sidebar {
	float: left;
	width: 200px;
	margin:4px;
	border: 2px solid green;
	display:inline;
}
#content {
	float: left;
	margin:4px;
	border: 2px solid purple;
	display:inline;
}
.clear {
	clear:both;
}
#footer {
	background: transparent url(images/ntrl/menu_bg.gif) left repeat-x;
	text-align:center;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	font-size:0.9em;
}