html {background:url("/images/NILAHTMLBackground.png");}

body {
	width:800px;
	margin:0 auto;
	padding:0;
	background:#fff;
	border:1px solid #02b;
	font-size:82.5%;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	line-height:1.4em;
	color:#000;
}

html>body {font-size:13px;}


#header {
	background:#02b url("/images/NILAHeaderBackground.png");
	margin:0 auto;
	padding:1px 0 0;
	height:120px;
	position:relative;

}

#content {
	padding:1px 25px 10px;
	border-top:1px solid #000;
	overflow:auto;
}

#footer {clear:both;}

div.rightCallOut {
	border:3px double #02b;
	float:right;
	width:225px;
	margin:0 0 .5em 1em;
}

div.rightCallOut h3 {
	margin:0 0 .25em;
	padding:.25em .5em 5px;
	border-bottom:3px double #02b;
	background:#02b;
	color:#fff;
}

div.rightCallOut h3 a {color:#fff;}
div.rightCallOut p {margin:.5em;}

#header h1 {
	position:absolute;
	height:100px;
	width:270px;
	margin:0;
	padding:0;
	text-indent:-9999px;
	left:20px;
	top:15px;
}

#header h1 a {
	display:block;
	height:100px;
	width:270px;
	margin:0;
	padding:0;
	overflow:hidden;
}

h2 {
	font-family:Palatino, 'Palatino Linotype', Georgia, Times, 'Times New Roman', serif;
	font-size:3em;
	font-weight:normal;
	border-bottom:3px double #02b;
	padding:0 0 2px 0;
	line-height:1em;
	margin:.75em 0 .5em;
}

h3 {
	font-family:Palatino, 'Palatino Linotype', Georgia, Times, 'Times New Roman', serif;
	font-size:1.75em;
	font-weight:normal;
	margin:1em 0;
	line-height:1em;
}

h4 {
	font-family:Palatino, 'Palatino Linotype', Georgia, Times, 'Times New Roman', serif;
	font-size:1.385em;
	font-weight:normal;
	margin:1em 0;
	line-height:1em;
}


a {color:#02b; text-decoration:none;}
a:hover {text-decoration:underline;}

p.printerIcon span.printerIcon {
	background:url("/images/PrinterIcon60x60.png") no-repeat;
	display:block;
	float:left;
	width:60px;
	height:60px;
	margin:.25em 1em 1em 0;
	text-indent:-9999px;
	border:1px solid #f1f1f7;
}

p.printerIcon span.printerIcon a {
	display:block;
	width:60px;
	height:60px;
	overflow:hidden;
}

#header ul {
	position:absolute;
	height:20px;
	list-style-type:none;
	color:#fff;
	font-weight:bold;
	padding:0;
	text-transform:uppercase;
	text-align:right;
	font-size:.923em;
	font-family:Arial, Helvetica, Verdana sans-serif;
	right:1px;
	top:99px;
	margin:0;
}


#header ul li {
	display:inline;
	margin:0;
	padding:0;
}

#header ul li a {
	color:#fff;
	padding:5px 7px;
}

#header ul li a:hover {
	background:url("/images/NILAHTMLBackground.png");
	padding:4px 6px;
	border:1px solid #02b;
	text-decoration:none;
	color:#02b;
}

table.display {
	width:600px;
	margin:0 auto;
}

table.display td {
	border:1px solid #e7e7e7;
	padding:3px 5px;
}

table.display tr:hover td {
	background:#e7e7e7;
	border:1px solid #ccc;
}

table.display td.value {
	font-weight:bold;
	text-align:right;
}