/* CSS Document */

body {
	font-size: 14pt;
	font-family: "gill sans light", "gill sans", "helvetica";
	background-color: #1E1621;
/*	text-align: center; */
/*	max-width: 900px; */
/*	min-width: 900px; */
	}

p {
   font-family: "gill sans light", "gill sans", "helvetica", "times new roman";
   font-size: 18px;
   font-weight: normal;
   text-indent: 0px;
   text-align: left;
   border: none;
	}

.greytext {
   font-family: "gill sans light", "gill sans", "helvetica", "times new roman";
   font-size: 18px;
   font-weight: normal;
   color: #999999; 
   text-indent: 0px;
   text-align: left;
   border: none;
	}

.greytext2 {
   font-family: "gill sans light", "gill sans", "helvetica", "times new roman";
   font-size: 16px;
   font-weight: normal;
   color: #999999; 
   text-indent: 0px;
   text-align: left;
   border: none;
	}

.greytext3 {
   font-family: "gill sans light", "gill sans", "helvetica", "times new roman";
   font-size: 16px;
   font-weight: normal;
   color: #999999; 
   text-indent: 0px;
   text-align: right;
   border: none;
	}

.bibpage td { padding-bottom: 4pt; }

small {
   font-family: "gill sans light", "gill sans", "helvetica", "times new roman";
   font-size: 11px;
   font-weight: normal;
   color: #999999; 
   text-indent: 0px;
   text-align: left;
	}

/* FORMATTING ELEMENTS (DIVS) */

.center1
{
margin-top: 180px;
margin-left: 40%;
margin-right: 20%;
}

.text1
{
margin-top: 50px;
margin-left: 10%;
margin-right: 14%;
}

.small
{
margin-top: 50px;
margin-left: 9%;
margin-right: 2%;
font-size: 12pt;
}

.header
{
margin-top: 0px;
margin-left: 10%;
margin-right: 20%;
}

.headerlinks
{
margin-top: 0px;
margin-left: 10%;
margin-right: 3%;
text-indent: 5px;
}


.bibpage
{
margin-top: 50px;
margin-left: 10%;
margin-right: 3%;
}

.imageleft 
{
margin-top: 20px;
margin-left: 20%;
margin-right: 8px;
float: left;
}

.imageleft2 
{
margin-top: 22px;
margin-left: 20%;
margin-right: 8px;
float: left;
}

.copy
{
margin-top: 50px;
margin-left: 9%;
margin-right: 20%;
font-family: "gill sans light", "gill sans", "helvetica", "times new roman";
font-size: 11px;
 color: #999999; 
}

/* Headers */

h1 {
	font-family: "gill sans light", "gill sans", "helvetica", "times new roman";
	color: #990000;
	font-size: 22px;
	font-weight: normal;
	text-align: left;
	border: none;
	}


h2 {
	font-family: "gill sans light", "gill sans", "helvetica", "times new roman";
	color: #990000;
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	border: none;
	text-decoration: none; 
	}

table h2 { margin-top: 3ex; }

table.morebooks h2 { margin-top: 0px; }

h3 {
	font-family: "gill sans light", "gill sans", "helvetica", "times new roman";
	color: #990000;
	font-size: 22px;
	font-weight: normal;
	text-align: center;
	border: none;
	text-decoration: none; 
	}


h4 {
	font-family: "gill sans light", "gill sans", "helvetica", "times new roman";
	color: #990000;
	font-size: 22px;
	font-weight: normal;
	text-align: center;
	border: none;
	text-decoration: none; 
	}

h5 {
	font-family: "gill sans light", "gill sans", "helvetica", "times new roman";
	color: #990000;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	border: none;
	}

.red	{
	color: #990000;
	}

/* links */

.morebooksmenu a {
	margin-left: 0.72em;
	margin-right: 0.72em;
	}

a:link { 
	color: white; 
	text-decoration: none;
	}

a:visited { 
	color: white;
	text-decoration: none;
	} 

a:hover {
	color: #999999;
	text-decoration: none;
	}

a:active {
	color: white; 
	text-decoration: none;
	}

a img { 
	border-color: white;
	} 

a:hover img {
	border-color: #999999;
	}

a.subtle img {
	border-color: #1E1621;
	}

a.subtle:hover img {
        border-color: #999999;
	}

a:focus,
a:focus img {
	outline: none;
	}


