body {
  margin:0;
  padding:0;
  height: 101%;                                        /*Height of top section*/
	background-color: #C0C0C0;
  background-image: url(../images/background1.gif);
  font-family: "times new roman", times, serif;
  font-size: 1em;
  color: #000;
}

#topsection {
  height: 56px;                                        /*Height of top section*/
	background-color: #C0C0C0;
  background-image: url(../images/background1.gif);
  color: #069;
}

#leftcolumn {
  width: 125px;                                         /*Width of left column*/
  margin-left: -100%;
  padding-bottom: 20px;
  float: left;
  color: inherit;
	background-color: #C0C0C0;
  background-image: url(../images/background1.gif);
}

#contentwrapper {
  float: left;
  width: 100%;
}

#contentcolumn {
  margin-left: 130px;                 /*Set left margin to LeftColumnWidth + 5*/
  margin-right: 15px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  padding-top: 5px;
	background-color: #fff;
  background-image: url(../images/white.gif);
  min-height: 440px;
  color: inherit;
}

.innertube {
  margin: 0 10px 10px 10px; /*Margins for inner DIV inside each column (to provide padding)*/
}

.logo {
  float: left; 
  margin: 0 0 0 30px; 
  border: none; 
  width: 50px; 
  height: 50px;
}

#photolist {
  float: left; 
  width: 225px; 
  margin-left: 10px;
}

.noprintdisplay {}

div#printheader {display: none;}

/* Default hyperlink properties */

