body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 0;
	margin: 0;
	position: relative;
	background-color: #AFBC22;
	background-image: url(images/pagebg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

/* usefull br style */
div.clear {
	width: 100%;
	clear: both;
	font-size: 1px;
}

/* Hack IE Float bug. Hide from IE5-mac. Only IE-win sees this. \*/
* html div#leftArea {
	margin-right: 0;
}
 
* html div#rightArea {
	height: 1%;
	margin-left: 0;
}
/* End hide from IE5/mac */


div#allAreas {
	position: relative;
	width: 806px;
	margin: 0 auto 0 auto;
	background-image: url(images/mainarea.jpg);
	background-position: 27px 36px;
	background-repeat: no-repeat;
}

/* ----------------------- HEADER AREA --------------------------------- */
div#headerArea {
	position: relative;
	height: 143px;
}

div#whiteBar {
	position: absolute;
	width: 100%;
	height: 36px;
	background-color: #FFFFFF;
	top: 0;
	left: 0;
}

img#nfslogo {
	position: absolute;
	top: 36px;
	left: 62px;
}

div#headerArea h1 {
	position: absolute;
	top: 111px;
	right: 289px;
	color: #56883A;
	font-weight: bold;
	font-size: 1em;
	margin: 0;
	padding: 0;
}

div#headerArea h2 {
	position: absolute;
	top: 111px;
	right: 165px;
	font-weight: normal;
	font-size: .75em;
	margin: 0;
	padding: 0;
}

div#headerArea h2 a {
	color: #ffffff;
	text-decoration: none;	
}

div#headerArea form {
	position: absolute;
	top: 64px;
	left: 544px;
	width: 183px;
	margin: 0;
	padding: 0;
}

div#headerArea form p {
	position: absolute;
	margin: 0;
	padding: 0;
	color: #AFBC22;
	font-size: .8em;
}

div#headerArea form input.textInput {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 119px;
	height: 15px;
	font-size: .75em;
	left: 50px;
	top: 0;
	border: 1px solid #AFBC22;
	background-color: #EDF0CE;
	color: #666666;
}

div#headerArea form input.submitInput {
	position: absolute;
	left: 160px;
	top: 0;
}



div#menuArea {
	position: relative;
	height: 2em;
}

div#leftArea {
	position: relative;
	padding-left: 70px;	
	float: left;
}

div#rightArea {
	position: relative;
	width: 276px;
}

div#contentArea {
	position: relative;
	background-color: #FFFFFF;
	width: 456px;
	margin-bottom: 50px;
}

div#content {
	position: relative;
	color: #666666;
	padding: 13px;
}

div#contentTL {
	position: absolute;
	font-size: 1px;
	width: 16px;
	height: 16px;
	top: 0;
	left: 0;
	background-image: url(images/content_tl.gif);
	background-repeat: no-repeat;
}

div#contentTR {
	position: absolute;
	font-size: 1px;
	width: 16px;
	height: 16px;
	top: 0;
	right: -3px;
	background-image: url(images/content_tr.gif);
	background-repeat: no-repeat;	
}


/* ------------------------- FOOTER AREA --------------------------------- */

div#footerArea {
	position: absolute;
	width: 806px;
	height: 52px;
	bottom: -1px;
	background: #AFBC22 url(images/footerbg.jpg) no-repeat 1px 0px;
	font-size: .6em;
	color: #004F39;
}

div#footerArea a {
	text-decoration: none;
	color: #FFFFFF;
	
}

div#contactArea {
	position: absolute;
	left: 70px;
	top: 30px;
}

div#productLinksArea {
	position: absolute;
	right: 63px;
	top: 30px;
}

div#productLinksArea a {
	color: #004F39;
}

