/* Zero down margin and padding on all elements */
* {
  margin: 0;
  padding: 0;
}

body {
  font: 62.5%/1.6 Verdana, Arial, Helvetica, sans-serif;
  background-color:#D4D4D4;
  background-repeat:repeat;
}

h1 {
  font-size: 3.0em;
  font-weight: bold;
}

h2 {
  font-size: 2.4em;
  font-weight: bolder;
}

h3 {
  font-size: 1.8em;
  font-weight: bolder;
}

table, p, li, b {
  font-size: 1.2em;
}

b {
  font-family:times, serif;
  font-style:italic;
  font-weight:bold;
}

b, h1, h2 {
	margin: 0;
}

#mainNav, #secondaryNav, #logo, #footer, #crest, #content a {
  display: none;
}

#footer {
  clear: both;
}

p {
  margin: 1em 0;
  line-height: 1.6em 
}

#contents li, #wrapper li {
  list-style: none;
}

#enumerated li {
  list-style: decimal;
  margin-left: 20px;
}

body {
  text-align: center; 
}

#wrapper {
  width: 95%; 
  margin: 0 auto; 
  text-align: left;
}

#issue { 
  float: left; 
}

#content { 
  float: right; 
}

#content, #issue {
  width: 95%;
  text-align: justify;
}

#mastHead {
  text-align: center;
  line-height: 60px;
}

/* Add some padding
================================== */
#content * {
  padding-left: 20px;
  padding-right: 20px;
}

#content a, #content b, #content img {
  padding-left: 0;
  padding-right: 0;
}

#content img {
  border: none;
}

/* other stuff
================================== */
#titlePhoto {
  text-align: center;
}

#titlePhoto img {
  width: 50%;
}

#signature {
  text-align: right;
  font-weight: bold;
}

#copyright {
  text-align: center;
}

/*
================================== */
.blurbPaneLeft, .blurbPaneRight {
  text-align: left;
  vertical-align: top;
  color: black;
}
		
.blurbPaneLeft, .blurbPaneRight {
  width: 70%;
}

.blurbPaneLeft li, .blurbPaneRight li {
  list-style: none;
}

.blurbPaneLeft {
  padding-right: 20px;
}

.blurbPaneRight {
  padding-left: 20px;
}

.coverPaneLeft, .coverPaneRight  {
  display: none;
}		
