@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #603813;
}


.oneColLiqCtrHdr #container {
	width: 80%; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 1em;
	background-color: #fc9;
	height: 100%; /* brandy */
	color: #300;
}

.oneColLiqCtrHdr #header {
	/*padding: 0 10px 0 20px;   this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #b38659;
	overflow: hidden;
}

.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.oneColLiqCtrHdr #mainContent {
	padding: 0 40px 0 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#titleofwebsite {
	font-family: "Segoe Print";
	font-style: italic;
	font-weight: bold;
	color: #603;
	padding: 0px;
	text-align: center;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
}

#titleofwebsite h1 h2 {
	margin: 0px;
	padding: 0px;
	color: #300;
}

.nstafont {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #300;
}

.oneColLiqCtrHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#banner {
	text-align: center;
	height: 171px;
	width: 100%;
	
}
#navigation {
	text-align: center;
	margin-top: 0em;
	margin-bottom: 1em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #300;
}
body,td,th {
	color: #300;
}
h1 {
	font-size: 2.5em;
	color: #300;
}
h2 {
	font-size: 1.875em;
	color: #300;
}
#hompageimage {
	margin: 10px;
	float: right;
	height: 192px;
	width: 257px;
	border: 3px ridge #300;
}
#textbanner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #33C;
	width:100%;
	height:40px;
	padding: 5px;
	font-style: italic;
	font-weight: bold;
	background-color: #FC9;
	text-align: center;
}
.leftimageholder {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	float: left;
	/*height: 100px;
	width: 100px;
	*/margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.rightimageholder {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	float: right;
	/*height: 100px;
	width: 100px;
	*/margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

/* -------------- */

.char_cat { /*brandy*/
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.heading3 { /*brandy*/
	font-family: "Segoe Print";
	font-style: italic;
	font-weight: bold;
	font-size: 20px;
}

.spaceholder { /*brandy*/
	color: #FC9;
}
.quotefont {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: normal;
	font-size: 16px;
}
.italicsfortext {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}
.segoeprintitalictitles {
	font-family: "Segoe Print";
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}
.oneColLiqCtrHdr #container #mainContent #CollapsiblePanel1 .heading3 strong {
	background-color: #fc9;
	margin-left: 5px;
	border: 2px solid #300;
}
.bookshelfimages {
	text-align: center;
}
.spacebetweenbooksonbookshelf {
	margin: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.tablestyle {
	margin: 0 auto;
	border:none;
}
#subnavigation {
	text-align: center;
}

