body {
  margin: 0px ;
  background: #FFFFFF ;
  font-family: "Trebuchet MS", Verdana, Arial ;
}

.navheader {
  font-family: "Trebuchet MS", Verdana, Arial ;
  font-size: 15px ;
  color: rgb(70, 160, 25) ;
  text-decoration: none ;
}

.navtopguide {
	width: 100% ;
	height: 27px ;
	padding: 0px ;
	background: rgb(70, 160, 25) ;
	border-bottom: 1px solid rgb(70, 160, 25) ;
	text-align: center ;
	font-family: "Trebuchet MS", Verdana, Arial ;
	font-size: 16px ;
	font-weight: bold ;
	color: rgb(255, 255, 255) ;
	text-decoration: none ;
}

.navaid {
	width: 100% ;
	height: 27px ;
	padding: 0px ;		
	background: #D2F6BA ;	
}

.navbox {
  width: 100% ;
  background: #D2F6BA ;
  border: 1px solid rgb(70, 160, 25) ;
  color: #333333 ;
  font-size: 16px;
}

.navbox .n1 {
  /* background: #D2F6BA ; */
  background-image: url(../images/curves/block1-tl.png);
  background-position: 0% 0%;
  background-repeat: no-repeat;
  position: relative;
  top: -1px;
  left: -1px;
}

.navbox .n2 {
  background-image: url(../images/curves/block1-tr.png);
  background-position: 100% 0%;
  background-repeat: no-repeat;
  position: relative;
  left: 2px;
}

.navbox .n3 {
  background-image: url(../images/curves/block1-br.png);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  top: 2px;
}

.navbox .n4 {
  text-align: left ;
  font-weight: bold ;
  background-image: url(../images/curves/block1-bl.png);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  position: relative;
  left: -2px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 17px;
  padding-right: 17px;
  z-index: 10;
}

.navbox .n4 .navaid {
  border: 1px inset ;
}

.copyright {
	width: 100% ;
	border-top: 1px solid #A1A1A1 ; 
	color: #A1A1A1 ;
	text-align: center ;
	font-size: 15px ;
	padding: 5px ;
	min-width: 950px ;	
}

.contentbox {
  width: 100% ;
  background: #FFE1B5 ;
  border: 1px solid #FF6600 ;
  /*color: #333333 ;*/
}

.contentbox .c1 {
  /* background: #D2F6BA ; */
  background-image: url(../images/curves/curve-contentbox-tl.png);
  background-position: 0% 0%;
  background-repeat: no-repeat;
  position: relative;
  top: -1px;
  left: -1px;
}

.contentbox .c2 {
  background-image: url(../images/curves/curve-contentbox-tr.png);
  background-position: 100% 0%;
  background-repeat: no-repeat;
  position: relative;
  left: 2px;
}

.contentbox .c3 {
  background-image: url(../images/curves/curve-contentbox-br.png);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  top: 2px;
}

.contentbox .c4 {
  background-image: url(../images/curves/curve-contentbox-bl.png);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  position: relative;
  left: -2px;
  padding-top: 10px; /* needs to be absolute for brochure to not mess 3 column layout */
  padding-bottom: 10px;
  padding-left: 17px;
  padding-right: 17px;
  min-height: 187px;
  text-align: left ;
  z-index: 10;
  color: #663300 ;
}

.contentbox .textheading {
	font-size: 19px ;
	font-weight: bold ;	
}

.contentbox .textbody {
	font-size: 16px ;
	padding-top: 16px ; 
}

.contentbox .textbody ul {
	list-style-type: none ; 
	margin: 0px ; 
	padding-top: 0px ;
	padding-left: 8px ;
}

.contentbox .textbody li {
	padding-left: 16px ;
	background-image: url(../images/arrowright10red.png) ;
	background-repeat: no-repeat ;
	background-position: 2px 8px ;
}

