body {
    text-align: justify;
    font-family: Verdana,Arial,Helvetica,sans-serif;
}

h1, h4, h5, h6 {
  font-weight: bold;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
}

h1 {
  font-size: 1.6em;
  color: rgb(255, 0, 0);
}

h2 {
  font-size: 1.2em;
  margin-left: 5px;
}

h3 {
  font-size: 1.1em;
  font-weight: bold;
  margin-left: 5px;
  margin-bottom: -1px;
  color: rgb(0, 100, 200);
}

h4 {
  font-size: 1em;
  color: rgb(255, 0, 0);
}

h5 {
  font-size: 0.8em;
}

h6 {
  font-size: 1.5em;
  font-style: italic;
  text-align: center;
  color: rgb(255, 0, 0);
}

a {
  font-size: 0.9em;
  text-align: justify;
  text-decoration: underline;
  color: rgb(0, 0, 255);
}

a:hover {
  text-decoration: none;
  color: rgb(0, 155, 0);
}

p {
  margin: 3px 0;
  font-size: 0.9em;
  line-height: 1.2em;
  text-align: justify;
  color: rgb(50, 50, 0);
  padding-bottom: 10px;
}

.span {
  text-align: center;
  font-size: 1em;
  font-weight: normal;
  margin-top: 5px;
  margin-bottom: 20px;
  text-decoration: underline;
  color: rgb(40, 30, 240);
}

.subhead {
  margin: 3px 0;
  font-size: 1em;
  line-height: 1.3em;
  color: rgb(255, 0, 0);
  padding-top: 20px;
  padding-bottom: 0px;
}

.minihead {
  color: rgb(255, 0, 0);
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  font-style: normal;
}

.highlighter {
  background-color: yellow;
}

table.gridtable {
	font-size: 1em;
	color: rgb(50, 50, 50);
	border-width: 1px;
	border-color: rgb(50, 50, 50);
	border-collapse: collapse;
    text-align: center;
}
table.gridtable th {
	border-width: 1px;
	padding: 10px;
	border-style: solid;
	border-color: rgb(50, 50, 50);
	background-color: rgb(200, 200, 255);
}
table.gridtable td {
	width: 170px;
        border-width: 1px;
	padding: 10px;
	border-style: solid;
	border-color: rgb(50, 50, 50);
	background-color: rgb(240, 240, 240);
}

#header {
  width: 800px;
  height: 125px;
  margin-right: auto;
  margin-left: auto;
  background-color: rgb(255, 255, 255);
}

#headerbox {
   display: block;
   margin-left: auto;
   margin-right: auto;
   width: 800px;
   height: 125px;
}

#tabbox {
   display: block;
   margin-left: auto;
   margin-right: auto;
   width: 800px;
   height: 40px;
}

#tabs {
  float:left;
  width:100%;
  font-size:75%;
  line-height:normal;
  border-bottom:0px solid #6B78A9;
}
#tabs ul {
  margin:0;
  padding:10px 10px 0 70px;
  list-style:none;
}
#tabs li {
  display:inline;
  margin:0;
  padding:0;
}
#tabs a {
  float:left;
  background:url("images/tableft.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 7px;
  text-decoration:none;
}
#tabs a span {
  float:left;
  display:block;
  background:url("images/tabright.gif") no-repeat right top;
  padding:5px 10px 2px 5px;
  color:#6B78A9;
}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
    /* End IE5-Mac hack */
#tabs a:hover span {
  color:#6B78A9;
}
#tabs a:hover {
   background-position:0% -42px;
}
#tabs a:hover span {
   background-position:100% -42px;
}

#tabs #current a {
   background-position:0% -42px;
}
#tabs #current a span {
   background-position:100% -42px;
}
#container {
  width: 800px;
  min-height: 100%;
  padding: 10px 10px 10px 10px;
  margin-right: auto;
  margin-left: auto;
  background-color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  box-shadow: 0px 0px 30px rgb(0, 0, 0);
  -moz-box-shadow: 0px 0px 10px rgb(0, 0, 0);
  -webkit-box-shadow: 0px 0px 10px rgb(0, 0, 0);
}

#bookcover {
   display: block;
   margin: 10px auto;
   width: 227px;
   height: 265px;
}

#bookcovers4 {
   display: block;
   margin: 10px auto;
   width: 520px;
   height: 182px;
}

#covers {
   display: block;
   margin: 10px auto;
   width: 119px;
   height: 182px;
}

#percentimage {
   display: block;
   margin: 10px auto;
   width: 214px;
   height: 198px;
}

#cbimage {
   display: block;
   margin: 10px auto;
   width: 170px;
   height: 50px;
}

#cardimage {
   display: block;
   margin: 10px auto;
   width: 250px;
   height: 72px;
}

#pdfimage {
   display: block;
   margin: 10px auto;
   width: 75px;
   height: 75px;
}

#footer {
  clear:both;
  width: 800px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 5px;
  height: 50px;
  background-color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.7);
}

.foottext {
}

#footer p {
  color: rgb(50, 50, 50);
  font-size: 0.7em;
  padding: 3px;
}

#footer ul{
  margin-left: 130px;
  padding: 3px;
}

#footer ul.horizontal_list li{
    text-align: center;
    font-size: 0.7em;
    float: left;
    list-style: none;
    padding: 4px 10px 4px 10px;
    margin: 5px;
    border: none;
}
