html, body {
	font: 12px Verdana, sans-serif;
	color: #000;
	background-color: #FFFFCC;
	margin: 5;
	padding: 0;
} 

img {
	border: 0;
	border-color: #000000;
}



a img {
	border: 0;
	border-color: #000000;
}


p, h1, h2, h3, h4, p, ul, li {
	margin: 0;
	padding: 0;
}

h1 {
	color: #003366;
	font-size: 22px;
}

h2 {
	color: #006600;
	padding-top: 10px;
	padding-bottom: 0px;
	font-size: 18px;
}

h3 {
	color: #000000;
	font-size: 12px;
	font-style: italic;
	font-style: bold;
}


#header {
	width: 900px;
	height:inherit;
	margin: 0 auto 0 auto;
	text-align: left;
	background-color: #FFFFFF;
	position: relative;
	border-left: 2px solid #006600;
	border-right: 2px solid #006600;
	border-bottom: 2px solid #006600;
	border-top: 2px solid #006600;
}


#logo {
	width: 729px;
	height: 114px;
	margin-left: 10px;
	background: url(../images/nhee_logo_top.jpg) no-repeat;
	float: left;
}

#logo span {
	display: none;
}


#subNav {
	clear: both;
	width: 900px;
	background-color: #006600;
	color: #FFF;
	text-align: center;
	margin: 0 auto 0 auto;
	height: 35px;
	line-height: 35px;
	font-size: 11px;
}

#subNav a {
	color: #fff;
	padding: 10px 5px 10px 5px;
	font-weight: bold;
	text-decoration: none;
}

#subNav a:hover {
	color: #CCFF99;
	text-decoration: none;
}

#trees {
	width: 900px;
	height: 165px;
	margin: 0 auto 0 auto;
	text-align: left;
	background-color: #FFF;
	background: url(../images/trees_top.jpg) no-repeat;
}


#content {
	width: 900px;
	margin: 0 auto 0 auto;
	text-align: left;
	background-color: #FFF;
	background: url(../images/trees_bottom.jpg) no-repeat;
}

#subpages {
	width: 900px;
	margin: 0 auto 0 auto;
	text-align: left;
	background-color: #FFF;
}


#subpagesWrapper {
	padding: 30px 10px 10px 20px;
}

#subpagesWrapper p {
	margin: 1em 0 1em 0;
}

#subpagesWrapper p a {
	color: #003333;
	text-decoration: underline;
}

#subpagesMain {
	float: left;
	width: 860px;
}

#subpagesMain UL {
	padding: 0px 50px 0px 10px;
	margin: 0px 50px 10px 20px;

}

#subpagesMain LI { 
	font-weight: normal;
		margin-bottom: 10px;

}

#contentSubpages {
	width: 900px;
	margin: 0 auto 0 auto;
	text-align: left;
	background-color: #FFF;
}


#contentWrapper {
	padding: 10px 10px 10px 20px;
}

#contentWrapper p {
	margin: 1em 0 1em 0;
}

#contentWrapper p a {
	color: #003333;
	text-decoration: underline;
}

#contentMain {
	float: left;
	width: 860px;
}

#contentMain UL {
	padding: 0px 50px 0px 10px;
	margin: 0px 50px 10px 20px;

}

#contentMain LI { 
	font-weight: normal;
		margin-bottom: 10px;
}

.contentDates {
	font-size: 10px;
	color: #CCCCCC;
}

.contentDates a {
	font-size: 12px;
	color: #006600;
	}

#contentCenter {
	float: left;
	width: 410px;
	padding: 100px 10px 0px 20px;
	margin: 0px 0px 0px 0px;
}

.contentCenter {
	font: 14px Verdana, sans-serif;
	height: 18px;
	font-style: italic;
	color: #000;
	padding: 0px 10px 0px 0px;
	margin: 0px 0px 0px 0px;
} 


#contentEvent {
	float: left;
	width: 200px;
	height: 100%;
	background-image: url(../images/eventside.gif);
	background-repeat: repeat-y;	
}

.eventContent {
	padding: 0px 100px 0px 0px;
	margin: 0px 0px 0px 0px;
}


.eventContent p {
	font: 10px Verdana, sans-serif;
	color: #000;
	padding: 0px 10px 0px 0px;
	margin: 0px 0px 0px 0px;
} 

.eventContent H1 {
	width: 180px;
	font: 16px Verdana, sans-serif;
	line-height: 16px;
	font-weight: bold;
	color: #003366;
	padding: 10px 0px 0px 0px;
	margin: 10px 0px 10px 0px;
	border-bottom: 2px solid #003366;	
}

.eventContent H2 {
	font: 14px Verdana, sans-serif;
	line-height: 14px;
	font-weight: bold;
	color: #006600;
	padding: 0px 10px 5px 0px;
	margin: 0px 0px 0px 0px;
}

.eventContent H3 {
	font: 12px Verdana, sans-serif;
	line-height: 12px;
	font-weight: normal;
	font-style: italic;
	color: #006600;
	padding: 0px 10px 0px 0px;
	margin: 0px 0px 0px 0px;
}



.eventContent HR {
	border: dotted thin;
	color: #666666;
	height: 3px;
	width: 180px;
	padding: 0px 10px 0px 0px;
	margin: 0px 0px 0px 0px;	
}