.contentbox a {
	font-weight: bold ;
	text-decoration: none ;	
	color: #AA0000 ;
}
.contentbox a:active {
	color: #AA0000 ;
}

.contentbox a:link {
	color: #AA0000 ;
}

.contentbox a:visited {
	color: #AA0000 ;
}

.contentbox a:hover {
	color: #AA0000 ;
	text-decoration: underline ;	
}

.contentbox .thumbnail {
	width: 99% ;
	padding-top: 10px ;
	text-align: center ;	
}

.contentbox .thumbnail img {
	cursor: hand ;
}

.contentbox .textlatest {
	font-size: 19px ;
	font-weight: bold ;	
	color: #663300 ;
	padding-top: 16px ; 
}

.contentbox .textlatest ul {
	list-style-type: none ; 
	margin: 0px ; 
	padding-left: 8px ;
}

.contentbox .textlatest li {
	color: #AA0000 ;
	padding-left: 17px ;
	background-image: url(../images/arrowright12red.png) ;
	background-repeat: no-repeat ;
	background-position: 2px 7px ;
}

.contentbox .textlatest span {
	color: #AA0000 ;	
}

.contentbox .textlatest a {
	text-decoration: none ;	
}

.contentbox .textlatest a:active {
	color: #AA0000 ;
}

.contentbox .textlatest a:link {
	color: #AA0000 ;
}

.contentbox .textlatest a:visited {
	color: #AA0000 ;
}

.contentbox .textlatest a:hover {
	color: #AA0000 ;
	text-decoration: underline ;	
}

.contentbox td {
	font-size: 16px ;
	color: #663300 ;
	padding: 1px ;
}

.contentbox .tdtextheading {
	font-size: 16px ;
	font-weight: bold ;
	font-style: italic ;
	color: #663300 ;
	padding: 1px ;	
}

.contentbox td a {
	font-weight: bold ;
	text-decoration: none ;	
}
.contentbox td a:active {
	color: #AA0000 ;
}

.contentbox td a:link {
	color: #AA0000 ;
}

.contentbox td a:visited {
	color: #AA0000 ;
}

.contentbox td a:hover {
	color: #AA0000 ;
	text-decoration: underline ;	
}

.contentbox input {
	font-size: 15px ;
	font-family: "Trebuchet MS", Verdana, Arial ;
	color: #000000 ;	
	width: 350px ;
}

.contentbox select {
	font-size: 15px ;
	font-family: "Trebuchet MS", Verdana, Arial ;
	color: #000000 ;	
}

.contentbox textarea {
	font-size: 15px ;
	font-family: "Trebuchet MS", Verdana, Arial ;
	color: #000000 ;	
	width: 350px ;
}

.newsbox {
  width: 100% ;
  background: #EEEEEE ;
  border: 1px solid #5E5E5E ;  
}

.newsbox .n1 {
  /* background: #D2F6BA ; */
  background-image: url(../images/curves/curve-newsbox-tl.png);
  background-position: 0% 0%;
  background-repeat: no-repeat;
  position: relative;
  top: -1px;
  left: -1px;
}

.newsbox .n2 {
  background-image: url(../images/curves/curve-newsbox-tr.png);
  background-position: 100% 0%;
  background-repeat: no-repeat;
  position: relative;
  left: 2px;
}

.newsbox .n3 {
  background-image: url(../images/curves/curve-newsbox-br.png);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  top: 2px;
}

.newsbox .n4 {
  background-image: url(../images/curves/curve-newsbox-bl.png);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  position: relative;
  left: -2px;
  padding-top: 10px; /* needs to be absolute for brochure to not mess 3 column layout */
  padding-bottom: 10px;
  padding-left: 17px;
  padding-right: 17px;
  min-height: 187px;
  z-index: 10;
}

.newsbox .textheading {
	font-size: 19px ;
	font-weight: bold ;	
	padding-right: 0px ;
	color: #555555 ;
	border-bottom: 1px solid #5E5E5E ;
}

