body {
  margin: 0;
  padding:0;
}

#topsection {
  height: 30px;        
}

#leftcolumn {display: none;}

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

#contentcolumn {margin-left: 80px; margin-right: 30px;}

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

.logo {display: none;}

#photolist {display: none;}

.noprintdisplay {display: none;}

div#printheader {
  display: block;
	background-color: #fff;
  color: #000;
  font-size: 11px;
  text-align: right;
  margin-right: 30px;
}

/* 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 {
  display: none;
}

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

/* Paragraphs */

p {
	margin-top: 6px;
	margin-bottom: 0px;
	text-align: left;
	font-size: 0.9em;
  line-height: 1.3em;
}

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

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

.subtitle {
	font-weight: bold;
}

.footer {display: none}

.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;}

/* Horizontal rules */

hr {
  display: none;
}

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

.tophigh {
	margin-top: 30px;
  width: 80%;
  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: 0.8em;	
  background: #F3F2F1; 
  color: #000;
}
.tdgradingsmt {
  width: 5px;
  background: transparent;
}

/* Side Menu Table */

.menus {display: none;}
.menus a {display: none;}
.menus a:hover {display: none;}

.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%;
}

.pullquotes {
  float: left; 
  width: 200px; 
  font-size: 1em; 
  margin: 20px 20px 10px 0; 
  padding: 5px 0 5px 0; 
  border-style: solid none double none; 
  border-top-width: 1px; 
  color: black;
  background-color: inherit;
}