a:link {color: #0000ff; background-color: inherit; text-decoration: underline; }
a:visited {color: #0000ff; background-color: inherit; text-decoration: underline;}
a:active {color: #0000ff; background-color: inherit; text-decoration: underline; }
a:hover {color: #ff0000; background-color: inherit; text-decoration: none; }

/* Title */

.tabletitle {margin: 10px auto 10px auto;}

.tdtitle {
	margin-bottom: 0px;
	border-left: 1px solid rgb(99%,99%,99%);
	border-right: 2px solid rgb(66%,66%,66%);
	border-top: 1px solid rgb(99%,99%,99%);
	border-bottom: 2px solid rgb(66%,66%,66%);
	Padding-top: 5px;
	Padding-bottom: 5px;
	Padding-Left: 30px;
	Padding-Right: 30px; 
	font-size: 90%;	 
	text-transform: uppercase; 
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
}

h1 {
	letter-spacing: 0.04em;
	word-spacing: 0.06em;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0em; 
  color: #069;
  background-color: #fff;
	font-size: 100%;
}

/* Paragraphs */

p {
	margin-top: 6px;
	margin-bottom: 0px;
	text-align: left;
	font-size: 90%;
  line-height: 1.4;
}

.quotation {  
	color: #007f3f;
  background-color: inherit;
  font-size: 80%;
	letter-spacing: 0.03em;
	word-spacing: 0.06em;
	text-align: center;
  margin-top: 10px;
  margin-bottom: -10px;
}

.quotation a:link {
  color: #007f3f;
  background-color: inherit; 
  text-decoration: none;
}

.subtitle {font-weight: bold;}

.footer {
	font-size: 70%;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}

.pictureimage {
	text-align: center;
  padding-top: 10px;
}

.picturecaption {
	text-align: center;
	font-style: italic;
  padding-top: 5px;
}

.counterimage {
	margin-top: 7px;
	text-align: Center;
}

.emphasis {
	font-weight: normal; 
	color: #006699;
  background-color: inherit; 
}

.bold {font-weight: bold;}

.italic {font-style: oblique;}

.single {margin-top: 8px;}

hr {
	color: #069;
  background-color: inherit; 
	height: 1px;
	margin-bottom: 0px;
	width: 100%;
  border-top: 1px;
}

em {
  font-weight: bold;
  font-style: normal;
}

.tophigh {
	margin-top: 15px;
	margin-bottom: 10px;
  width: 90%;
  height: 1px;
}

/* Walk Grading Table */

.tablegradings {
  margin: 10px auto 7px auto;
  text-align: center;
}

.tdgradings {	 
	border-left: 0px solid rgb(99%,99%,99%);
	border-right: 1px solid rgb(66%,66%,66%);
	border-top: 0px solid rgb(99%,99%,99%);
	border-bottom: 1px solid rgb(66%,66%,66%);
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	font-size: 70%;	
  background: #F3F2F1; 
  color: #069;
  font-family: verdana, arial, helvetica, sans-serif;
}

.tdgradingsmt {
  width: 5px;
  background: transparent;
}

/* Side Menu Table */

.menus {vertical-align: middle;}

.menus a {
  -moz-border-radius: 7px; 
  -webkit-border-radius: 7px; 
  border-radius: 7px;
	border-left: 1px solid rgb(99%,99%,99%);
	border-right: 2px solid rgb(66%,66%,66%);
	border-top: 1px solid rgb(99%,99%,99%);
	border-bottom: 2px solid rgb(66%,66%,66%);
  color: #006297;
  background-color: inherit;
  background-image: inherit;
	display: block; 
	text-decoration: none;
	padding-left: 2px;
	padding-right: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-bottom: 3px; 
	font-family: arial, verdana, helvetica, sans-serif; 
	font-size: 80%;
	text-align: center;
}

.menus a:visited {  
  color: #006297;
  background-color: inherit;
  background-image: inherit;
	text-decoration: none;
}

.menus a:hover {  
  color: #006297;
	text-decoration: none;
  background-image: none;
	background-color: rgb(92%,91%,90%);
}

/* Web links page table */

.tableweblinks {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
  font-size: 90%;
  line-height: 1.3em;
}

.tdweblinks {	
  color: #006699;
  font-weight: normal;
  background-color: inherit; 
  text-align: left;
  vertical-align: top;
}

.ulweblinkslist {
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 17px;
	margin-right: 0px;
}


/* Walks Menu Table */

.tablesidelinks {
  margin: 10px auto 0px auto;
  text-align: center;
}

.tdsidelinks a {	 
	display: block; 
  -moz-border-radius: 4px; 
  -webkit-border-radius: 4px; 
  border-radius: 4px;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-right: 7px;
	margin-left: 7px;
	border-left: 0px solid rgb(99%,99%,99%);
	border-right: 2px solid rgb(66%,66%,66%);
	border-top: 0px solid rgb(99%,99%,99%);
	border-bottom: 2px solid rgb(66%,66%,66%);
  background-color: #F3F2F1; 
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px; 
  color: #069;
  font-family: verdana, arial, helvetica, sans-serif;
	font-size: 70%;
  text-align: center;
}

.tdsidelinks a:link {
  text-decoration: none; 
  background-color: #F3F2F1;  
  color: #069;
}
  
.tdsidelinks a:visited {
  text-decoration: none; 
  background-color: #F3F2F1;  
  color: #069;
}    
  
.tdsidelinks a:hover {
  background-color: #E2E2E2; 
  color: #069;
}

/* Title page table layout */

.tabletitle {margin: 10px auto 10px auto;}

.tdtitle {
  -moz-border-radius: 3px; 
  -webkit-border-radius: 3px; 
  border-radius: 3px;
	margin-bottom: 0px;
	border-left: 1px solid rgb(99%,99%,99%);
	border-right: 2px solid rgb(66%,66%,66%);
	border-top: 1px solid rgb(99%,99%,99%);
	border-bottom: 2px solid rgb(66%,66%,66%);
	Padding-top: 7px;
	Padding-bottom: 7px;
	Padding-Left: 30px;
	Padding-Right: 30px; 
	font-size: 90%;	 
	text-transform: uppercase; 
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
}

/* Table of photographs */

.tablephotos {
	margin: 20px auto 0px auto;
	text-align: center;
}

.tdphotocaption {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-Top:0px;
	padding-Left: 15px;
	padding-Right: 20px; 
	font-size: 12px;	  
  text-align: left;
}

.tdphoto {
	margin-top: 0px;
	margin-bottom: 0px;
  text-align: Center;
}

.imgphotos {
  -moz-border-radius: 10px; 
  -webkit-border-radius: 10px; 
  border-radius: 10px;
  border-style: double; 
  border-color: silver; 
  border-width: 5px;
}

.imgmap { 
  border-style: solid;
  border-width: thin;
  border-color: black;
}

.poem {
	font-family: helvetica, verdana, arial, sans-serif; 
  color: black;
  background-color: inherit; 
  font-size: 70%;
  letter-spacing: 0.1em;
  margin-top: 5px;
  margin-left: 50px;
  line-height: 170%;
}

.hidden {display: none}

.pullquotes {
  float: left; 
  width: 200px; 
  font-size: 90%; 
  margin: 20px 20px 10px 0; 
  padding: 5px 0 5px 0; 
  border-style: solid none double none; 
  border-top-width: thin; 
  color: #069; 
  background-color: inherit;
}