.newsbox .postdate {
	width: ;	
	font-size: 16px ;
	font-style: italic ;
	/*font-weight: bold ;*/
	color: #555555 ;
	float: left ;
	padding-top: 5px ;		
}

.newsbox .sectionlink {
	width: ;
	font-size: 16px ;
	font-weight: bold ;
	color: #555555 ;
	float: right ;
	text-align: right ;
	padding-top: 5px ;
}

.newsbox .sectionlink a {
	text-decoration: none ;	
}

.newsbox .sectionlink a:active {
	color: #555555 ;
}

.newsbox .sectionlinkt a:link {
	color: #555555 ;
}

.newsbox .sectionlink a:visited {
	color: #555555 ;
}

.newsbox .sectionlink a:hover {
	color: #555555 ;
	text-decoration: underline ;	
}

.newsbox .textbody {
	font-size: 16px ;
	padding-top: 16px ; 
	padding-right: 0px ; 
	color: #555555 ;
	clear: both ;
}

.newsbox .textbody ul {
	list-style-type: none ; 
	margin: 0px ; 
	padding-top: 16px ;
	padding-left: 8px ;
}

.newsbox .textbody li {
	color: #555555 ;
	padding-left: 16px ;
	background-image: url(../images/arrowright10grey.png) ;
	background-repeat: no-repeat ;
	background-position: 2px 8px ;
}

.newsbox .textlatest {
	font-size: 19px ;
	font-weight: bold ;	
	padding-top: 16px ; 
	padding-right: 0px ;
}

.newsbox .textlatest span {
	color: #AA0000 ;	
}

.newsbox .textlatest a {
	text-decoration: none ;	
}

.newsbox .textlatest a:active {
	color: #AA0000 ;
}

.newsbox .textlatest a:link {
	color: #AA0000 ;
}

.newsbox .textlatest a:visited {
	color: #AA0000 ;
}

.newsbox .textlatest a:hover {
	color: #AA0000 ;
	text-decoration: underline ;	
}

.menuleft {
  width: 85% ;
  background: #D2F6BA ;
  border: 1px solid rgb(70, 160, 25) ;
  color: #333333 ;
  font-size: 16px;
  min-width: 125px ;
}

.menuleft .ml1 {
  background-image: url(../images/curves/curve-menuleft-tl.png);
  background-position: 0% 0%;
  background-repeat: no-repeat;
  position: relative;
  top: -1px;
  left: -1px;
}

.menuleft .ml2 {
  background-image: url(../images/curves/curve-menuleft-tr.png);
  background-position: 100% 0%;
  background-repeat: no-repeat;
  position: relative;
  left: 2px;
}

.menuleft .ml3 {
  background-image: url(../images/curves/curve-menuleft-br.png);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  top: 2px;
}

.menuleft .ml4 {
  background-image: url(../images/curves/curve-menuleft-bl.png);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  position: relative;
  left: -2px;
  padding-top: 0px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 1px;
  min-height: 0px;
  /* _height: 0px; Underscored attributes are used for IE since they are still rendered */
  z-index: 10;  
}

.menuleft .title {
	width: 100% ;
	padding-top: 1px ;
	height: 26px ;	
	_height: 27px ;	/* Strange IE bug that does not render previous properly */
	font-size: 19px ;
	font-weight: bold ;
	color: #FFFFFF ;
	background: rgb(70, 160, 25) ;
	position: relative ;
	top: -1px ;
}

.menuleft .content {
	font-family: "Trebuchet MS", Verdana, Arial,  ;
	font-size: 16px ;
	font-weight: bold ;
	text-align: left ;
	padding: 5px ;		
}

.menuleft .content ul {
	list-style-type: none ; 
	margin: 0px ; 
	padding-left: 3px ;
}

.menuleft .content ul .neo {
	color: #000000 ;
	padding-left: 16px ;
	background-image: url(../images/arrowright10black.png) ;
	background-repeat: no-repeat ;
	background-position: 2px 8px ;
}

