BODY {
	background-color:#FFF;
	color:#444;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin:0;
	padding:0;
	background-image:url(../img/pagebg.gif);
	background-repeat:repeat-x;
}

/* Header styles
--------------------- */

#header {
	width:100%;
	background-image:url(../img/header_background.gif);
	background-repeat:repeat-x;
	height:87px;
}
#header H1 {
	padding:0;
	margin:0 0 0 20px;
	width:207px;
	height:87px;
	background-image:url(../img/header_logo.gif);
}
#header H1 SPAN {
	display:none;
	margin:0;
	padding:0;
}

/* Body styles (global)
---------------------------- */

#body {
	width:100%;
	margin:5px 0 5px 0;
	background-image:url(../img/right_gradient.gif);
	background-repeat:repeat-y;
	height:360px;
	overflow:hidden;
}

/* Menu styling 
------------------ */

#menu {
	height:358px;
	width:159px;
	background-image:url(../img/menubackground.jpg);
	border:1px solid black;
	border-left-width:0;
	overflow:hidden;
	float:none;
	position:relative;
	left:0px;
	top:0px;
}

#menu H3 {
	font-size:10px;
	font-weight:lighter;
	padding:0;
	margin:2px 0 4px 5px;
	color:#AAA;
}

#menu UL {
	margin:0;
	padding:0;
	width:150px;
	list-style:none;
}

#menu UL LI A, #menu UL LI A:link, #menu UL LI A:hover, #menu UL LI A:visited {
	display:block;
	padding-top:5px;
	padding-bottom:6px;
	width:145px;
	padding-left:5px;
	border:1px solid #FFF;
	border-left:0;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	float:none;
}

#menu UL LI.off A {
	background-color:#2D237A;
	color:#FFF;
}

#menu UL LI.current A {
	background-color:#333;
	padding-left:18px;
}

#menu UL LI:hover A, #menu UL LI.on A {
	background-color:#FFF;
	color:#001E8C;
}

#menu UL LI.current A, #menu UL LI.current A:hover {
	width:150px;
	padding-left:18px;
	background-image:url(../img/arrow.gif);
	background-repeat:no-repeat;
	background-position:6px 4px;
}

#menu UL LI.current A:hover {
	background-image:url(../img/revarrow.gif);
}

#menu UL LI {
	margin-bottom:7px;
}


/* content box styling 
----------------------------- */

#content { 
	display:block;
	margin-left:5px;
	height:360px;
	overflow:hidden;
	float:none;
	position:relative;
	left:160px;
	top:-360px;
}

/* Standard footer stuff
------------------------------------ */

#footer {
	width:100%;
	height:63px;
	background-image:url(../img/bottom_gradient.gif);
	background-repeat:repeat-x;
	color:#FFF;
	overflow:hidden;
}
#nkbalogo {
	float:left;
}
#nkbalogo IMG {
	border:0;
}
#nahblogo { 
	float:left;
}
#nahblogo IMG {
	border:0;
	padding:2px 0 0 2px;
}
#morelogos {
	float:left;
	background-color:#FFF;
	position:absolute;
	top:520px;
	left:0px;
	padding:4px;
}
#morelogos IMG {
	border:0;
	padding:2px 5px 0 2px;
}
#footerinfo {
	display:block;
	width:600px;
	overflow:hidden;
	position:relative;
	top:0px;
	left:0px;
}
.footerline {
	display:block;
	overflow:hidden;
	margin:5px 0 0 10px;
}
.footerline DIV, .footerline SPAN {
	display:inline;
}
.footerline DIV.dot {
	margin:0 5px 0 5px;
}
.footerline span.org {
	font-weight:bold;
}
.footerline A:link {
	color:#FFF;
}
.footerline A:visited {
	color:#FFF;
}
.footerline .b {
	font-weight:bold;
}
SPAN.accesskey {
	text-decoration:underline;
}

.bold {
	font-weight:bold;
}