@import "nav_bottom.css";

div.content {
  clear: both;
  margin-left: 2ex;
   margin-right: 2ex
}

div.content h1 {
  clear : none;
  margin-left:0;
  margin-right:0;
}

body {
  background-image: url("../images/top_gradient.gif");
  background-repeat: repeat-x;
  margin-top:6px;
  padding:0;
  /*Mozilla and Safari like to drop floating content down to the top of the 
  first foreground(not floated or absolutely positioned) object drawn.  This border 
  serves as that first object.*/
  border: solid transparent 1px;
}
h1 {
  color: #b00;
  font-weight: normal;
  font-family: calisto MT, times new roman, serif;
  font-style: italic;  
  margin-top: 40px;
  margin-bottom: 40px;
/*  margin-right: 100px;
*/
  padding: 0;
}
#returnseal {
  position : absolute;
  left:6px;
  top:6px;
}

#breadcrumbs {
  float:right; 
  margin-left:116px; 
  font-size:80%;
}

h1 { 
margin-left:112px;
margin-right:112px;
text-align: center; 
}
em.h2, h2 {
  font-weight: bold;
  font-size:110%;
  text-align: center;
}
img { border:none; }
body { background-color: white }
blockquote {
	font-style : italic;
}
cite {
	text-align: right;
    display:block;
}
