@charset "UTF-8";
/* CSS Document */

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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(http://www.nwtf.org/images/08_wrapper/bkgnd_tile.jpg);
}
.twoColFixRtHdr #container {
	width: 960px; /* the auto margins (in conjunction with a width) center the page */
	border: 4px solid #FEFCF0;
	text-align: left;
	background-color: #FEFCF0;
} 
.twoColFixRtHdr #header {
	background-color: #FFFFFF;
} 
#mainContent #latestNews {
	margin-top: 5px;
	margin-right: 2px;
	background-color: #FEFCF0;
	margin-left: 10px;
	margin-bottom: 10px;
}
#mainContent #latestNews h4 {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 13px;
}
#mainContent #latestNews a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#mainContent #latestNews a:hover {
	color: #333333;
}
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 225px;
	background-color: #FEFCF0;
}
.twoColFixRtHdr #mainContent {
	background-color: #FEFCF0;
	margin: 0 229px 0 0;
} 
#mainContent  #middleAds {
	margin-top: 5px;
	width: 731px;
}
.twoColFixRtHdr #backgroundContainer #container #donate {
	margin-top: 5px;
}
#container  #bottomAds {
	background-color: #EBD0A6;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 11px;
	padding-bottom: 11px;
}
#container #sidebar1 #latestNews {
	margin-top: 5px;
	margin-right: 2px;
	background-color: #FEFCF0;
	margin-left: 0px;
	margin-bottom: 5px;
}
#container #sidebar1 #latestNews h4 {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 13px;
}
#container #sidebar1 #latestNews a {
        border-bottom-style: dotted;
	text-decoration: none;
	color: #9F3A0D;
	border-bottom-width: thin;
	border-bottom-color: #CBA35E;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#container #sidebar1 #latestNews a:hover {
	color: #333333;
}
#container #sidebar1 #inYourState {
	width: 225px;
	height: 135px;
	margin-bottom: 5px;
	background-image: url(http://www.nwtf.org/images/08_wrapper/in_your_state2.gif);
	padding-top: 40px;
	background-repeat: no-repeat;
        font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
        line-height: 1.0em;
	text-align: center;
}
#container #sidebar1 #inYourState #inyourstate p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
        line-height: 1.0em;
	text-align: center;
}
#container  #bottomAds img {
	margin-left: 20px;
}
.twoColFixRtHdr #footer {
	background-color: #FEFCF0;
	background-image: url(http://www.nwtf.org/images/08_wrapper/footer.jpg);
	background-repeat: no-repeat;
	height: 14px;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixRtHdr #navLinks a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #849543;
	text-decoration: none;
	margin-left: 10px;
	margin-bottom: 50px;
}
.twoColFixRtHdr #navLinks a:hover {
	color: #996600;
}
.twoColFixRtHdr #navLinks h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.15em;
	color: #FFFFFF;
        text-decoration: underline;
	margin-left: 15px;
	font-weight: bold;
}
.twoColFixRtHdr #upperHeader {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 111px;
}
.twoColFixRtHdr #upperHeader #secondaryNav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #CFBC9F;
	text-decoration: none;
	margin-right: 10px;
	margin-top: 0px;
}
.twoColFixRtHdr #upperHeaderhp {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 23px;
}
.twoColFixRtHdr #upperHeaderhp #secondaryNav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #CFBC9F;
	text-decoration: none;
	margin-right: 10px;
	margin-top: 0px;
}
.twoColFixRtHdr #backgroundContainer {
	margin-right: auto;
	margin-left: auto;
	background-image: url(http://www.nwtf.org/images/08_wrapper/back_inner.png);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	
}
.twoColFixRtHdr #backgroundContainer #leftBackground {
	background-image: url(http://www.nwtf.org/images/08_wrapper/left_background4.png);
	width: 134px;
	height: 850px;
}
.twoColFixRtHdr #backgroundContainer #rightBackground {
	background-image: url(http://www.nwtf.org/images/08_wrapper/right_background.png);
	height: 850px;
	width: 134px;
}
.twoColFixRtHdr #upperHeader #secondaryNav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #996600;
	text-decoration: none;
	margin-right: 10px;
	margin-top: 0px;
}
a.newslinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
	color: #9F3A0D;
	text-decoration: none;
        border-bottom-style: dotted;
        border-bottom-width: thin;
	border-bottom-color: #CBA35E;
	margin-right: 10px;
	margin-top: 0px;
}
a.newslinks:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
	color: #FF9900;
	margin-right: 10px;
	margin-top: 0px;
}
#mainContent  h1  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	color: #27211A;
	margin-left: 15px;
        margin-bottom: -0.1em;
}
#mainContent a {
	border-bottom-style: dotted;
	text-decoration: none;
	color: #9F3A0D;
	border-bottom-width: thin;
	border-bottom-color: #CBA35E;
}
#mainContent a:hover {
	color: #FF9900;
}
#mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #47571A;
	margin-left: 15px;
        margin-bottom: 5px;
}
#mainContent h3 {
font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #774601;
	margin-left: 15px;
	font-weight: bold;
        margin-bottom: 5px;
}
#mainContent li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #333333;
	margin-left: 4px;
}
#mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 15px;
	margin-right: 15px;
	color: #333333;
        margin-top: -1px;
        margin-bottom: 10px;
}
#mainContent h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #333333;
	margin-left: 15px;
	font-weight: bold;
	margin-bottom: 5px;
}
#mainContent td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin-left: 15px;
	margin-right: 15px;
	color: #333333;
}
#container #sidebar1 #submenu {
	margin-bottom: 5px;
}
#mainContent a.tablea {
	border-bottom-style: dotted;
	text-decoration: none;
	color: #9F3A0D;
	border-bottom-width: thin;
	border-bottom-color: #CBA35E;
}
#mainContent a.tablea:hover {
	color: #FF9900;
}