@charset "iso-8859-2";
/* CSS Document */


/*--------------------------------------------------------------*\
	HTML tags
\*--------------------------------------------------------------*/


*html h1 {
	font-size: 200%;
	margin: 13px 0px 13px 0px;
}
*html h2 {
	font-size: 150%;
	margin: 12px 0px 12px 0px;
}
* html p {
	margin: 10px 0px 10px 0px;
}
a, a:active, a:visited {
	color: #FF9933;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
form {
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}

/*--------------------------------------------------------------*\
	IDs
\*--------------------------------------------------------------*/


/* -- LAYOUT -- */

#copy {
	margin-bottom: 10px;
	text-align: right;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-variant: small-caps;
	color: #999999;
}
#foot {
	height: 20px;
	line-height: 18px;
	background-color: #CCCCCC;
}
#head {
	position: relative;
	height: 246px;
	margin-top: 1px;
	border-top: 3px solid #FF9900;
	border-bottom: 3px solid #999999;
	background-color: #EEEEEE;
}
* html div#head {
    z-index: -1;
}
#head h1, #head h2 {
	display: none;
}
#head #s-info {
	position: absolute;
	top: 40px;
	right: 10px;
	width: 250px;
	min-height: 90px;
	padding: 0px 15px;
}
* html div#head #s-info {
	height: expression(this.scrollHeight < 90 ? "90px" : "auto");
}
#head #s-info #first-letter {
	font-weight: bolder;
	font-style: italic;
	font-size: 50px;
	color: #FF9900;
}
#head #s-info #s-info-desc {
	padding: 5px 0px 0px 30px;
	font-size: 10px;
}
#head #s-info span {
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
}
#logo {
	height: 50px;
	background:url(../images/nlogy.gif) no-repeat center left;
}
#main {
	min-height: 300px;
	padding: 10px;
	padding-top: 30px;
	background-color: #EEEEEE;
}
* html div#main {
	height: expression(this.scrollHeight < 300 ? "300px" : "auto");
}
#main-left {
	float: left;
	width: 500px;
	overflow: hidden;
	text-align: justify;
}
#main-right {
	float: right;
	width: 210px;
	padding-left: 10px;
	overflow: hidden;
}
#nav {
	height: 18px;
	text-indent: 10px;
	line-height: 16px;
	font-size: 10px;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
}
#site {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}

/* -- MENU -- */

#l-menu {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 20px;
	background-color: #666666;
	line-height: 18px;
}
#menu {
	position: relative;
	height: 20px;
	background-color: #666666;
	line-height: 18px;
}
#menu a, #l-menu a {
	padding: 2px 6px 4px 6px;
	font-size: 12px;
	font-variant: small-caps;
	background-color: #7F7F7F;
	color: #FFFFFF;
	border-right: 1px solid #000000;
}
* html div#menu a {
	padding-top: 5px;
	height: 22px;
}
#l-menu a {
	border: none;
}
#menu a:hover, #menu a.selected, #l-menu a:hover {
	text-decoration: none;
	background-color: #FF9900;
}

/* -- OTHER FEATURES -- */



/*--------------------------------------------------------------*\
	CLASSes
\*--------------------------------------------------------------*/


.end-float {
	clear: both;
	margin-bottom: 10px;
	background-color: #666666;
}
.hidden {
	position: absolute;
	visibility: hidden;
	background-color: #AAAAAA;
	border: 1px solid #FFFFFF;
	z-index: 1;
}
* html div.hidden {
	margin-top: 1px;
}
.hidden a {
	width: 195px;
	height: 20px;
	color: #FFFFFF;
	background-color: #CC0000;
	font-weight: normal;
	font-variant: normal !important;
	display: block;
	padding: 0px 3px 0px 3px !important;
	border: none !important;
}
.hidden a:hover {
	color: #000000;
	background-color: #FFFFFF;
}
dt {
	font-weight: bold;
}
#main-left h2 {
    margin-top: 20px;
}
