/*Revised TR */
/* beige: #F2F1EF 
   purple: #800080 
   red: #990000
   blue: #000080 */
body {
  font-family: "cambria";
  font-size: 12px;
  color: black;
  background-color: transparent;
}
jumbotron {
	background: transparent;
}
/* -------- NavBar -------- */
.navbar-custom {
padding: 4px;
font-size: 14px;
}
/* -------- Page Columns -------- */
div#leftcol {
  float: left;
  width: 190px;
  margin-left: 2px;
  background-color: #F2F1EF;
  margin-top: -11px;
}
div#leftcolbooks {  
  font-family: "cambria";
  font-size: 14px;
  color: #000;
  float: left;
  width: 190px;
  margin-left: 2px;
  background-color: #FFF;
}
/* -------- feature boxes -------- */
div.feature p {
  font-family: "cambria";
  font-size: 14px;
  color: #000;
  margin: 5px;
}
div.featurebg p {
  background-color: rgb(215, 213, 203);
}
div.featureblue p {
  background-color: rgb(220,230,242);
  margin: 5px;
}
div.featurebooks p {
  background-color: rgb(204,255,255);
  margin: 5px;
}
div#artbox p {
  width: 400px;
  border: solid thin fuchsia;
  padding: 15px;
  background-color: #fff;
  }
table {
width: 800px;
border: solid thin black;
border-collapse: collapse;
padding: 20px;
}

td, th {
  font-family: Georgia;
  padding: 20px;
  background-color: #ffffff;
  color: black;
}
figcaption {
    margin: 10px 0px 0px 20px;
    display: block;
    font-style: italic;
    font-family: Cambria;
}
figure {
    display: block;
    margin: 10px 45px 10px 150px;
    padding: 5px;
}

id.caption {
  font-family: Georgia;
  font-weight: normal;
  font-style: italic;
  font-size: 10px;
  }
id.caption1 {
  margin-left: 15px;
  font-family: Georgia;
  font-weight: normal;
  font-style: italic;
  font-size: 10px;
  }
id.caption2 {
  margin-left: 175px;
  font-family: Georgia;
  font-weight: normal;
  font-style: italic;
  font-size: 10px;
  }
id.caption3 {
  margin-left: 375px;
  font-family: Georgia;
  font-weight: normal;
  font-style: italic;
  font-size: 10px;
  }
id.credit {
  font-family: Georgia;
  text-align: left;
  font-weight: normal;
  font-style: italic;
  font-size: 10px;
  }
a {
  text-decoration: none;
  }:link {color: black;}  
a:visited {color: black;} 
id.hilite {
  background-color: #6495ED;} 
id.hilite2 {
  background-color: #FFFF00;}
id.hilite3 {
  background-color: #228B22;}
/*-------- images -------- */
.img-thumbnail {
  border: none;
  background-color: transparent;
}
id.imgart2 {
margin: 7px 15px 3px 2px;
float: left;
border: thin solid black;
}
img.art3 {
margin: 23px 20px 1px 35px;
float: right;
border: thin solid black;
}
img.left {
  float: left; 
  vertical-align: top;
  margin-right:7px; 
  }
img.right {
  float: right;
  vertical-align: top;
  padding: 5px;
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 20px;
}
img.center {
  display: inline;
  vertical-align: top;
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 20px;
}
/*------- main column ------- */
div#maincol {
  float: left;
  width: 587px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  background-color: #fff;
  }
div.main p {
  font-family: "cambria";
  font-size:  16px;
  font-weight: normal;
} 
div.mainfeatureblue p {
  width:  350px;
  background-color: rgb(220,230,242);
  margin: 5px;
} 
h1.head {
  font-family: "Century Schoolbook";
  font-size: 18px; 
}  
h2.head {
  font-family:  "Century Schoolbook";
  font-size: 12px;
  font-weight: normal;
}
h3.head {
  font-family:  "Century Schoolbook";
  font-size: 10px;
  font-weight: normal;
}
div#rightcol {
  width: 190px;
  float: left;  
  margin-right: 2px;
  margin-top: -12px;
  background-color: #F2F1EF;
  border: thin solid black;
}
div#rtcol {
  background-color: #fff;
  border: thin solid black;
}
div#rightcolbooks {
  width: 190px;
  float: left;  
  margin-right: 2px;
  margin-top: -10px;
  background-color: #fff;
  border: thin solid black;
}
div.rtcol p {
  font-family: "cambria";
  font-size: 12px;
  font-weight: normal;
}
div.rtcolbooks p {
  font-family: "cambria";
  font-size: 14px;
  font-weight: normal;
}
div.rtcolbg p {
  background-color: rgb(238,236,225);
}
div.rtcolbooksbg p{
  font-family: "cambria";
  font-size: 14px;
  font-weight: normal;
  background-color: rgb(238,236,225);
} 
#footernav {
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  padding: 10px;
  border: solid thin gray;
  width: 70%;
  text-align: center; 
} 
div.footer {
  width: 750px;
  height: 10px;  
  font-size: 14px;
  font-weight: normal;
  clear: both;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px; 
  background-color: #F2F1EF;
} 
ul#footer li {
  display: inline;
  list-style-type: none;
  padding-right: 5px;
  padding-left: 5px;  
}
ul#footer {
  background-color: #F2F1EF;  
  margin-top: -3px;
  padding: 3px;
  border: thin solid black;
  text-align: center;
}
#current {
  font-family: "cambria";
  color: #800080;
  background-color: #87CEEB;
}  
ul#footer li a {
  color: black;
  text-decoration: none;
  font-size: 1em;
  }  
ul#footer li a:hover {
  color:  #990000;
}
ul#footer li a:visited {
  color: #000080;
}
div#links {
  width: 150px;
  height: auto;
  font-size: 14px;
  font-weight: normal;
}
div#links p {
  padding-left: 15px;
}
div#links p a:link {color: black;}
div#links p a:visited {color: #000080;}
div#links p a:hover {border-bottom: solid #990000;}
div#links p a {text-decoration: none;
}
div.h2rt {
  font-family: "Century Schoolbook";
  font-size: 16px;
  font-weight: bold;
}
/* -------- navigation ------- */
.fixed-nav-bar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 50px;  
}
ul#navlist li {
  background-color: #0000CD;
  color: #ffffff;
  display: inline;
  list-style-type: none;
  padding-right: 15px;
  padding-left: 15px;  
}
ul#navlist {
  background-color: #0000CD;
  color: #ffffff;
  margin-top: -3px;
  padding: 1px;
  border: thin solid black;
  text-align: center;
}
#current {
  font-family: "cambria";
  color: #ffffff;
  background-color: #87CEEB; 
  font-size: 1.5em;
}  
ul#navlist li a {
  background-color: #0000CD;
  color: #ffffff;
  font-size: 1.25em;
  }  
ul#navlist li a:hover {
  color:  #990000;
}
ul#navlist li a:visited {
  color: #ff0000;
}
.back-to_top {
	display: none;
	opacity: 0.6;
 	position: fixed;
	bottom: 10px;
	right: 10px;
	display: none;
	background: navy;
	color: #fff;
	font-size: 1.5em;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
}
.back-to-_top:hover {
	text-decoration: none;
	color: #fff;
	opacity: 1;
}
