body{
  font-family: verdana, sans-serif;
  color: black;
  margin: 0px;
  padding: 0px;
  background-color: white;}

img {border:none;}
a {text-decoration:none; color:#990000;}

#page{
  position:absolute;
  padding:0px; 
  margin:0px;
  top:10px;
  left:10px;
  right:10px; 
  border:1px solid black;
  background-color:white;}

#masthead{
  border-bottom:2px solid black;
  padding:5px;
  font-family: "Greengate ITC Std", serif;
  font-size:600%;
  vertical-algin:middle;
  text-align:left;}

#tagline{
  border-bottom:2px solid black;
  padding:5px;
  font-family: "Greengate ITC Std", serif;
  font-size:x-large;
  text-align:center;}

/* NAVIGATION */
#topNav {
  border-bottom:2px solid black;
  height:24px;
  padding:5px;
  margin:0px;
  text-align:center;
  background-color:white;}

#topNav a:link, #topNav a:visited{
  padding:0px 5px 0px 5px; 
  font-size:small;
  font-weight:bold;}

a.topNavLink, a.topNavLink:visited{
  padding: 0px 5px 0px 5px;
  color:black;
  font-size:small;}

a.topNavLink:hover{color:#999999;}

#sideLeft{
  float: left;
  width:150px;
  border-right:1px solid black;
  border-bottom:1px solid black;
  padding:10px 0px 10px 0px; }

/* The following rule prevents gaps appearing in between navigation items and divider images Netscape and Firefox */
#sideLeft img {display:block;vertical-align:top;}

#sideLeft a:link, #sideLeft a:visited{
  display:block;
  color:black;
  font-size:small;
  font-weight:bold;
  padding:5px;
  background-color:white;}

#sideLeft a:hover {color:#999999;}

/* CENTER CONTENT */

#content{margin:0px 0px 0px 165px;}

#content a:link, #content a:visited{
  color:blue;}

.heading{
  margin:35px 0px 0px 0px; 
  padding:0px; 
  font-size:medium;
  font-weight:bold;
  color:black;}

.heading p:first-letter {font-size:large;}

.heading img {
  margin-top:5px;}

.text{
  margin:0px 0px 0px 0px; 
  padding:2px; 
  font-size:medium;
  color:black;}

.book{
  font-weight:bold;}

.text img {
  float:left;
  margin:10px 10px 10px 0px;}

#copyright{
  clear: both;
  border-top: 1px solid black;
  color:black;
  font-size:xx-small;
  text-align:center;
  padding:5px;}

#footer{
  clear: both;
  margin:35px 0px 0px 0px; 
  border-top: 1px solid black;
  color:black;
  font-size:x-small;
  text-align:center;
  padding:5px;}