#contentLeft {
	float: left;
	width: 620px;

}

#contentLeft UL {
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 10px 20px;
}

#contentLeft LI { 
	font-weight: normal;
		margin-bottom: 10px;

}


#contentRight {
	float: right;
	width: 220px;
}



.sidebarBox {
	background-color: #FFCC99;
	border-left: 2px solid #006600;
	border-right: 2px solid #006600;
	border-bottom: 2px solid #006600;
	border-top: 2px solid #006600;
}



.sidebarHeader {
	width: 196px;
	height: 85px;
	margin-top: 10px;
	margin-left: 5px;
	background: url(../images/EEOTY.gif) no-repeat;
	float: left;
}

.sidebarHeadline {
	width: 189px;
	height: 148px;
	margin-top: 0px;
	margin-left: 0px;
	background: url(../images/calendar.gif) no-repeat;
	float: left;
}



.sidebarSubHeader {
	background-color: #006600;
	color: #FFF;
	padding: 5px 10px 5px 10px;
	font-size: 16px;
}

.sidebarLine {
	padding: 20px 0px 0px 0px;
}


.sidebarBody {
	margin: 0px 10px 10px 10px;
	padding: 0px 10px 10px 10px;
}

.sidebarBody li {
	margin: 0px 10px 5px 10px;
	padding: 0px 0px 0px 0px;
	color: #000000;
}

.sidebarBody ul {
	margin-bottom: 5px;
}

.sidebarAction {
	text-align: left;
	padding: 0px 10px 10px 10px;
}

.sidebarAction a {
	color: #006600;
	font-weight: bold;
}

#eventsHeader {
	width: 900px;
	height: 40px;
	margin: 0 auto 0 auto;
	margin-left: 20px;
	margin-top: 10px;
	text-align: left;
	background-color: #FFF;
	background: url(../images/calendarofevents.gif) no-repeat;
}

#eventsHeader span {
	display: none;
}


#memberHeader {
	width: 900px;
	height: 40px;
	margin: 0 auto 0 auto;
	margin-left: 20px;
	margin-top: 10px;
	text-align: left;
	background-color: #FFF;
	background: url(../images/member.gif) no-repeat;
}

#memberHeader span {
	display: none;
}


#boardHeader {
	width: 900px;
	height: 40px;
	margin: 0 auto 0 auto;
	margin-left: 20px;
	margin-top: 10px;
	text-align: left;
	background-color: #FFF;
	background: url(../images/board.gif) no-repeat;
}

#boardHeader span {
	display: none;
}


#volunteerHeader {
	width: 900px;
	height: 40px;
	margin: 0 auto 0 auto;
	margin-left: 20px;
	margin-top: 10px;
	text-align: left;
	background-color: #FFF;
	background: url(../images/volunteer.gif) no-repeat;
}

#volunteerHeader span {
	display: none;
}


#newsletterHeader {
	width: 900px;
	height: 40px;
	margin: 0 auto 0 auto;
	margin-left: 20px;
	margin-top: 10px;
	text-align: left;
	background-color: #FFF;
	background: url(../images/newsletter.gif) no-repeat;
}

#newsletterHeader span {
	display: none;
}


#contactHeader {
	width: 900px;
	height: 40px;
	margin: 0 auto 0 auto;
	margin-left: 20px;
	margin-top: 10px;
	text-align: left;
	background-color: #FFF;
	background: url(../images/contactus.gif) no-repeat;
}

#contactHeader span {
	display: none;
}


#linksHeader {
	width: 900px;
	height: 40px;
	margin: 0 auto 0 auto;
	margin-left: 20px;
	margin-top: 10px;
	text-align: left;
	background-color: #FFF;
	background: url(../images/links.gif) no-repeat;
}


#linksHeader span {
	display: none;
}

#eeotyHeader {
	width: 900px;
	height: 40px;
	margin: 0 auto 0 auto;
	margin-left: 20px;
	margin-top: 10px;
	text-align: left;
	background-color: #FFF;
	background: url(../images/educator.gif) no-repeat;
}


#eeotyHeader span {
	display: none;
}

#aboutusHeader {
	width: 900px;
	height: 40px;
	margin: 0 auto 0 auto;
	margin-left: 20px;
	margin-top: 10px;
	text-align: left;
	background-color: #FFF;
	background: url(../images/aboutus.gif) no-repeat;
}

#aboutusHeader span {
	display: none;
}


#pasteventsHeader {
	width: 900px;
	height: 40px;
	margin: 0 auto 0 auto;
	margin-left: 20px;
	margin-top: 10px;
	text-align: left;
	background-color: #FFF;
	background: url(../images/pastevents.gif) no-repeat;
}

#pasteventsHeader span {
	display: none;
}


#getoutsideHeader {
	width: 900px;
	height: 40px;
	margin: 0 auto 0 auto;
	margin-left: 20px;
	margin-top: 10px;
	text-align: left;
	background-color: #FFF;
	background: url(../images/getoutside.gif) no-repeat;
}

#getoutsideHeader span {
	display: none;
}






#footer {
	width: 860px;
	margin: 0 auto 0 auto;
	text-align: left;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 0px 20px 0px;
	position:relative;
}

#footer a {
	color: #006600;
	font-style: italic;
}

.clear {
	clear: both;
}

