body {
	margin:0;
	padding:0;
	font-family:Arial,Verdana,sans-serif;
}

a {
	color:#369;
}

a img {
	border:0;
}

div#header {
	background:white url(../img/header_bg.gif) repeat-x bottom;
	height:75px;
	font-family:"Courier New",Courier,monospace;
	padding-bottom:2px;
	border-bottom:4px solid black;
}

div#header h1 {
	margin:0;
	padding:0;
	float:left;
}

div#header h1 a {
	color:white;
	text-decoration:none;
	display:block;
	background-image:url('../img/nnublogo.jpg');
	background-repeat:no-repeat;
	background-position:top right;
	font-size:1px;
	width:260px;
	height:63px;
	margin:9px 10px 5px 0px;
	margin-bottom:0;
}

div#header h2 {
	font-family:Arial,sans-serif;
	margin:0;
	padding:1.0em 0px;
	font-weight:normal;
	font-size:160%;
	letter-spacing:0.1em;
}

div#footer {
	border-top:4px solid black;
	clear:both;
	background:white url(../img/footer_bg.gif) no-repeat left top;
	height:50px;
}

div#footer div#links {
	margin:0 auto;
	width:46em;
}

div#footer div#links ul {
	list-style-type:none;
	background-color:white;
	padding:0 10px;
	height:40px;
	margin:0;
	font-size:90%;
}

div#footer div#links ul li {
	float:left;
}

div#footer div#links ul li a {
	display:block;
	background-color:white;
	color:#333;
	text-decoration:none;
	padding:7px 1em 5px 1em;
	border:1px solid white;
	border-width:0 1px 1px 1px;
}

div#footer div#links ul li a:hover {
	border-bottom-color:black;
}

div#wrapper {
	background-image:url(../img/nnub_bg.png);
	background-repeat:repeat-x;
	background-color:#ddd;
	padding-bottom:5px;
}

div#maincontent {
	width:400px;
	margin-right:40px;
	margin-left:500px;
	padding-top:20px;
}

div#content {
	padding:20px 100px;
	min-height:450px;
	clear:both;
}

div#bgimg {
	min-height:491px;
	width:950px;
	margin:0 auto;
	background-image:url('../img/nnub3_image.jpg');
	background-repeat:no-repeat;
}

div#content {
	padding:20px;
	font-size:90%;
	line-height:1.2em;
	background-color:white;
}

div#content h2 {
	margin-top:0;
}

div#content h3 {
	color:#666;
	font-weight:normal;
	text-decoration:underline;
}

div#content div#back a {
	display:block;
	width:260px;
	text-decoration:none;
	float:right;
	border:1px solid #222;
	padding:5px;
	text-align:center;
	margin-bottom:20px;
	color:#222;
}

div#content div#back a:hover {
	color:#fff;
	background-color:#222;
}

/* Breadcrumb Trail */

div#breadcrumb {
	background-color:#fff;
}

div#breadcrumb ul {
	margin:5px;
	padding:0;
	list-style-type:none;
	margin-left:12px;
	font-size:95%;
}

div#breadcrumb ul li {
	float:left;
	margin:3px;
	padding-left:5px;
}

div#breadcrumb ul li a {
	text-decoration:none;
}

div#breadcrumb ul li a:hover {
	text-decoration:underline;
}
div#nonnub {
	font-size:100%;
	width:400px;
	padding-bottom:20px;
}
div#nonnub label {
	width:180px;
	float:left;
	display:block;
	text-align:right;
	margin-right:15px;
}

div#nonnub input {
	width:160px;
}

div#nonnub input.btn {
	margin-left:308px;
	width:auto;
}

div#nonnub div.row {
	margin-bottom:5px;
}

div#nonnub input {
	margin:0;
	padding:0;
}

div#requestlink {
	font-size:80%;
	margin-top:10px;
}