body {
	margin: 0px;
	background-color: #edffca;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

a img {
	border: 0px;
}

#header {
	background-color: #495B1D;
	background-image: url(images/background.png);
	height: 151px;
	margin: 0px;
	position: relative;
}

#header_logo {
	position: absolute;
	left: 74px;
	top: 25px;
}

#nfpn_logo {
	position: absolute;
	right: 84px;
	top: 32px;
}

#header_gradient {
	position: absolute;
	top: 144px;
}

#tabarea {
	position: absolute;
	bottom: 7px;
	height: 48px;
	background-image: url(images/tabbar_left.png);
	background-repeat: repeat-x;
	width: 800px;
	padding: 0;
}

#tabbar {
	position: absolute;
	top: 0px;
	height: 48px;
	background-image: url(images/tabbar.png);
	background-repeat: repeat-x;
	width: 743px;
	right: 0px;
	line-height: 48px;
	padding: 0;
}
	
#header #nav{
		list-style:none;
		position: absolute;
		padding: 0;
		margin: 0;
	}
	#header #nav li {float:left;}
	#header #nav li:firstchild {}
	#header #nav li a {
		padding:17px  20px;
		line-height:48px;
		color:#f5d490;
		text-decoration: none;
	}
	#header #nav li.current a,
	#header #nav li a:hover {
		background:transparent url(images/tabbar_selected.png) top left repeat-x;
		color: #594402 !important;
	}



#maintable {
	width: 100%;
	position: relative;
	top: 10px;
}

#menu {
	width: 150px;
	padding: 16px;
	border-right: 1px solid #ABBE8C;
}

#menu div {
	height: 100%;
}

#menu a {
	font-size: 14px;
	text-decoration: none;
	color: black;
	padding: 4px;
	line-height: 28px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#menu a.selected {
	font-size: 14px;
	text-decoration: none;
	color: black;
	border: 1px solid #4E6128;
	background-color: white;
	position: relative;
	left: -4;
}

h1 {
	padding: 0px;
	margin: 0px;
	font-size: 18 px;
	color: #4e6128;
	font-family: Adobe Caslon Pro, Georgia, "Times New Roman", Times, serif;
}

h2 {
	padding: 0px;
	margin: 0px;
	font-size: 24px;
	color: #A37D2D;
	font-family: Adobe Caslon Pro, Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}