.menuleft .content ul .not {
	color: rgb(70, 160, 25) ;
	padding-left: 16px ;
	background-image: url(../images/arrowright10green.png) ;
	background-repeat: no-repeat ;
	background-position: 2px 8px ;
}

.menuleft .content a {
	text-decoration: none ;	
}

.menuleft .content a:active {
	color: rgb(70, 160, 25) ; 
}

.menuleft .content a:link {
	color: rgb(70, 160, 25) ; 
}

.menuleft .content a:visited {
	color: rgb(70, 160, 25) ; 
}

.menuleft .content a:hover {
	color: rgb(70, 160, 25) ; 
	text-decoration: underline ;	
}

.ad {
  width: 85% ;
  background: rgb(70, 160, 25) ;
  background-image: url(../images/ads/feedback.jpg);
  background-position: 25% 0%;
  /* background-repeat: no-repeat; */
  border: 1px solid #A85F3B ;
  color: #FFFFFF ;
  font-size: 16px;
  min-width: 125px ;  
}

.ad .ad1 {
  background-image: url(../images/curves/curve-ad-tl.gif);
  background-position: 0% 0%;
  background-repeat: no-repeat;
  position: relative;
  top: -1px;
  left: -1px;
}

.ad .ad2 {
  background-image: url(../images/curves/curve-ad-tr.gif);
  background-position: 100% 0%;
  background-repeat: no-repeat;
  position: relative;
  left: 2px;
}

.ad .ad3 {
  background-image: url(../images/curves/curve-ad-br.gif);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  top: 2px;
}

.ad .ad4 {
  background-image: url(../images/curves/curve-ad-bl.gif);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  position: relative;
  left: -2px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 17px;
  padding-right: 17px;
  min-height: 185px;
  _height: 185px; /* Underscored attributes are used for IE since they are still rendered */
  z-index: 10;
}

.ad .content {
	font-family: "Arial Black", Arial, "Trebuchet MS" ;
	font-size: 19px ;
}

.ad .content a {
	text-decoration: none ;	
}

.ad .content a:active {
	color: #FFFFFF ;
}

.ad .content a:link {
	color: #FFFFFF
}

.ad .content a:visited {
	color: #FFFFFF
}

.ad .content a:hover {
	color: #FFFFFF
}

.search {
  width: 85% ;
  background: #A1A1A1 ;
  background-image: url(../images/googlesearch.gif) ;
  background-repeat: no-repeat ;
  background-position: 55% 15% ; /* x y */
  border: 1px solid #5E5E5E ;
  color: #333333 ;
  font-size: 16px;
  min-width: 125px ;
}

.search .s1 {
  background-image: url(../images/curves/curve-search-tl.png);
  background-position: 0% 0%;
  background-repeat: no-repeat;
  position: relative;
  top: -1px;
  left: -1px;
}

.search .s2 {
  background-image: url(../images/curves/curve-search-tr.png);
  background-position: 100% 0%;
  background-repeat: no-repeat;
  position: relative;
  left: 2px;
}

.search .s3 {
  background-image: url(../images/curves/curve-search-br.gif);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  top: 2px;
}

.search .s4 {
  background-image: url(../images/curves/curve-search-bl.gif);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  position: relative;
  left: -2px;
  padding-top: 0px;
  padding-bottom: 5px;
  padding-left: 3px;
  padding-right: 1px;
  min-height: 0px;
  /* _height: 0px; Underscored attributes are used for IE since they are still rendered */
  z-index: 10;
}

.search .title {
	width: 100% ;
	padding-top: 1px ;
	height: 26px ;	
	_height: 27px ;	/* Strange IE bug that does not render previous properly */
	font-size: 19px ;
	font-weight: bold ;
	color: #FFFFFF ;
	background: #5E5E5E ;
	position: relative ;
	top: -1px ;
}

