@charset "utf-8";
/* CSS Document */

body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	vertical-align:top;
	color: #000000;
	background: url(../images/parchment1000.jpg) repeat-y center;
} 

.TITLE {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-style: italic;
	line-height: 100px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000099;
	text-align: left;
	vertical-align: bottom; 
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	letter-spacing: normal;
	padding-top: 60px; 
	padding-bottom: 20px;
}	
.INDEX {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}	
	 
.TEXT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:22px;
	font-size:12px;
	color:#000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.SUBJECT {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	line-height: 40px;
	text-decoration: none;
	color: #660000;
	background-image: url(../images/bkg2008.gif);
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 

.HEADER {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	line-height: 50px;
	text-decoration: none;
	color: #000099;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
	vertical-align: middle;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
	top: 80px;
}

.BOOK { font-family:Georgia, "Times New Roman", Times, serif; line-height:26px; font-size:18px; font:italic;color:#660000; }

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* padding keeps the content of the div away from the edges */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
	font-weight:bold;
	color: #333333;
	text-decoration: none;
	background-image: none;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0px 15px 20px; /* padding keeps the content of the div away from the edges */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
}

#imgborder {
	border-color: #EDDA9E;
	border-style: ridge;
	border-spacing: 10px;
	border-width: thin;
	padding: 0px;
	margin: 1em;
	}


A:LINK { color:#660000; text-decoration:none; }
A:VISITED { color:#333333; text-decoration:none; }
A:HOVER { color:#669999; text-decoration:none; }
.FOOTER {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 22px;
	font-variant: normal;
	text-transform: none;
	color: #000000; } 
	
	/* Basic table layout. */


caption {
	text-align: center;
	margin: 0 0 .5em 0;
	font-weight: bold;
	font: 12px/24px Verdana, Arial, Helvetica, sans-serif; 
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

table {
	border-width: thin;
	border-style: solid;
	border-color: #DCDCDC;
	border-collapse: collapse;
	background-color: none;
}
th {
	border-right: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC; 
	padding: .5em;
	background-color: #f0f8ff;
	font: 10px/24px Verdana, Arial, Helvetica, sans-serif; 
	color: #000000;
	letter-spacing: 2px;
	font weight: bold;
	text-align: center;
}
td {
	font: 10px/16px Verdana, Arial, Helvetica, sans-serif; 
	text-align: left;
	vertical-align:top; 
	border-width: 1px;
	padding: 6px;
	border-style: solid;
	border-color: #DCDCDC;
	background-color: none;
}
td.book {
	font: 10px/18px Verdana, Arial, Helvetica, sans-serif; 
	text-align: center;
	vertical-align:bottom; 
	border-width: 1px;
	padding: 6px;
	border-style: solid;
	border-color: #DCDCDC;
	background-color: none;
}
td.numbers {
	width: 40px;
	border-left: 1px solid #CCC;
	text-align: right;
}



