/* style rules for entire document, unless specified elsewhere */
body {
font-family: "Garamond", serif;
font-size: 18px;
background-color: #FFFFFF;
margin: 0;
padding: 0;
border: 0;
color: #000000;
text-align: center
}

/* general image style, to get rid of the border */
img {
border: 0
}

/* styles for the top banner image */
img.top {
position: absolute;
left: 0px;
top: 0px;
z-index: 1
}


/* styles for the underlying left banner image */
img.topleft {
position: absolute;
left: 0px;
top: 85px;
z-index: -1
}

/* styles for the underlying menu image */
img.menu {
position: absolute;
left: 0px;
top: 85px;
z-index: 0
}

/* styles for the rest of the underlying left banner image */
img.bottomleft {
position: absolute;
left: 0px;
top: 525px;
z-index: -1
}

/* style to center the content area */
td.content {position: absolute;
left: 125px;
top: 85px;
z-index: 0;
text-align: center
}

/* styles for the left menu text */
p.menu {
position: absolute;
left: 15px;
top: 233px;
font-size: 18px;
font-weight: bold;
text-align: left;
z-index: 1
}

/* menu/image link styles */
a.menu:link {color: #FFFFFF; background-color: #660000; text-decoration: none}
a.menu:visited {color: #FFFFFF; background-color: #660000; text-decoration: none}
a.menu:hover {color: #FFFFFF;background-color: #660000; text-decoration: none}
a.menu:active {color: #FFFFFF; background-color: #660000; text-decoration: none}

/* Pegaweb graphic style */
img.pegaweb {
position: absolute;
left: 0px;
top: 448px;
z-index: 1
}


/* styles for the left side of the main page's content area */
td.mainleft {
width: 300px;
text-align: left
}

/* styles for the right side of the main page's content area */
td.mainright {
text-align: right
}

/* style for the main page's book blurb */
p.blurb {
font-size: 14px
}

/* styles for the website credits text */
p.credits {
font-size: 12px;
vertical-align: text-bottom
}

/* style for the bottom navbar links table */
table.bottomnav {
vertical-align: middle
}

/* style for the books' sneak peek */
p.sneak_peek {
font-size: 16px
}

/* style to realign the links on the links page */
ul.links {
text-align: left
}