body {
margin: 0;
padding: 0;
text-align: left;
font: 70% arial, verdana , tahoma, "Trebuchet MS", sans-serif;
}

#container {
width: 98%;
border: 0px solid #eee;
margin-left: auto;
margin-right: auto;
padding: 0;
line-height: 1.5em;
}

#banner {
height: 175px;
padding: 0;
margin-bottom: 20px;
background: #fff url(images/evergreen_6.gif) no-repeat;
color: #333;
}

		/* TOP NAVIGATION */
#navlist {
width: 100%;
padding: 3px 5px 3px 5px;
margin: 0 0 20px 0;
text-align: left;
letter-spacing: 2px;
color: #fff;
background: #476042;
line-height: 2em;
}
#navlist li {
list-style: none;
margin: 1px;
display: inline;
}
#navlist li a {
padding: 4px 5px;
margin: 0;
color: #fff;
background: #476042;
text-decoration: none;
}
#navlist li a:link { color: #fff;
background: #476042;
}
#navlist li a:visited {
color: #fff;
background: #476042;
}
#navlist li a:hover {
color: #000;
background: #daa520;
}


		/* CURRENT PAGE LINK HIGHLIGHT IN TOP NAV */
.thisPage {
color: #fff;
background: #6a9662;
width: 100%;
padding: 3px 5px 3px 5px;
margin: 0px 0px 20px 0px;
text-align: left;
letter-spacing: 2px;
}

.thisPage2 {
color: #fff;
background: #6a9662;
width: 100%;
padding: 5px 2px 3px 5px;
margin: 0px 0px 0px 0px;
text-align: left;
letter-spacing: 2px;
text-transform: uppercase;

}

		/* LEFT MENU */
.menu  li {
line-height: 1.2em;
margin: 0px 0px 10px 10px;
padding: 3px 2px 3px 0px;

list-style-type: square;
color: #6A9662;
}
.menu  li a {
color: #F17C0B;
padding: 0px 3px 3px 5px;
background: inherit;
}
.menu  li a:hover {
color: #ffffff;
text-decoration: none;
width: 100%;
margin: 0px 0px 0px 0px;
text-align: left;
background: #F17C0B;
font-weight: bold;
}

		/* MAIN CONTENT */
#content {
padding: 0 20px 0 20px;
margin-left: 185px;
margin-right: 165px;
/* this space held two lines of code now in left and right columns - created dashed borders for content area only */
font: 110% arial, verdana , tahoma, "Trebuchet MS", sans-serif;
color: #444;
background-color: #fff;
}

		/* MAIN CONTENT with sidebars instead of columns*/
#content2 {
padding: 0 30px 0 20px;
margin-left: 185px;
margin-right: 170px;
font: 110% arial, verdana , tahoma, "Trebuchet MS", sans-serif;
color: #444;
background-color: #fff;
border-right: 1px dashed #333;
border-left: 1px dashed #333;
}
		/* side bars without lines so main content can have border all the way down the page*/
#sidebar-L2 {
float: left;
width: 175px;
margin-right: 0px;
padding: 0px 0px 0px 0px;
color: #666;
background-color: #fff;
}

		/* RIGHT SIDEBAR */
#sidebar-R2 {
float: right;
width: 150px;
margin: 0 0 0 5px;
padding: 0 5px 15px 5px;
color: #333;
background-color:#FAF8E9;
}



		/* ARTICLES */
.intro {
float:left;
width: 30%;
margin: 3px 0px 5px 0;
padding: 5px;
text-align:left;
}
.intro2 {
float: left;
width: 30%;
margin: 3px 0px 5px 0px;
padding: 5px;
text-align:left;
}
.intro3 {
float:left;
width: 31%;
margin: 3px 0px 5px 0px;
padding: 5px;
text-align:left;
}

		/* LEFT SIDEBAR */
#sidebar-L {
float: left;
width: 175px;
margin-right: 5px;
padding: 5px 5px 5px 5px;
color: #666;
background-color: #fff;
border-right: 1px dashed #333;
}

		/* RIGHT SIDEBAR */
#sidebar-R {
float: right;
width: 150px;
margin: 0 0 0 5px;
padding: 0 5px 15px 5px;
color: #333;
background-color:#FAF8E9;
border-left: 1px dashed #333;
}

		/* FOOTER */
#footer {
clear: both;
padding: 5px;
margin: 0;
background-color: #476042;
color: #fff;
padding: 4px 4px 4px 4px;
}
#footer a {
text-decoration: none;
color: #fff;
background-color:#476042;
padding: 4px 4px 4px 4px;
}
#footer  a:hover {
text-decoration: none;
color: #000;
background-color:#daa520;
padding: 4px 4px 4px 4px;
}

		/* LINKS */
a {
text-decoration: none;
color: #F17C0B;
background-color: #fff;
}
a:hover {
text-decoration:underline;
color: #666;
background-color:#fff;
}
a img {
border: 0;
}

		/* IMAGE PROPERTIES */
.border {
padding: 10px;
margin: 10px;
border: 1px solid #476042;
}
.imgleft {
float: left;
border: 1px solid #90b905;
margin: 5px 10px 10px 15px;
padding: 5px;
}

		/* HEADING PROPERTIES */
h1 {
width: 30%;
font-size: 200%;
letter-spacing: 5px;
color:#6A9662;
background: #fff;
}
h2 {
font-size: 125%;
text-transform: uppercase;
letter-spacing: 10px;
color:#476042;
background: #fff;
}
h3 {
padding: 5px;
text-transform: uppercase;
font-size: 110%;
color:#fff;
background: #6A9662;
}
h4 {
padding: 5px;
text-transform: uppercase;
font-size: 110%;
color:#fff;
background: #F17C0B;
}

.motto {
width: 15%;
font-size: 110%;
letter-spacing: 5px;
color:#000;
background: #fff;
padding-left: 20px;
}


/* set millions of background images */
.rbroundbox { background: url(../images/nt.gif) repeat; }
.rbtop div { background: url(../images/tl.gif) no-repeat top left; }
.rbtop { background: url(../images/tr.gif) no-repeat top right; }
.rbbot div { background: url(../images/bl.gif) no-repeat bottom left; }
.rbbot { background: url(../images/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 5px; padding: 10px;}
.rbroundbox { width: 95%; margin: 1em auto; }

.rbcontent a {
text-decoration: none;
color: #000;
background-color:#BBDCB4;
}
.rbcontent  a:hover {
text-decoration: none;
color: #000;
background-color:#daa520;
}
		/* MAIN CONTENT with sidebars instead of columns*/
.content2 {
padding: 0 30px 0 20px;
margin-left: 185px;
margin-right: 170px;
font: 110% arial, verdana , tahoma, "Trebuchet MS", sans-serif;
color: #444;
background-color: #fff;
border-right: 1px dashed #333;
border-left: 1px dashed #333;
}
		/* side bars without lines so main content can have border all the way down the page*/
.sidebar-L2 {
float: left;
width: 185px;
margin-right: 0px;
padding: 0px 0px 0px 0px;
color: #666;
background-color: #fff;
}

		/* RIGHT SIDEBAR */
.sidebar-R2 {
float: right;
width: 150px;
margin: 0 0 0 5px;
padding: 0 5px 15px 5px;
color: #333;
background-color:#FAF8E9;
}