body {
	background:	#fff url(/images/nappy_bg01.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", lucida, arial, helvetica, verdana, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 14pt;
	font-weight: 200;
	text-align: left;
	color: #333;
}

body.popup {
	background:	#fff;
	margin-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", lucida, arial, helvetica, verdana, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 14pt;
	font-weight: 200;
	text-align: left;
	color: #333;
}

/* Layout classes */
#navbox {
	width: 250px;
	left: 0px;
	top: 30px;
	position: absolute;
	visibility: visible;
	font-size: 8pt;
	}
	
#pagecontent {
	width: 500px;
	left: 250px;
	top: 10px;
	position: absolute;
	visibility: visible;
	font-size: 10px;
	padding: 0px 10px;
	}
	
.highlightBox {
	background: #FFF;
	border: thin solid #C8D9C2;
	padding: 1em;
	margin: 1em 0 1em 0;
	vertical-align: top;
}

.highlightBoxGreen {
	background: #E0F5DA;
	border: thin solid #C8D9C2;
	padding: 1em;
	margin: 1em 0 1em 0;
	vertical-align: top;
}

.highlightBox h1 {
	margin-top: 0;
	font-size: 14px;
	font-weight: 500;
	color: #343634;
}

.highlightBoxGreen h1 {
	margin-top: 0;
	font-size: 14px;
	font-weight: 500;
	color: #343634;
}
	
.dottedline {
	border-bottom:dotted thin #333;
	}

/* Text format classes */

a:link, a:visited {
	color: #5F8F4C;
	text-decoration: none;
}

a:hover {
	text-decoration: underline dashed;
}

a.nav_link {
	text-decoration: none;
	color: #5F8F4C;
	font-weight: bold;
}

a.nav_link:hover {
	text-decoration: none;
	color: #3333FF;
	font-weight: bold;
	text-decoration: underline dashed;
}

a img { border: 0; }

h1, h2, h3, h4, h5 { font-weight: bold; color: #343634; }

h1	{ font-size: 18px; }
	
h2	{ font-size: 16px; margin-top: 0.5em; margin-bottom: 0px; }
	
h3	{ font-size: 14px; }
	
h4	{ font-size: 12px; margin-top: 0.5em; margin-bottom: 0px; }

p { margin: 0 0 1em 0; padding: 0; }