.search .content {
	padding: 5px ;	
}

.search input {
	width: 100% ;
  	font-family: "Trebuchet MS", Verdana, Arial ;
	font-size: 15px ;
}

.trekalerts {
  width: 85% ;
  background: #D2F6BA ;
  border: 1px solid rgb(70, 160, 25) ;
  color: #333333 ;
  font-size: 16px;
  min-width: 125px ;
}

.trekalerts .ta1 {
  background-image: url(../images/curves/curve-trekalerts-tl.png);
  background-position: 0% 0%;
  background-repeat: no-repeat;
  position: relative;
  top: -1px;
  left: -1px;
}

.trekalerts .ta2 {
  background-image: url(../images/curves/curve-trekalerts-tr.png);
  background-position: 100% 0%;
  background-repeat: no-repeat;
  position: relative;
  left: 2px;
}

.trekalerts .ta3 {
  background-image: url(../images/curves/curve-trekalerts-br.png);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  top: 2px;
}

.trekalerts .ta4 {
  background-image: url(../images/curves/curve-trekalerts-bl.png);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  position: relative;
  left: -2px;
  padding-top: 0px;
  padding-bottom: 5px;
  padding-left: 3px;
  padding-right: 1px;
  min-height: 0px;
  /* _height: 0px; Underscored attributes are used for IE since they are still rendered */
  z-index: 10;  
}

.trekalerts .title {
	width: 100% ;
	padding-top: 1px ;
	height: 26px ;	
	_height: 27px ;	/* Strange IE bug that does not render previous properly */
	font-size: 19px ;
	font-weight: bold ;
	color: #FFFFFF ;
	background: rgb(70, 160, 25) ;
	position: relative ;
	top: -1px ;
}

.trekalerts .content {
	padding: 5px ;	
}

.trekalerts input {
	width: 100% ;
  	font-family: "Trebuchet MS", Verdana, Arial ;	
	font-size: 15px ;
}

.events {
  width: 85% ;
  background: #FFFFFF ;
  border: 1px solid #AA0000 ;
  color: #333333 ;
  font-size: 16px;
  min-width: 125px ;
}

.events .ev1 {
  background-image: url(../images/curves/curve-events-tl.png);
  background-position: 0% 0%;
  background-repeat: no-repeat;
  position: relative;
  top: -1px;
  left: -1px;
}

.events .ev2 {
  background-image: url(../images/curves/curve-events-tr.png);
  background-position: 100% 0%;
  background-repeat: no-repeat;
  position: relative;
  left: 2px;
}

.events .ev3 {
  background-image: url(../images/curves/curve-events-br.png);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  top: 2px;
}

.events .ev4 {
  background-image: url(../images/curves/curve-events-bl.png);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  position: relative;
  left: -2px;
  padding-top: 0px;
  padding-bottom: 5px;
  padding-left: 3px;
  padding-right: 1px;
  min-height: 0px;
  /* _height: 0px; Underscored attributes are used for IE since they are still rendered */
  z-index: 10;
}

.events .title {
	width: 100% ;
	padding-top: 1px ;
	height: 26px ;	
	_height: 27px ;	/* Strange IE bug that does not render previous line properly */
	font-size: 19px ;
	font-weight: bold ;
	color: #FFFFFF ;
	background: #AA0000 ;
	position: relative ;
	top: -1px ;
}

.events .content {
	padding: 5px ;
	color: #AA0000 ;
	font-size: 16px ;
	font-weight: bold ;
}

.events .separator {
	padding: 0px ;
	color: #AA0000 ;
	font-size: 19px ;
}

.events .content a {
	text-decoration: none ;	
}

.events .content a:active {
	color: #AA0000 ;
}

.events .content a:link {
	color: #AA0000 ;
}

.events .content a:visited {
	color: #AA0000 ;
}

.events .content a:hover {
	color: #AA0000 ;
	text-decoration: underline ;	
}