/* CassCountyMuseum.org Style Sheet */

/* By default, clear all margins and padding */

* {
  margin: 0px;
  padding: 0px;
}

/* Style Fonts */

p {
  padding: 10px;
  font-size: 18px;
  font-family: "Times New Roman",Georgia,"Courier New",Times;
}
h1 {
  padding: 10px;
  font-size: 40px;
  font-family: "Times New Roman",Georgia,"Courier New",Times;
}
h2 {
  padding: 10px;
  font-size: 36px;
  font-family: "Times New Roman",Georgia,"Courier New",Times;
}
h3 {
  padding: 10px;
  font-size: 28px;
  font-family: "Times New Roman",Georgia,"Courier New",Times;
}
h4 {
  padding: 10px;
  font-size: 24px;
  font-family: "Times New Roman",Georgia,"Courier New",Times;
  font-style: Italic;
}
h5 {
  padding: 10px;
  font-size: 18px;
  font-family: "Times New Roman",Georgia,"Courier New",Times;
}
h6 {
  padding: 10px;
  font-size: 14px;
  font-family: "Times New Roman",Georgia,"Courier New",Times;
}
body {
  font-size: 10px;
  font-family: "Times New Roman",Georgia,"Courier New",Times;
  background-color: #112233;
}

/* Style Links for "nav" div */

a.nav:link {
  color: #efe66e;
  text-decoration: none;
}
a.nav:visited {
  color: #ccffcc;
  text-decoration: none;
}
a.nav:hover {
  color: white;
  text-decoration: underline;
}
a.nav:active {
  color: orange;
}

/* Style Links for "center" column div  */

a.center:link {
  color: #006633;
  text-decoration: none;
}
a.center:visited {
  color: #668855;
  text-decoration: none;
}
a.center:hover {
  color: #996633;
  text-decoration: underline;
}
a.center:active {
  color: orange;
}

/* Style Links for "right" column div  */

a.right:link {
  color: blue;
  text-decoration: none;
}
a.right:visited {
  color: #000066;
  text-decoration: none;
}
a.right:hover {
  color: purple;
  text-decoration: underline;
}
a.right:active {
  color: blue;
}

/* Style Divs for Layout - Note: Set the same height for each of the 3 columns */

div#outer {
  padding: 0px;
  width: 1000px; /* Set overall width of the page here */
  background-color: #ffffff;
  margin-left: auto;
  margin-right: auto;
}
div#header {
  margin: 0px;
  padding: 0px;
  background-color: #006633;
  height: 90px;
  text-align: center;
  vertical-align: middle;
  color: white;
}
div#nav {
  padding: 5px;
  background-color: #006633;
  height: 14px;
  text-align: center;
  font-size: 14px;
  font-family: "Times New Roman",Georgia,"Courier New",Times;
  text-decoration: none;
  color: #efe66e;
  vertical-align: center;
}
div#photobar {
  padding: 5px;
  background-color: #006633;
  height: 55px;
  text-align: left;
  font-size: 18px;
  font-family: "Times New Roman",Georgia,"Courier New",Times;
  text-decoration: none;
}
div#column_left {
  padding: 0px;
  float: left;
  background-color: #006633;
  height: 650px;
  width: 120px;
  text-align: left;
}
div#column_center {
  padding: 0px;
  background-color: #eeeecc;
  height: 650px;
  text-align: justify;
  overflow-x: hidden;
  overflow-y: scroll;
}
div#footer {
  padding: 5px;
  clear: both;
  background-color: #000000;
  height: 18px;
  text-align: center;
  color: #558866;
}
div#highlight {
  padding: 0px;
  background-color: #558866;
  color: white;
}
div.book {
  height: 110px;
  padding: 10px;
  font-size: 16px;
  font-family: "Times New Roman",Georgia,"Courier New",Times;
}
div.bookphoto {
  width: 100px;
  height: 110px;
  text-align: center;
  float: left;
}
table {
  margin: auto;
}
div#table_title {
  padding: 10px;
  font-size: 28px;
  font-family: "Times New Roman",Georgia,"Courier New",Times;
  font-weight: bold;
  text-align: center;
}
div#table_describe {
  padding: 10px;
  font-size: 14px;
  font-family: "Times New Roman",Georgia,"Courier New",Times;
  text-align: left;
}
