@charset "UTF-8";
html
{
height: 100%;
}


body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #839a37;
	background-image: url(/img/nldf_backer01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 100%;

}

a { color: #414b1b; font-weight:bold; text-decoration:underline; }
a:hover {color: #6e5d3c; }
.maincontent {
	padding: 100px;
}
h1 {
	color: #333300;
	font-size:18px;
	text-transform: uppercase; 
	}
h2 {
	color: #333300;
	font-size:14px;
	text-transform: uppercase; 
	}

h3 {
	color: #333300;
	font-size:13px;
	}

/* block list */

ul.block, .block ul {
	border-top: 1px dashed #755d37;
	margin: 4px 0;
	padding: 0;
	width: 100%;
}

.block li {
	border-bottom: 1px dashed #755d37;
	list-style: none;
	padding: 3px;
}

.block li a,.block li em {
	color: #666;
	display: block;
	margin-left: 3px;
}

.block li em {
	font-size: 0.9em;
	font-style: normal;
}

.block li a {
	padding: 4px 5px 6px 0;
	text-decoration: none;
	width: 100%;

}
.block li a span {font-weight: bold;}
.block li a:hover {
	color: #666;
	background: #b0c5c6;
	font-weight: bold;

}

.oneColFixCtr #container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	margin: 50px;
	#margin-left: -70px;
	padding-left: 20px;
	padding-right: 20px;

	}


.oneColFixCtr #header {
	padding-top: 140px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-left: 50px;
	#padding-left: -100px;
}


.oneColFixCtr #header li{display:inline; }
.oneColFixCtr #header #uninav a, a:link, a:visited, a:active {border:none; padding-bottom: 4px; background: none;}

.oneColFixCtr #footer {
	color: white;
	text-align: center;
	background-image: url(/img/nldf_footbacker01.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: white;
	width: 835px;
	margin-left: 61px;
	#margin-left: 65px;
	height: 200px;
	text-align: center;
	padding-top: 100px;
	font-size: .75em;
	position: relative;
	margin-top: -7.5em;
	#margin-top: 0em;

}


.oneColFixCtr #footer a, .oneColFixCtr #footer a:active, .oneColFixCtr #footer a:link, .oneColFixCtr #footer a:visited 
{
color: white;
	font-weight: bold;
}

/*the two-column container*/
.oneColFixCtr #container #two-columns {
	height: auto;
	background-color:	#FFF;
	width: 835px;
	margin-left: 61px;
	#margin-left: 65px;	
}

/*clear the above float*/
.oneColFixCtr #container .clr {
	clear:both;
}

.oneColFixCtr #container #bigcolumn {
	color: #333;
	text-align: left;
	width: 800px;
	#width: 545px;
	height: auto;
	margin-left: 0px;
	background-color: #FFF;
	padding: 5px;
}
 .oneColFixCtr #container #weeniecolumn {
	color: #333;
	height: auto;
	text-align: left;
	width: 210px;
	font-size: 10px;
	padding: 5px;
	float:left;
	position: relative;
	margin: 5px;
}
